mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix documentation. [bug#827]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f2f3e60a8a
commit
e4d04b0b55
2 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Dec 23 08:10:05 2008 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
|
* lib/rubygems/installer.rb: Fix documentation. [bug#827]
|
||||||
|
|
||||||
Tue Dec 23 08:04:58 2008 Eric Hodel <drbrain@segment7.net>
|
Tue Dec 23 08:04:58 2008 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* gem_prelude.rb: Don't remove methods twice. [bug#555]
|
* gem_prelude.rb: Don't remove methods twice. [bug#555]
|
||||||
|
|
|
@ -270,11 +270,8 @@ class Gem::Installer
|
||||||
end
|
end
|
||||||
|
|
||||||
##
|
##
|
||||||
# Writes the .gemspec specification (in Ruby) to the supplied
|
# Writes the .gemspec specification (in Ruby) to the gem home's
|
||||||
# spec_path.
|
# specifications directory.
|
||||||
#
|
|
||||||
# spec:: [Gem::Specification] The Gem specification to output
|
|
||||||
# spec_path:: [String] The location (path) to write the gemspec to
|
|
||||||
|
|
||||||
def write_spec
|
def write_spec
|
||||||
rubycode = @spec.to_ruby
|
rubycode = @spec.to_ruby
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue