Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unknown keyword arg from DateTime.parse | Charles Oliver Nutter | 2021-12-01 | 1 | -1/+1 |
| | | | | | | | This snuck in while addding tests for the `create_additions` feature. Caught by JRuby when we added the `limit` option to the Date/DateTime parsing methods, which causes this to be rejected as an unknown keyword. | ||||
* | SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2 | Hiroshi SHIBATA | 2020-12-15 | 1 | -4/+0 |
| | |||||
* | JSON marshalling support for Set and SortedSet | Josh Kline | 2017-10-04 | 1 | -0/+10 |
| | |||||
* | Add frozen_string_literal: false | Nobuyoshi Nakada | 2016-06-21 | 1 | -0/+1 |
| | | | | When you change this to true, you may need to add more tests. | ||||
* | Use assert_raise consistently | Nobuyoshi Nakada | 2016-06-21 | 1 | -2/+2 |
| | |||||
* | Refactor tests and make pure parser green | Florian Frank | 2015-06-15 | 1 | -0/+192 |