aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/lib
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-15 16:29:55 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-15 16:29:55 +0000
commiteac264632740577078d543822377b3fcdaa501a7 (patch)
treecbab1c1188da21bf851ff494af17f5a8a0bdf2fd /ext/psych/lib
parent7889d3bea9c4db4c4f9a0b3be55cfdf66c20401d (diff)
downloadruby-eac264632740577078d543822377b3fcdaa501a7.tar.gz
* ext/psych/lib/psych.rb: bumping psych to 1.3.3
* ext/psych/psych.gemspec: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/lib')
-rw-r--r--ext/psych/lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych.rb b/ext/psych/lib/psych.rb
index 1895be6193..1ac5059acb 100644
--- a/ext/psych/lib/psych.rb
+++ b/ext/psych/lib/psych.rb
@@ -93,7 +93,7 @@ require 'psych/handlers/document_stream'
module Psych
# The version is Psych you're using
- VERSION = '1.3.2'
+ VERSION = '1.3.3'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'