summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-03-10 10:57:17 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-03-10 10:57:17 +0900
commit42c3df6569628b295af28c85c6317cab38b443b1 (patch)
treeb0543b7a6efc6e9a33516ecd339377210d92689f /psych.gemspec
parent4ae7a3efbc5a423ee288bd734545f834b3cd426b (diff)
downloadpsych-42c3df6569628b295af28c85c6317cab38b443b1.tar.gz
start to develop psych 3.0.0
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/psych.gemspec b/psych.gemspec
index d705952..53a28fe 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = "psych"
- s.version = "2.2.4"
+ s.version = "3.0.0.beta1"
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"