diff options
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 |