From 0ecb87ce7169f945c9fce55ef3f1b9d859283a73 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Fri, 16 Jun 2017 12:51:53 +0900 Subject: bump version to 3.0.0.beta2 --- psych.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'psych.gemspec') diff --git a/psych.gemspec b/psych.gemspec index 73e3c34..c0ec5c5 100644 --- a/psych.gemspec +++ b/psych.gemspec @@ -2,10 +2,10 @@ Gem::Specification.new do |s| s.name = "psych" - s.version = "3.0.0.beta1" + s.version = "3.0.0.beta2" s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"] s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"] - s.date = "2016-11-14" + s.date = "2017-06-16" 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