1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rubygems.rb: [DOC] typo in url patch by @Red54 [Fixes #369]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-07-31 03:03:14 +00:00
parent 9d08bed157
commit 464cf7932e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Jul 31 12:02:16 2013 Zachary Scott <e@zzak.io>
* lib/rubygems.rb: [DOC] typo in url patch by @Red54 [Fixes #369]
Wed Jul 31 07:09:07 2013 Eric Hodel <drbrain@segment7.net>
* lib/rubygems: Import RubyGems from master as of commit 523551c

View file

@ -38,7 +38,7 @@ require 'rubygems/errors'
#
# * {RubyGems API}[http://rubygems.rubyforge.org/rdoc] (also available from
# <tt>gem server</tt>)
# * {RubyGems Bookshelf}[http://rubygem.org]
# * {RubyGems Bookshelf}[http://docs.rubygems.org]
#
# == RubyGems Plugins
#