[前][次][番号順一覧][スレッド一覧]

ruby-changes:47214

From: hsbt <ko1@a...>
Date: Fri, 14 Jul 2017 16:13:22 +0900 (JST)
Subject: [ruby-changes:47214] hsbt:r59329 (trunk): Fixup r59327. Forgot to update version number.

hsbt	2017-07-14 16:13:17 +0900 (Fri, 14 Jul 2017)

  New Revision: 59329

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59329

  Log:
    Fixup r59327. Forgot to update version number.

  Modified files:
    trunk/ext/psych/lib/psych/versions.rb
    trunk/ext/psych/psych.gemspec
Index: ext/psych/lib/psych/versions.rb
===================================================================
--- ext/psych/lib/psych/versions.rb	(revision 59328)
+++ ext/psych/lib/psych/versions.rb	(revision 59329)
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych/versions.rb#L1
 # frozen_string_literal: true
 module Psych
   # The version is Psych you're using
-  VERSION = '3.0.0.beta2'
+  VERSION = '3.0.0.beta3'
 
   if RUBY_ENGINE == 'jruby'
     DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze
Index: ext/psych/psych.gemspec
===================================================================
--- ext/psych/psych.gemspec	(revision 59328)
+++ ext/psych/psych.gemspec	(revision 59329)
@@ -3,7 +3,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/psych.gemspec#L3
 
 Gem::Specification.new do |s|
   s.name = "psych"
-  s.version = "3.0.0.beta2"
+  s.version = "3.0.0.beta3"
   s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
   s.email = ["aaron@t...", "hsbt@r...", "headius@h..."]
   s.date = "2017-06-16"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]