Skip to content

Commit 5581cba

Browse files
committed
Merge pull request #2 from jch/update-site
Bring site information up to date
2 parents 3915c98 + 559a599 commit 5581cba

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

index.html

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,14 @@ <h2 id="description">Description</h2>
4040
RFCs (4510–4519, plus portions of 4520–4532).</p>
4141
<h2 id="where">Where</h2>
4242
<ul>
43-
<li><a href="http://rubyforge.org/projects/net-ldap">RubyForge</a></li>
4443
<li><a href="https://github.com/ruby-ldap/ruby-net-ldap">GitHub</a></li>
4544
<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>
4746
</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>
5147
<h2 id="dependencies">Dependencies</h2>
5248
<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>
5551
<h3 id="developerdependencies">Developer Dependencies</h3>
5652
<p>If you want to make changes to Net::LDAP for Ruby or build a gem
5753
yourself, you will need:</p>
@@ -77,11 +73,6 @@ <h3 id="download">Download</h3>
7773
<p>You can clone the project with <a href="http://git-scm.com">Git</a>
7874
by running:
7975
<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>
8576
<h2 id="contributors">Contributors</h2>
8677
<p>Net::LDAP was originally developed by:</p>
8778
<ul>
@@ -105,7 +96,7 @@ <h2 id="contributors">Contributors</h2>
10596
</ul>
10697
<h2 id="License">License</h2>
10798
<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
109100
contributors.</p>
110101
<p>Permission is hereby granted, free of charge, to any person
111102
obtaining a copy of this software and associated documentation files

0 commit comments

Comments
 (0)