From 14004028ad064744ca5dd1bc9e9cd4657b0e63fb Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Fri, 1 Dec 2017 09:52:16 +0900 Subject: Bump version to 3.0.0 --- psych.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'psych.gemspec') diff --git a/psych.gemspec b/psych.gemspec index bbebce8..23e02da 100644 --- a/psych.gemspec +++ b/psych.gemspec @@ -3,10 +3,10 @@ Gem::Specification.new do |s| s.name = "psych" - s.version = "3.0.0.beta4" + s.version = "3.0.0" s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"] s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"] - s.date = "2017-11-27" + s.date = "2017-12-01" 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.1