1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help with

debugging.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tenderlove 2011-02-21 18:09:47 +00:00
parent 4ed82ae5cb
commit 7b494b09a0
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Feb 22 03:09:10 2011 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help with
debugging.
Tue Feb 22 03:04:46 2011 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/lib/psych/streaming.rb: refactor streaming methods to a

View file

@ -90,7 +90,7 @@ require 'psych/json'
module Psych
# The version is Psych you're using
VERSION = '1.0.0'
VERSION = '1.1.0'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'