lib/yaml.rb in yaml-0.2.1 vs lib/yaml.rb in yaml-0.3.0
- old
+ new
@@ -64,6 +64,7 @@
#
# Psych is maintained by Aaron Patterson on github: https://github.com/ruby/psych
#
# Syck can also be found on github: https://github.com/ruby/syck
module YAML
+ LOADER_VERSION = "0.3.0"
end