summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2016-11-17 09:31:52 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2016-11-17 09:31:52 -0800
commitcf1264d636417bbd5ce51e1c284a452f0cf1f8ba (patch)
tree0302bd1ab270d898238b44f54d3d33305b8dc815 /psych.gemspec
parentc1f4328f54ff23666dabc318a07dbc2f49acab0c (diff)
downloadpsych-cf1264d636417bbd5ce51e1c284a452f0cf1f8ba.tar.gz
fix version constant
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/psych.gemspec b/psych.gemspec
index d7766ab..6276365 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = "psych"
- s.version = "2.2.0"
+ s.version = "2.2.1"
s.authors = ["Aaron Patterson", "SHIBATA Hiroshi"]
s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org"]
s.date = "2016-11-14"