summaryrefslogtreecommitdiff
path: root/psych.gemspec
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 /psych.gemspec
parentc2e3a035b101a3537706e244bc5834a6e423f3cc (diff)
downloadpsych-0ecb87ce7169f945c9fce55ef3f1b9d859283a73.zip
bump version to 3.0.0.beta2
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec4
1 files changed, 2 insertions, 2 deletions
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]