aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/lib
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-16 06:43:08 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-16 06:43:08 +0000
commit136b07aec8118dabb3b394d1e8b1a4c24d022b4a (patch)
treeeb615fdbd4c7b1b2a2c208dc705ca43fca7147c2 /ext/psych/lib
parentfe0414b5473b5332706126d2a017a9bf235c8146 (diff)
downloadruby-136b07aec8118dabb3b394d1e8b1a4c24d022b4a.tar.gz
* ext/psych/lib/psych.rb: bump version
* ext/psych/psych.gemspec: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49277 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 447ce5b330..87171d19d5 100644
--- a/ext/psych/lib/psych.rb
+++ b/ext/psych/lib/psych.rb
@@ -217,7 +217,7 @@ require 'psych/class_loader'
module Psych
# The version is Psych you're using
- VERSION = '2.0.9'
+ VERSION = '2.0.10'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'