diff options
-rw-r--r-- | lib/rubygems/installer.rb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -461,6 +461,9 @@ class Gem::Installer ## # Writes the full .gemspec specification (in Ruby) to the gem home's # specifications/default directory. def write_default_spec Gem.write_binary(default_spec_file, spec.to_ruby) |