From 9f2ce244f9a6a3c070a4e817853289f252475683 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Sat, 20 Oct 2018 10:25:53 +0900 Subject: [PATCH] bump version to 3.0.3. --- lib/psych/versions.rb | 2 +- psych.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb index d2c64e15..6397fe49 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.3.pre4' + VERSION = '3.0.3' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '1.23'.freeze diff --git a/psych.gemspec b/psych.gemspec index 65a45243..edfba97c 100644 --- a/psych.gemspec +++ b/psych.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.name = "psych" - s.version = "3.0.3.pre4" + s.version = "3.0.3" s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"] s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"] s.summary = "Psych is a YAML parser and emitter"