Project

General

Profile

Actions

Bug #13853

closed

Backport request r58323

Added by hsbt (Hiroshi SHIBATA) over 6 years ago. Updated over 6 years ago.

Status:
Closed
Target version:
-
[ruby-core:82542]

Description

I picked commit from json-2.0.4 fixes.

Please backport attachment patch to ruby 2.2 and 2.3.


Files

json-ruby22.patch (2.86 KB) json-ruby22.patch hsbt (Hiroshi SHIBATA), 08/31/2017 03:04 AM
json-ruby23.patch (3.65 KB) json-ruby23.patch hsbt (Hiroshi SHIBATA), 09/07/2017 01:10 AM

Updated by vo.x (Vit Ondruch) over 6 years ago

The patch is not patching version in json.gemspec, but it should ...

--- ext/json/json.gemspec
+++ ext/json/json.gemspec
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = "json"
-  s.version = "1.8.3"
+  s.version = "1.8.3.1"
   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"]
Actions #2

Updated by hsbt (Hiroshi SHIBATA) over 6 years ago

  • File deleted (json-ruby23.patch)

Updated by hsbt (Hiroshi SHIBATA) over 6 years ago

Vit

Thanks. I update my patch.

Actions #4

Updated by usa (Usaku NAKAMURA) over 6 years ago

  • Backport changed from 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONTNEED to 2.2: REQUIRED, 2.3: DONE, 2.4: DONTNEED
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0