diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-04-03 12:43:11 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-04-03 12:43:11 +0900 |
commit | 27f709aa3cdec00dadbc3a41c9974362060fdf66 (patch) | |
tree | 714d583b1726827fc22ab206b76bf2e423abf941 /lib/yaml.rb | |
parent | b5c8c73f66c5c5c036715ccfc41e3761bcea1377 (diff) |
Rename YAML::VERSION. It's conflict with Psych::VERSION
Diffstat (limited to 'lib/yaml.rb')
-rw-r--r-- | lib/yaml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yaml.rb b/lib/yaml.rb index cdacfaf69e..3b2a80f1df 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -66,5 +66,5 @@ YAML = Psych # :nodoc: # # Syck can also be found on github: https://github.com/ruby/syck module YAML - VERSION = "0.2.1" + LOADER_VERSION = "0.2.1" end |