| Commit message (Expand) | Author | Age | Files | Lines |
* | CI: Use jruby-9.2.14.0 (#252) | Olle Jonsson | 2021-01-14 | 1 | -1/+1 |
|\ |
|
| * | CI: Use JRuby 9.2.14.0 | Olle Jonsson | 2021-01-14 | 1 | -1/+1 |
| * | CI: Use jruby-9.2.11.1ci-jruby-new | Olle Jonsson | 2020-03-25 | 1 | -1/+1 |
* | | Merge pull request #257 from gogainda/patch-1 | Olle Jonsson | 2021-01-14 | 1 | -0/+1 |
|\ \ |
|
| * | | Update .travis.yml | Igor Victor | 2021-01-13 | 1 | -0/+1 |
|/ / |
|
* | | Bump version to 4.8.2v4.8.2 | Lee Jarvis | 2020-07-10 | 2 | -1/+8 |
* | | Fix bug with separators around `help: false` opts | Lee Jarvis | 2020-07-10 | 2 | -2/+13 |
* | | Remove v3 reference from README | Lee Jarvis | 2020-05-25 | 1 | -87/+1 |
* | | Bump version to 4.8.1v4.8.1 | Lee Jarvis | 2020-03-31 | 2 | -1/+8 |
|/ |
|
* | Merge pull request #251 from tmatilai/keyword_arg | Lee Jarvis | 2020-01-28 | 1 | -1/+1 |
|\ |
|
| * | Fix one more keyword argument warning | Teemu Matilainen | 2020-01-28 | 1 | -1/+1 |
* | | Add basic test for Slop.parse | Lee Jarvis | 2020-01-28 | 1 | -0/+10 |
|/ |
|
* | Bump version to v.8.0v4.8.0 | Lee Jarvis | 2020-01-17 | 2 | -4/+6 |
* | Merge pull request #250 from flavono123/float-scientific-notation | Lee Jarvis | 2020-01-17 | 2 | -3/+30 |
|\ |
|
| * | admit comments | Hansuk | 2020-01-17 | 2 | -1/+7 |
| * | support scientific nations for float options | Hansuk | 2020-01-16 | 2 | -3/+20 |
| * | support + sign for float options | Hansuk | 2020-01-16 | 2 | -2/+6 |
|/ |
|
* | Merge pull request #249 from leejarvis/add-changelog-note-about-270 | Olle Jonsson | 2020-01-09 | 1 | -1/+6 |
|\ |
|
| * | CHANGELOG: Update about add 2.7.0 to CIadd-changelog-note-about-270 | Olle Jonsson | 2020-01-07 | 1 | -1/+6 |
|/ |
|
* | Merge pull request #248 from jylitalo/ruby_2.7.0 | Olle Jonsson | 2020-01-07 | 5 | -9/+10 |
|\ |
|
| * | Added Ruby 2.7.0 to test matrix | Andrew Kane | 2020-01-07 | 1 | -0/+1 |
| * | Tests on Ruby 2.7.0 | Juha Ylitalo | 2020-01-07 | 4 | -9/+9 |
|/ |
|
* | Merge pull request #242 from leejarvis/use-jruby-9.2.8.0 | Olle Jonsson | 2019-11-06 | 1 | -4/+6 |
|\ |
|
| * | CI: Use jruby-9.2.9.0 | Olle Jonsson | 2019-11-06 | 1 | -1/+1 |
| * | CI: Use ruby 2.4.9, 2.5.7, 2.6.5use-jruby-9.2.8.0 | Olle Jonsson | 2019-10-02 | 1 | -3/+3 |
| * | CI: Use 2.4.7, 2.5.6, 2.6.4, and openjdk8 | Olle Jonsson | 2019-09-09 | 1 | -2/+4 |
| * | CI: Use jruby-9.2.8.0 | Olle Jonsson | 2019-08-16 | 1 | -1/+1 |
* | | Merge pull request #245 from tylermercier/remove-orig_arg | Lee Jarvis | 2019-10-23 | 1 | -1/+0 |
|\ \ |
|
| * | | remove unused variable | Tyler Mercier | 2019-10-22 | 1 | -1/+0 |
|/ / |
|
* | | Update changelog | Lee Jarvis | 2019-09-09 | 1 | -0/+7 |
* | | Merge pull request #243 from jylitalo/plus_prefix | Lee Jarvis | 2019-09-09 | 2 | -2/+6 |
|\ \
| |/
|/| |
|
| * | Test integer with plus sign as prefix | Juha Ylitalo | 2019-08-30 | 1 | -1/+5 |
| * | Support '+' as prefix for integer | Juha Ylitalo | 2019-08-23 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #240 from leejarvis/fix/update-ci-matrix | Lee Jarvis | 2019-08-05 | 1 | -4/+4 |
|\ |
|
| * | CI: Use 2.6.3fix/update-ci-matrix | Olle Jonsson | 2019-04-18 | 1 | -1/+1 |
| * | CI: 2.4.6, jruby-9.2.7.0 | Olle Jonsson | 2019-04-10 | 1 | -2/+2 |
| * | CI: 2.5.5, 2.6.2 | Olle Jonsson | 2019-03-16 | 1 | -2/+2 |
| * | CI: Use jruby-9.2.6.0, 2.6.1 in matrix | Olle Jonsson | 2019-02-12 | 1 | -2/+2 |
* | | Bump version to 4.7.0v4.7.0 | Lee Jarvis | 2019-06-29 | 1 | -1/+1 |
* | | Update changelog | Lee Jarvis | 2019-06-29 | 1 | -2/+4 |
* | | Merge pull request #241 from kou/fix-unconsumed-argument | Lee Jarvis | 2019-06-29 | 2 | -1/+14 |
|\ \
| |/
|/| |
|
| * | Fix a bug that flag value is processed as flag | Sutou Kouhei | 2019-06-29 | 2 | -1/+14 |
|/ |
|
* | Tweak README | Lee Jarvis | 2019-01-21 | 1 | -14/+12 |
* | Fix deprecation warning in tests | Lee Jarvis | 2019-01-21 | 1 | -1/+1 |
* | CHANGELOG: Thank Teemu Matilainen for a PR | Olle Jonsson | 2019-01-20 | 1 | -0/+1 |
* | Merge pull request #238 from tmatilai/empty-separator | Olle Jonsson | 2019-01-20 | 2 | -1/+7 |
|\ |
|
| * | Allow calling `Options#separator` without args, defaulting to an empty string | Teemu Matilainen | 2019-01-20 | 2 | -1/+7 |
|/ |
|
* | Merge pull request #239 from olleolleolle/fix/ci-give-older-rubies-older-bundler | Olle Jonsson | 2019-01-20 | 1 | -1/+8 |
|\ |
|
| * | CI: On Rubies < 2.3 install Bundler < 2 | Olle Jonsson | 2019-01-20 | 1 | -1/+8 |
|/ |
|
* | Travis: include latest JRuby, latest Ruby | Olle Jonsson | 2018-12-28 | 1 | -1/+3 |