diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-10-14 20:14:48 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-14 20:16:04 +0900 |
commit | 9ed125040292df38d8ce53464940341d4a77011c (patch) | |
tree | 3dd8031c70fb4065f96f279fd6033bd7757ed266 /lib | |
parent | 391ebfc35df90207d0660cc4564bc8433bed7604 (diff) |
[ruby/yaml] Bump up yaml version to 0.2.0
https://github.com/ruby/yaml/commit/cef5360823
Diffstat (limited to 'lib')
-rw-r--r-- | lib/yaml/yaml.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yaml/yaml.gemspec b/lib/yaml/yaml.gemspec index cf19b0e0da..e8f20b8c2e 100644 --- a/lib/yaml/yaml.gemspec +++ b/lib/yaml/yaml.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "yaml" - spec.version = "0.1.1" + spec.version = "0.2.0" spec.authors = ["Aaron Patterson", "SHIBATA Hiroshi"] spec.email = ["[email protected]", "[email protected]"] |