Skip to content

Commit

Permalink
point to github page instead of rubyforge
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh authored and James Tucker committed Jan 4, 2013
1 parent c5162a4 commit 043004b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

== Links

Rack:: <http://rack.rubyforge.org/>
Rack:: <http://rack.github.com/>
Official Rack repositories:: <http://github.com/rack>
Rack Bug Tracking:: <http://github.com/rack/rack/issues>
rack-devel mailing list:: <http://groups.google.com/group/rack-devel>
Expand Down
4 changes: 2 additions & 2 deletions rack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
Also see http://rack.rubyforge.org.
Also see http://rack.github.com/.
EOF

s.files = Dir['{bin/*,contrib/*,example/*,lib/**/*,test/**/*}'] +
Expand All @@ -24,7 +24,7 @@ EOF

s.author = 'Christian Neukirchen'
s.email = 'chneukirchen@gmail.com'
s.homepage = 'http://rack.rubyforge.org'
s.homepage = 'http://rack.github.com/'
s.rubyforge_project = 'rack'

s.add_development_dependency 'bacon'
Expand Down

0 comments on commit 043004b

Please sign in to comment.