diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-30 14:19:53 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-03 02:45:18 +0000 |
commit | ba4f01f0a03403bea72b129e5935f5a4b79b9402 (patch) | |
tree | 2bcf82c182935d1d3a32049229bee26779b0cbf2 /lib/yaml.rb | |
parent | 6dcd39997679914dad1c23f95adb3f7d84ec5942 (diff) |
[ruby/yaml] Expose YAML::VERSION
https://github.com/ruby/yaml/commit/8776bc2634
Diffstat (limited to 'lib/yaml.rb')
-rw-r--r-- | lib/yaml.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/yaml.rb b/lib/yaml.rb index 6d5d5ebd4c..cdacfaf69e 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -66,4 +66,5 @@ YAML = Psych # :nodoc: # # Syck can also be found on github: https://github.com/ruby/syck module YAML + VERSION = "0.2.1" end |