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

ruby-changes:46388

From: hsbt <ko1@a...>
Date: Fri, 28 Apr 2017 21:15:01 +0900 (JST)
Subject: [ruby-changes:46388] hsbt:r58502 (trunk): Bump version to gdbm-2.0.0.beta1

hsbt	2017-04-28 21:14:56 +0900 (Fri, 28 Apr 2017)

  New Revision: 58502

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

  Log:
    Bump version to gdbm-2.0.0.beta1
    
      * Merge from ruby/gdbm.
      * gdbm gem is already registered in rubygems.org. I skip shipped
        version of 0.x and 1.x. Therefore We need to use 2.x.

  Modified files:
    trunk/ext/gdbm/gdbm.gemspec
Index: ext/gdbm/gdbm.gemspec
===================================================================
--- ext/gdbm/gdbm.gemspec	(revision 58501)
+++ ext/gdbm/gdbm.gemspec	(revision 58502)
@@ -2,8 +2,8 @@ https://github.com/ruby/ruby/blob/trunk/ext/gdbm/gdbm.gemspec#L2
 
 Gem::Specification.new do |spec|
   spec.name          = "gdbm"
-  spec.version       = "0.0.1"
-  spec.date          = '2017-02-24'
+  spec.version       = "2.0.0.beta1"
+  spec.date          = '2017-04-28'
   spec.authors       = ["Yukihiro Matsumoto"]
   spec.email         = ["matz@r..."]
 

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

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