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 --- lib/psych/versions.rb | 2 +- psych.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb index 79dbe25..1526d03 100644 --- a/lib/psych/versions.rb +++ b/lib/psych/versions.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Psych # The version is Psych you're using - VERSION = '3.0.0' + VERSION = '3.0.1' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze 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