summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-06-16 12:51:53 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-06-16 15:24:25 +0900
commit0ecb87ce7169f945c9fce55ef3f1b9d859283a73 (patch)
tree8720aee8b7f540cfc5d424371e217905915707ad
parentc2e3a035b101a3537706e244bc5834a6e423f3cc (diff)
downloadpsych-0ecb87ce7169f945c9fce55ef3f1b9d859283a73.tar.gz
bump version to 3.0.0.beta2v3.0.0.beta2
-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 12029f0..3d61c8b 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module Psych
# The version is Psych you're using
- VERSION = '3.0.0.beta1'
+ VERSION = '3.0.0.beta2'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze
diff --git a/psych.gemspec b/psych.gemspec
index 73e3c34..c0ec5c5 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -2,10 +2,10 @@
Gem::Specification.new do |s|
s.name = "psych"
- s.version = "3.0.0.beta1"
+ s.version = "3.0.0.beta2"
s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"]
- s.date = "2016-11-14"
+ s.date = "2017-06-16"
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]