Actions
Bug #13853
closedBackport request r58323
Description
I picked commit from json-2.0.4 fixes.
Please backport attachment patch to ruby 2.2 and 2.3.
Files
Actions
Like0
Like0Like0Like0Like0
Added by hsbt (Hiroshi SHIBATA) over 7 years ago. Updated over 7 years ago.
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 |
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"]
Vit
Thanks. I update my patch.