aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-04-03 12:43:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-04-03 12:43:11 +0900
commit27f709aa3cdec00dadbc3a41c9974362060fdf66 (patch)
tree714d583b1726827fc22ab206b76bf2e423abf941 /lib/yaml.rb
parentb5c8c73f66c5c5c036715ccfc41e3761bcea1377 (diff)
downloadruby-27f709aa3cdec00dadbc3a41c9974362060fdf66.tar.gz
Rename YAML::VERSION. It's conflict with Psych::VERSION
Diffstat (limited to 'lib/yaml.rb')
-rw-r--r--lib/yaml.rb2
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