We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38575d4 commit 28449c6Copy full SHA for 28449c6
History.txt
@@ -55,6 +55,8 @@ Bug fixes:
55
Chris Morris.
56
* Fixed default gem key and cert locations. Pull request #511 by Samuel
57
Cochran.
58
+ * Fix deprecation warnings when converting gemspecs to yaml. Ruby commit
59
+ r41148 by Yui Naruse
60
61
=== 2.0.2 / 2013-03-06
62
lib/rubygems/specification.rb
@@ -2268,7 +2268,7 @@ def to_yaml(opts = {}) # :nodoc:
2268
require 'rubygems/psych_tree'
2269
end
2270
2271
- builder = Gem::NoAliasYAMLTree.new({})
+ builder = Gem::NoAliasYAMLTree.create
2272
builder << self
2273
ast = builder.tree
2274
0 commit comments