diff options
author | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-24 21:54:27 +0000 |
---|---|---|
committer | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-24 21:54:27 +0000 |
commit | 72107daf0e9b35d28ae75c728134b64d2383cb65 (patch) | |
tree | 4577665d4d4a1fa1654d569cebdb10b6273216ca /ext/psych/lib/psych.rb | |
parent | 34f6671d68a3fc6d94a7ed6954b71615735fa83b (diff) |
* ext/psych/lib/psych.rb: Fixing psych version number.
* ext/psych/psych.gemspec: updating the gemspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/lib/psych.rb')
-rw-r--r-- | ext/psych/lib/psych.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych.rb b/ext/psych/lib/psych.rb index 8a4d63a49c..24f90b0bb4 100644 --- a/ext/psych/lib/psych.rb +++ b/ext/psych/lib/psych.rb @@ -90,7 +90,7 @@ require 'psych/json' module Psych # The version is Psych you're using - VERSION = '1.2.0' + VERSION = '1.2.1' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.' |