summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Support 1.9 ruby's OpenStructnobu-trunkFlorian Frank2016-06-091-0/+8
|
* Merge branch 'master' into nobu-trunkFlorian Frank2016-06-079-9/+0
|\
| * Merge pull request #283 from stomar/remove-commentsFlorian Frank2016-06-079-9/+0
| |\ | | | | | | Remove comments from core classes in json/add
| | * Remove comments from core classes in json/addMarcus Stollsteimer2016-04-259-9/+0
| | |
* | | Merge branch 'trunk' of https://github.com/nobu/json into nobu-trunkFlorian Frank2016-06-0732-189/+263
|\ \ \ | |/ / |/| |
| * | Add frozen_string_literal: falseNobuyoshi Nakada2016-04-2429-0/+29
| | | | | | | | | | | | When you change this to true, you may need to add more tests.
| * | Optional hash in rb_scan_argsNobuyoshi Nakada2016-04-242-8/+24
| | | | | | | | | | | | | | | Use ':' in rb_scan_args to get optional hash, which available since ruby 2.1.
| * | Exception encodingNobuyoshi Nakada2016-04-244-83/+139
| | | | | | | | | | | | Raise with messages in UTF-8 encoding.
| * | Use rb_encodingNobuyoshi Nakada2016-04-242-103/+75
| | | | | | | | | | | | Use rb_encoding functions to convert encodings.
| * | Remove unnecessary conversionNobuyoshi Nakada2016-04-242-10/+8
| | | | | | | | | | | | StringValue does the conversion.
| * | Use enumNobuyoshi Nakada2016-04-242-28/+29
| | | | | | | | | | | | | | | Use `enum` instead of `static const int` to get rid of unused-const-variable warnings.
| * | Use assert_raise consistentlyNobuyoshi Nakada2016-04-246-48/+48
| | |
| * | Remove useless methodsNobuyoshi Nakada2016-04-241-8/+0
| | | | | | | | | | | | | | | Remove useless overriding methods, [] and []=, which are same as OpenStruct.
| * | Append newline at EOFNobuyoshi Nakada2016-04-241-1/+1
| |/
* | Update rubies to test onFlorian Frank2016-06-071-1/+0
| |
* | Update rubies to test onFlorian Frank2016-06-071-3/+1
| |
* | Allow usage of simplecov with START_SIMPLECOV=1Florian Frank2016-06-072-0/+6
| |
* | Use ~> 2.0 test-unit that runs on 1.8 rubies as wellFlorian Frank2016-06-074-8/+8
| |
* | Move dependencies into gemspec filesFlorian Frank2016-06-074-9/+9
| |
* | Also build against 2.2.3Rebecca Skinner2016-06-071-73/+131
|\ \ | |/
| * Merge pull request #278 from zeroed/masterFlorian Frank2016-04-061-75/+133
| |\ | | | | | | Update README.md with formatting
| | * Update README.md with formattingEdoardo Rossi2016-04-061-75/+133
| |/
* | Move simplecov to test_helper.rbFlorian Frank2016-06-032-14/+2
| |
* | Treat ASCII_8BIT as UTF-8 by defaultFlorian Frank2016-06-037-97/+95
| |
* | Force ASCII 8bit to be UTF-8 and hope for the bestFlorian Frank2016-06-032-85/+93
| |
* | Only support newer Rubies e. g. EncodingFlorian Frank2016-06-034-114/+48
| |
* | Test common interfaceFlorian Frank2016-06-032-15/+27
| |
* | Use better name for this featureFlorian Frank2016-06-024-8/+8
| |
* | Remove quirks modeFlorian Frank2016-06-0219-619/+143
| |
* | Update documentation for RFC 7159 supportFlorian Frank2016-06-021-11/+0
| |
* | Change rfc referenceFlorian Frank2016-06-022-24/+6
| |
* | Support newer rubiesFlorian Frank2016-06-021-9/+1
| |
* | current RFC addedFlorian Frank2016-06-021-0/+899
| |
* | Allow usage of simplecov with START_SIMPLECOV=1Florian Frank2016-06-022-0/+6
| |
* | Declare encodingFlorian Frank2016-06-022-0/+3
|/
* Merge branch 'v1.8'Florian Frank2016-02-252-8/+0
|\
| * Use ~> 2.0 test-unit that runs on 1.8 rubies as wellFlorian Frank2016-02-254-8/+8
| |
| * Only test main 2.2 branchFlorian Frank2016-02-251-3/+0
| |
| * Move dependencies into gemspec filesFlorian Frank2016-02-255-5/+23
| |
* | Merge branch 'master' of github.com:flori/jsonFlorian Frank2016-02-250-0/+0
|\ \
| * \ Merge pull request #257 from sevenseacat/patch-1Florian Frank2015-08-211-0/+1
| |\ \ | | | | | | | | Also build against 2.2.3
| | * | Also build against 2.2.3Rebecca Skinner2015-08-211-0/+1
| |/ /
* | | Use ~> 2.0 test-unit that runs on 1.8 rubies as wellFlorian Frank2016-02-254-0/+21
| | |
* | | Merge branch 'v1.8'Florian Frank2016-02-2525-552/+121
|\ \ \ | | |/ | |/|
| * | Check for existence of #to_json method before callFlorian Frank2016-02-252-3/+11
| | |
| * | Avoid system stack errorFlorian Frank2016-02-251-1/+1
| | |
| * | Remove permutation dependencyFlorian Frank2016-02-254-41/+2
| | |
| * | Be goneā€¦Florian Frank2016-02-251-13/+0
| | |
| * | Attempt to switch jruby into 2.0 modeFlorian Frank2016-02-251-4/+3
| | |
| * | Add 2.3.0 for travis tetingFlorian Frank2016-02-251-0/+1
| | |