diff options
-rw-r--r-- | lib/rubygems/commands/pristine_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ extensions will be restored. end.flatten end - specs = specs.select{|spec| RUBY_ENGINE == spec.platform || Gem::Platform.local === spec.platform } if specs.to_a.empty? raise Gem::Exception, |