summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-12-19 18:08:47 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-12-19 18:08:47 +0900
commitdd8bb41f60c64b4128ca0a2c91a38ae86adccc0e (patch)
tree390a2e272179e2937c0d9957872a31dd1a957ba2
parente90cceab21cccaa41ee742773ea18af5a11cc146 (diff)
downloadpsych-dd8bb41f60c64b4128ca0a2c91a38ae86adccc0e.tar.gz
Bump version to 3.0.2v3.0.2
-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 1526d03..33993ec 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.1'
+ VERSION = '3.0.2'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze
diff --git a/psych.gemspec b/psych.gemspec
index 628909e..2254d46 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.name = "psych"
- s.version = "3.0.1"
+ s.version = "3.0.2"
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-04"