summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-11-27 11:39:21 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-11-27 11:39:21 +0900
commit462a9a0959518a24fb71c6c5094b1c580ea6c005 (patch)
tree432341d36a9c3a8b048b294478dc577ebeb870bf
parentf30b65befa4f0a5a8548d482424a84a2383b0284 (diff)
downloadpsych-3.0.0.beta4.tar.gz
Bump version to 3.0.0.beta4v3.0.0.beta4
-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 34a2c26..cf5fc41 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.beta3'
+ VERSION = '3.0.0.beta4'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze
diff --git a/psych.gemspec b/psych.gemspec
index 054f209..bbebce8 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -3,10 +3,10 @@
Gem::Specification.new do |s|
s.name = "psych"
- s.version = "3.0.0.beta3"
+ s.version = "3.0.0.beta4"
s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"]
- s.date = "2017-06-16"
+ s.date = "2017-11-27"
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]