summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [build] no need to clean on rake test_pure (similar to test_ext)kares2019-01-121-1/+1
| | | |
* | | | Merge pull request #191 from jkanywhere/spell-fixesHiroshi SHIBATA2020-06-252-2/+2
|\ \ \ \ | |_|/ / |/| | | Spelling and grammar fixes for comments.
| * | | Spelling and grammar fixes for comments.Josh Kline2013-12-282-2/+2
| | | |
* | | | Merge pull request #402 from eregon/patch-1Hiroshi SHIBATA2020-03-191-0/+2
|\ \ \ \ | | | | | | | | | | Test with TruffleRuby in CI
| * | | | Add truffleruby in allow_failures as requestedBenoit Daloze2020-03-191-0/+1
| | | | |
| * | | | Test with TruffleRuby in CIBenoit Daloze2020-01-161-0/+1
|/ / / /
* | | | Merge pull request #347 from zverok/enhance-docsSHIBATA Hiroshi2020-01-062-18/+61
|\ \ \ \ | | | | | | | | | | Enhance generic JSON and #generate docs
| * | | | Fix examples syntaxzverok2019-12-291-2/+2
| | | | |
| * | | | Enchance generic JSON and #generate docszverok2019-12-292-18/+61
| | | | |
* | | | | Merge pull request #379 from noraj/patch-1SHIBATA Hiroshi2020-01-061-0/+8
|\ \ \ \ \ | |/ / / / |/| | | | add metadata for rubygems.org
| * | | | add metadatanoraj2020-01-031-0/+8
|/ / / /
* | | | Merge pull request #349 from zverok/nodocSHIBATA Hiroshi2019-12-291-0/+70
|\ \ \ \ | | | | | | | | | | Add :nodoc: for GeneratorMethods
| * | | | Add :nodoc: for GeneratorMethodszverok2018-03-081-0/+70
| | | | |
* | | | | Merge pull request #398 from flori/update-gemspecSHIBATA Hiroshi2019-12-293-40/+4
|\ \ \ \ \ | | | | | | | | | | | | Update gemspec
| * | | | | Added instruction to Relase sectionHiroshi SHIBATA2019-12-291-0/+3
| | | | | |
| * | | | | Removed gemspec_ext from gemspec task because it always add control char to ↵Hiroshi SHIBATA2019-12-292-41/+2
| | | | | | | | | | | | | | | | | | | | | | | | gemspec.
| * | | | | Gem::Specification#date is set automatically by RubyGems.org.Hiroshi SHIBATA2019-12-291-1/+0
| | | | | |
| * | | | | Restore json.gemspec from 619a85865db3714b989cbc8bc097af631cad9a9fHiroshi SHIBATA2019-12-291-0/+0
|/ / / / /
* | | | | Merge pull request #384 from jeremyevans/json-generate-doc-fixSHIBATA Hiroshi2019-12-291-8/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove invalid JSON.generate description from JSON module rdoc
| * | | | | Remove invalid JSON.generate description from JSON module rdocJeremy Evans2019-08-251-8/+0
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | This text used to be true in older versions of json, but has not been true for a number of years (since json version 2 I think).
* | | | | Merge pull request #396 from flori/update-requirementSHIBATA Hiroshi2019-12-232-1/+1
|\ \ \ \ \ | | | | | | | | | | | | keyword argument is provided after Ruby 2.0+
| * | | | | keyword argument is provided after Ruby 2.0+Hiroshi SHIBATA2019-12-232-1/+1
| | | | | |
* | | | | | Add procedure of releasing a gemNARUSE, Yui2019-12-221-0/+13
|/ / / / /
* | | | | v2.3.0v2.3.0NARUSE, Yui2019-12-122-2/+2
| | | | |
* | | | | Add some more recent jrubyFlorian Frank2019-12-101-0/+2
| | | | |
* | | | | Make tests green on jrubyFlorian Frank2019-12-103-1/+2
| | | | |
* | | | | Update travis configFlorian Frank2019-12-101-3/+1
| | | | |
* | | | | Ignore log filesFlorian Frank2019-12-101-0/+1
| | | | |
* | | | | Merge pull request #391 from headius/prep_2.3.0Florian Frank2019-12-104-10/+13
|\ \ \ \ \ | | | | | | | | | | | | Bump versions for 2.3.0.
| * | | | | Bump versions for 2.3.0.Charles Oliver Nutter2019-12-094-10/+13
|/ / / / /
* | | | | Merge pull request #390 from flori/relax-test-unitSHIBATA Hiroshi2019-11-294-8/+8
|\ \ \ \ \ | | | | | | | | | | | | relax test-unit version for old ruby
| * | | | | relax test-unit version for old rubyHiroshi SHIBATA2019-11-294-8/+8
|/ / / / /
* | | | | Merge branch 'zenspider-zenspider/ruby-2.7'Hiroshi SHIBATA2019-11-296-15/+22
|\ \ \ \ \
| * \ \ \ \ Merge branch 'zenspider/ruby-2.7' of https://github.com/zenspider/json into ↵Hiroshi SHIBATA2019-11-296-15/+22
| |\ \ \ \ \ |/ / / / / / | | | | | | | | | | | | zenspider-zenspider/ruby-2.7
| * | | | | Bump to test-unit 3 to get warnings cleaned up.Ryan Davis2019-11-274-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Immaculate test output! Signed-off-by: Ryan Davis <zenspider@chef.io>
| * | | | | Fix warning from trying to access an uninitialized ivar.Ryan Davis2019-11-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ryan Davis <zenspider@chef.io>
| * | | | | Fix syntax warnings from tests.Ryan Davis2019-11-272-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ryan Davis <zenspider@chef.io>
| * | | | | Minor cleanup for ruby 2.7 warnings and failures.Ryan Davis2019-11-274-4/+14
| |/ / / /
* | | | | Merge pull request #388 from flori/backport-ruby-coreSHIBATA Hiroshi2019-11-298-35/+99
|\ \ \ \ \ | |/ / / / |/| | | | Backport ruby core changes
| * | | | Skip useless testNobuyoshi Nakada2019-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | `JSONGeneratorTest#test_remove_const_seg` is meaningful only for the extension library version, but nonsense for pure ruby version.
| * | | | Removed duplicate fileNobuyoshi Nakada2019-11-201-2/+109
| | | | | | | | | | | | | | | | | | | | | | | | | "./tests/test_helper.rb" and "tests/test_helper.rb" in `s.files` are same.
| * | | | Add NaN / Infinity / MinusInfinity to mark listAaron Patterson2019-10-311-0/+5
| | | | | | | | | | | | | | | | | | | | This prevents the constants from moving.
| * | | | ext/json/parser/prereq.mk: Add a "automatically generated" headerYusuke Endoh2019-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | to parser.c.
| * | | | ext/json/parser/parser.rl: Use "signed" char to contain negative valuesYusuke Endoh2019-10-312-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | char is not always signed. In fact, it is unsigned in arm. https://rubyci.org/logs/rubyci.s3.amazonaws.com/scw-9d6766/ruby-master/log/20191004T181708Z.log.html.gz ``` compiling parser.c parser.rl: In function ‘unescape_unicode’: parser.rl:50:5: warning: comparison is always false due to limited range of data type [-Wtype-limits] if (b < 0) return UNI_REPLACEMENT_CHAR; ^ ```
| * | | | Add `GC.compact` again.tenderlove2019-10-312-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 🙏 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| * | | | ext/json/parser/parser.rl: Update the source code of parser.cYusuke Endoh2019-10-311-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been some direct changes in parser.c which is automatically generated from parser.rl. This updates parser.rl to sync the changes: * 91793b8967e0531bd1159a8ff0cc7e50739c7620 * 79ead821dd4880725c9c6bb9645b3fad71715c5b * 80b5a0ff2a7709367178f29d4ebe1c54122b1c27
| * | | | Suppress uninitialized instance variable warningsNobuyoshi Nakada2019-10-311-1/+1
| | | | |
| * | | | Removed useless `freeze`s from gemspec filesNobuyoshi Nakada2019-10-311-18/+18
| | | | |
| * | | | Drop fossil rubygems supportNobuyoshi Nakada2019-10-311-14/+2
| | | | |
| * | | | Removed binary lineNobuyoshi Nakada2019-10-311-0/+0
| | | | |