summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | |
* | | 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
| | | |
| * | | Add missing testsFlorian Frank2016-02-251-0/+24
| | | |
| * | | Call OBJECT_HANDLER for objects without #to_jsonFlorian Frank2016-02-251-5/+8
| | | | | | | | | | | | as a last-ditch effort.
| * | | Correct CHANGESFlorian Frank2015-11-061-1/+2
| | | |
| * | | Convert README to markdownFlorian Frank2015-11-064-35/+35
| | | |
| * | | Fix some linksFlorian Frank2015-11-051-15/+4
| | | |
| * | | Skip 1.8.4Florian Frank2015-10-204-5/+5
| | | |
| * | | Add 2.2.3 explicitelyFlorian Frank2015-09-111-0/+1
| | | |
| * | | Remove sdoc and upgrade dependenciesFlorian Frank2015-09-113-25/+11
| | | |
| * | | Bump version to 1.8.4 and add to CHANGESFlorian Frank2015-09-113-2/+10
| | | |
| * | | Remove remnants of GPL licensesFlorian Frank2015-09-1117-482/+18
| |/ /
* | | Specify JSON module interfacerfc-7159-jsonFlorian Frank2015-06-151-2/+1
| | |
* | | Disallow usage of symbolize_names and create_additionsFlorian Frank2015-06-155-18/+35
| | |