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

ruby-changes:40820

From: hsbt <ko1@a...>
Date: Sun, 6 Dec 2015 08:40:43 +0900 (JST)
Subject: [ruby-changes:40820] hsbt:r52899 (trunk): * ext/json/json.gemspec: bump version to json 1.8.3. CRuby already contained

hsbt	2015-12-06 08:40:24 +0900 (Sun, 06 Dec 2015)

  New Revision: 52899

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

  Log:
    * ext/json/json.gemspec: bump version to json 1.8.3. CRuby already contained
      upstream changes.
      https://github.com/ruby/ruby/commit/4d059bf9f5f10f3d3088de49fc87e5555db7770d
      https://github.com/flori/json/commit/d4c99de78905d96c3f301f48b2c789943bb3f098
    * ext/json/lib/json/version.rb: ditto.

  Modified files:
    trunk/ChangeLog
    trunk/ext/json/json.gemspec
    trunk/ext/json/lib/json/version.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52898)
+++ ChangeLog	(revision 52899)
@@ -1,3 +1,13 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Dec  6 08:39:05 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* ext/json/json.gemspec: bump version to json 1.8.3. CRuby already contained
+	  upstream changes.
+
+	  https://github.com/ruby/ruby/commit/4d059bf9f5f10f3d3088de49fc87e5555db7770d
+	  https://github.com/flori/json/commit/d4c99de78905d96c3f301f48b2c789943bb3f098
+
+	* ext/json/lib/json/version.rb: ditto.
+
 Sat Dec  5 17:48:25 2015  Lars Kanis  <lars@g...>
 
 	* tool/fake.rb: Fix cross build when srcdir is an absolute path.
Index: ext/json/lib/json/version.rb
===================================================================
--- ext/json/lib/json/version.rb	(revision 52898)
+++ ext/json/lib/json/version.rb	(revision 52899)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/json/lib/json/version.rb#L1
 module JSON
   # JSON version
-  VERSION         = '1.8.2'
+  VERSION         = '1.8.3'
   VERSION_ARRAY   = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
   VERSION_MAJOR   = VERSION_ARRAY[0] # :nodoc:
   VERSION_MINOR   = VERSION_ARRAY[1] # :nodoc:
Index: ext/json/json.gemspec
===================================================================
--- ext/json/json.gemspec	(revision 52898)
+++ ext/json/json.gemspec	(revision 52899)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/json/json.gemspec#L1
 Gem::Specification.new do |s|
   s.name = "json"
-  s.version = "1.8.2"
+  s.version = "1.8.3"
   s.summary = "This json is bundled with Ruby"
   s.executables = []
   s.files = ["json.rb", "json/add/bigdecimal.rb", "json/add/complex.rb", "json/add/core.rb", "json/add/date.rb", "json/add/date_time.rb", "json/add/exception.rb", "json/add/ostruct.rb", "json/add/range.rb", "json/add/rational.rb", "json/add/regexp.rb", "json/add/struct.rb", "json/add/symbol.rb", "json/add/time.rb", "json/common.rb", "json/ext.rb", "json/ext/generator.bundle", "json/ext/parser.bundle", "json/generic_object.rb", "json/version.rb"]

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

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