From 843256b841b257d8140dc0872d5aa19dbc1d36a4 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Mon, 4 Dec 2017 10:40:26 +0900 Subject: bump version to 3.0.1 --- psych.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'psych.gemspec') diff --git a/psych.gemspec b/psych.gemspec index d368c67..628909e 100644 --- a/psych.gemspec +++ b/psych.gemspec @@ -3,10 +3,10 @@ Gem::Specification.new do |s| s.name = "psych" - s.version = "3.0.0" + s.version = "3.0.1" s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"] s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"] - s.date = "2017-12-01" + s.date = "2017-12-04" 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] -- cgit v1.2.3