summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-12-04 10:40:26 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-12-04 10:40:26 +0900
commit843256b841b257d8140dc0872d5aa19dbc1d36a4 (patch)
tree46362d21334e5e11f0775fd0c464193a53d4a99e
parentb620653700272dd71c22786f5042cd83bcfcfbc2 (diff)
downloadpsych-843256b841b257d8140dc0872d5aa19dbc1d36a4.tar.gz
bump version to 3.0.1v3.0.1
-rw-r--r--lib/psych/versions.rb2
-rw-r--r--psych.gemspec4
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]