mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/yaml] Bump up yaml version to 0.2.0
https://github.com/ruby/yaml/commit/cef5360823
This commit is contained in:
parent
391ebfc35d
commit
9ed1250402
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "yaml"
|
spec.name = "yaml"
|
||||||
spec.version = "0.1.1"
|
spec.version = "0.2.0"
|
||||||
spec.authors = ["Aaron Patterson", "SHIBATA Hiroshi"]
|
spec.authors = ["Aaron Patterson", "SHIBATA Hiroshi"]
|
||||||
spec.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org"]
|
spec.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue