summaryrefslogtreecommitdiff
path: root/json.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Test ruby 2.4.0-preview2Florian Frank2016-09-121-0/+0
|
* New gemspecFlorian Frank2016-09-091-0/+0
|
* Fix issue #296 when parsing frozen stringsFlorian Frank2016-07-261-0/+0
|
* Add required_ruby_version to json_pure specFlorian Frank2016-07-191-0/+0
|
* Bump version to 2.0.1v2.0.1Florian Frank2016-07-011-0/+0
|
* Add to CHANGESv2.0.0Florian Frank2016-07-011-0/+0
|
* And stay thereFlorian Frank2016-06-221-0/+0
|
* Add ruby version requirement to gemspecFlorian Frank2016-06-211-0/+0
|
* Fix some merge problemsFlorian Frank2016-06-211-0/+0
|
* Merge more changes from ruby coreFlorian Frank2016-06-211-0/+0
|
* Use ~> 2.0 test-unit that runs on 1.8 rubies as wellFlorian Frank2016-06-071-0/+0
|
* Move dependencies into gemspec filesFlorian Frank2016-06-071-0/+0
|
* Treat ASCII_8BIT as UTF-8 by defaultFlorian Frank2016-06-031-0/+0
|
* Use better name for this featureFlorian Frank2016-06-021-0/+0
|
* Remove quirks modeFlorian Frank2016-06-021-0/+0
|
* Use ~> 2.0 test-unit that runs on 1.8 rubies as wellFlorian Frank2016-02-251-0/+0
|
* Merge branch 'v1.8'Florian Frank2016-02-251-0/+0
|\
| * Remove permutation dependencyFlorian Frank2016-02-251-0/+0
| |
| * Convert README to markdownFlorian Frank2015-11-061-0/+0
| |
| * Skip 1.8.4Florian Frank2015-10-201-0/+0
| |
| * Remove sdoc and upgrade dependenciesFlorian Frank2015-09-111-0/+0
| |
* | Ext parser is green now as wellFlorian Frank2015-06-151-0/+0
| |
* | Refactor tests and make pure parser greenFlorian Frank2015-06-151-0/+0
| |
* | Remove dependency on permutationFlorian Frank2015-06-131-0/+0
| | | | | | | | Ruby can do this by now on her own.
* | Move common setup into test_helper.rbFlorian Frank2015-06-131-0/+0
|/
* Bump version to 1.8.3v1.8.3Florian Frank2015-06-011-0/+0
|
* use newest rubygemsFlorian Frank2015-06-011-0/+0
|
* Bump version number to 1.8.2Florian Frank2015-01-091-0/+0
|
* Merge branch 'ruby-2.2' of https://github.com/zzak/json into zzak-ruby-2.2Florian Frank2015-01-021-0/+0
|\ | | | | | | | | | | | | Conflicts: .travis.yml json.gemspec json_pure.gemspec
| * This file shouldn't be committedZachary Scott2014-12-251-0/+0
| |
| * bundle exec rakeZachary Scott2014-12-251-0/+0
| | | | | | | | generates new specs and makefile for compiling the CEXT
| * - Pass over generator.c for grammar fixes.Vipul A M2014-07-031-0/+0
| | | | | | | | - Typo fixes across json ext
* | - Pass over generator.c for grammar fixes.Vipul A M2014-07-031-0/+0
|/ | | | - Typo fixes across json ext
* Newest rubygemsv1.8.1Florian Frank2013-10-171-1/+1
|
* New version 1.8.1Florian Frank2013-10-171-3/+4
|
* Bump to version 1.8.0add-json-generic-object-loader-dumperFlorian Frank2013-05-131-2/+2
|
* complete testingFlorian Frank2013-05-131-5/+5
|
* Fix regex encoding problem on ruby-head, ouchFlorian Frank2013-02-221-1/+1
|
* Try to convert first with to_hash, then to_hFlorian Frank2013-02-211-4/+4
| | | | | | | | rb_convert_type doesn't return if conversion fails, so use rb_check_convert_type and the raise vi rb_convert_type. Make sure, that this behaviour is consisten across all generator implementations. Fixes https://github.com/flori/json/issues/162
* Security fix create_additons/JSON::GenericObjectv1.7.7Florian Frank2013-02-111-4/+4
|
* Add license information to gemspec taskFlorian Frank2013-02-041-4/+3
|
* add license information to gemspecsJordi Massaguer Pla2013-02-041-0/+1
| | | | This way we can get it when using rubygems.org api
* Prepare version 1.7.6v1.7.6Florian Frank2012-12-311-4/+4
|
* Change the CHANGESFlorian Frank2012-11-291-4/+4
|
* Change actual rl filessferik-max_nestingFlorian Frank2012-10-071-4/+4
|
* Add JSON::GenericObject.from_hashesFlorian Frank2012-10-021-1/+1
| | | | This method transforms hashes of hashes into GenericObject structures.
* Prepare new versionv1.7.5Florian Frank2012-08-171-1/+1
|
* Test on ruby-1.8.6Florian Frank2012-08-171-3/+3
|
* Move ruby macros into fbuffer.hFlorian Frank2012-08-171-1/+1
|
* Prepare version 1.7.4v1.7.4Florian Frank2012-07-261-5/+5
|