summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-14 09:18:52 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-14 09:18:52 +0900
commit0d167081ac36630ac0a3b4bf8c711eb74c434992 (patch)
tree520a0dbdadcc3139921df3795596d685733785ef /psych.gemspec
parentbad37db308bdc95b16b016375ca6ce87d38673be (diff)
downloadpsych-0d167081ac36630ac0a3b4bf8c711eb74c434992.tar.gz
bump version to 2.2.0v2.2.0
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/psych.gemspec b/psych.gemspec
index 8486af5..d7766ab 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -2,10 +2,10 @@
Gem::Specification.new do |s|
s.name = "psych"
- s.version = "2.1.1"
+ s.version = "2.2.0"
s.authors = ["Aaron Patterson", "SHIBATA Hiroshi"]
s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org"]
- s.date = "2016-09-07"
+ s.date = "2016-11-14"
s.summary = "Psych is a YAML parser and emitter"
s.description = <<-DESCRIPTION
Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]