summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-10-20 10:25:53 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-10-20 10:25:53 +0900
commit9f2ce244f9a6a3c070a4e817853289f252475683 (patch)
tree32fe4ba239c65c24109b631149667d7f52bf1e37
parent8e4945b8c8482a95215d40b975d341b518502bd8 (diff)
downloadpsych-9f2ce244f9a6a3c070a4e817853289f252475683.tar.gz
bump version to 3.0.3.v3.0.3
-rw-r--r--lib/psych/versions.rb2
-rw-r--r--psych.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index d2c64e1..6397fe4 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 65a4524..edfba97 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"