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
Updated by vo.x (Vit Ondruch) about 7 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"]
Updated by hsbt (Hiroshi SHIBATA) about 7 years ago
- File deleted (
json-ruby23.patch)
Updated by hsbt (Hiroshi SHIBATA) about 7 years ago
- File json-ruby23.patch json-ruby23.patch added
Vit
Thanks. I update my patch.
Updated by usa (Usaku NAKAMURA) about 7 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
Like0
Like0Like0Like0Like0