@@ -40,18 +40,14 @@ <h2 id="description">Description</h2>
40
40
RFCs (4510–4519, plus portions of 4520–4532).</ p >
41
41
< h2 id ="where "> Where</ h2 >
42
42
< ul >
43
- < li > < a href ="http://rubyforge.org/projects/net-ldap "> RubyForge</ a > </ li >
44
43
< li > < a href ="https://github.com/ruby-ldap/ruby-net-ldap "> GitHub</ a > </ li >
45
44
< li > < a href ="
http://groups.google.com/group/ruby-ldap "
> [email protected] </ a > </ li >
46
- < li > < a href ="http://net-ldap.rubyforge.org/ "> Documentation</ a > </ li >
45
+ < li > < a href ="http://rubydoc.info/gems/ net-ldap/frames "> Documentation</ a > </ li >
47
46
</ ul >
48
- < p > The Net::LDAP for Ruby documentation, project description, and main
49
- downloads can currently be found on < a
50
- href ="http://rubyforge.org/projects/net-ldap "> RubyForge</ a > .</ p >
51
47
< h2 id ="dependencies "> Dependencies</ h2 >
52
48
< p > Net::LDAP for Ruby is a pure-Ruby library and currently depends on
53
- no external libraries for execution. It will run on a Ruby 1.8.7
54
- interpreter or better. </ p >
49
+ no external libraries for execution. MRI ruby 1.9.3 and greater are officially supported.
50
+ </ p >
55
51
< h3 id ="developerdependencies "> Developer Dependencies</ h3 >
56
52
< p > If you want to make changes to Net::LDAP for Ruby or build a gem
57
53
yourself, you will need:</ p >
@@ -77,11 +73,6 @@ <h3 id="download">Download</h3>
77
73
< p > You can clone the project with < a href ="http://git-scm.com "> Git</ a >
78
74
by running:
79
75
< pre > % git clone git://github.com/ruby-ldap/ruby-net-ldap</ pre >
80
- < p > For non-RubyGems installations of Net::LDAP, you can use Minero
81
- Aoki's < a
82
- href ="http://i.loveruby.net/en/projects/setup/ "> setup.rb</ a > as the
83
- layout of Net::LDAP is compliant. The setup installer is not included
84
- in the Net::LDAP repository.</ p >
85
76
< h2 id ="contributors "> Contributors</ h2 >
86
77
< p > Net::LDAP was originally developed by:</ p >
87
78
< ul >
@@ -105,7 +96,7 @@ <h2 id="contributors">Contributors</h2>
105
96
</ ul >
106
97
< h2 id ="License "> License</ h2 >
107
98
< p > This software is available under the terms of the MIT license.</ p >
108
- < p > Copyright © 2006–2011 by Francis Cianfrocca and other
99
+ < p > Copyright © 2006–2014 by Francis Cianfrocca and other
109
100
contributors.</ p >
110
101
< p > Permission is hereby granted, free of charge, to any person
111
102
obtaining a copy of this software and associated documentation files
0 commit comments