summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/psych.gemspec b/psych.gemspec
index 9597e98..cf8bac3 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -4,7 +4,7 @@ require 'psych'
Gem::Specification.new do |s|
s.name = "psych"
- s.version = Psych::VERSION
+ s.version = "2.2.2"
s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"]
s.date = "2016-11-14"