lib/psych.rb in psych-2.0.7 vs lib/psych.rb in psych-2.0.8

- old
+ new

@@ -215,10 +215,10 @@ # Psych::Visitors::ToRuby.new.accept(parser.handler.root.first) # # => "a" module Psych # The version is Psych you're using - VERSION = '2.0.7' + VERSION = '2.0.8' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.' ###