aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-30 14:19:53 +0900
committergit <svn-admin@ruby-lang.org>2023-04-03 02:45:18 +0000
commitba4f01f0a03403bea72b129e5935f5a4b79b9402 (patch)
tree2bcf82c182935d1d3a32049229bee26779b0cbf2 /lib/yaml.rb
parent6dcd39997679914dad1c23f95adb3f7d84ec5942 (diff)
downloadruby-ba4f01f0a03403bea72b129e5935f5a4b79b9402.tar.gz
[ruby/yaml] Expose YAML::VERSION
https://github.com/ruby/yaml/commit/8776bc2634
Diffstat (limited to 'lib/yaml.rb')
-rw-r--r--lib/yaml.rb1
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