lib/rubygems/dependency_resolver/index_specification.rb in rubygems-update-2.1.0 vs lib/rubygems/dependency_resolver/index_specification.rb in rubygems-update-2.1.1
- old
+ new
@@ -41,10 +41,10 @@
q.breakable
q.text full_name
unless Gem::Platform::RUBY == @platform then
q.breakable
- q.text @platform
+ q.text @platform.to_s
end
q.breakable
q.text 'source '
q.pp @source