From 0d167081ac36630ac0a3b4bf8c711eb74c434992 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Mon, 14 Nov 2016 09:18:52 +0900 Subject: [PATCH] bump version to 2.2.0 --- psych.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psych.gemspec b/psych.gemspec index 8486af5c..d7766abb 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]