summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update changelogv4.9.0Lee Jarvis2021-05-111-0/+3
|
* Merge pull request #255 from MadBomber/madbomber_frozen_string_exception_fixLee Jarvis2021-05-111-3/+3
|\ | | | | changed str << to str +=
| * changed str << to str +=Dewayne VanHoozer2020-09-051-3/+3
| |
* | Bump version and update changelogLee Jarvis2021-05-112-1/+7
| |
* | Merge pull request #263 from threemachines/symbolsLee Jarvis2021-05-113-2/+40
|\ \ | | | | | | Add symbols to option types
| * | Add simple tests for StringOptionJoe Gracyk2021-05-101-0/+14
| | |
| * | Add symbols to option typesJoe Gracyk2021-05-103-2/+26
|/ /
* | CI: Use JRuby 9.2.16.0Olle Jonsson2021-03-051-1/+1
| |
* | CI: Use latest JRuby 9.2Olle Jonsson2021-03-011-1/+1
| | | | | | Release post: https://www.jruby.org/2021/02/24/jruby-9-2-15-0.html
* | CI: Use jruby-9.2.14.0 (#252)Olle Jonsson2021-01-141-1/+1
|\ \
| * | CI: Use JRuby 9.2.14.0Olle Jonsson2021-01-141-1/+1
| | |
| * | CI: Use jruby-9.2.11.1ci-jruby-newOlle Jonsson2020-03-251-1/+1
| | |
* | | Merge pull request #257 from gogainda/patch-1Olle Jonsson2021-01-141-0/+1
|\ \ \ | |_|/ |/| | Add Truffleruby to CI
| * | Update .travis.ymlIgor Victor2021-01-131-0/+1
|/ /
* | Bump version to 4.8.2v4.8.2Lee Jarvis2020-07-102-1/+8
| |
* | Fix bug with separators around `help: false` optsLee Jarvis2020-07-102-2/+13
| | | | | | | | | | | | | | | | | | | | | | The separators rely on the indexes of the options before/after them, but we ignore `help: false` options when building the help string, so all of the positions are messed up. This change avoids ignoring those options during the iteration, and instead just doesn't append the option help to the string. Fixes #253
* | Remove v3 reference from READMELee Jarvis2020-05-251-87/+1
| | | | | | | | | | | | Ruby 1.9 is old and so is the v3 branch, so I don't want to encourage using it. The upgrade guide is also not really necessary anymore. Who's using v3?
* | Bump version to 4.8.1v4.8.1Lee Jarvis2020-03-312-1/+8
|/
* Merge pull request #251 from tmatilai/keyword_argLee Jarvis2020-01-281-1/+1
|\ | | | | Fix one more keyword argument warning
| * Fix one more keyword argument warningTeemu Matilainen2020-01-281-1/+1
| |
* | Add basic test for Slop.parseLee Jarvis2020-01-281-0/+10
|/ | | | See https://github.com/leejarvis/slop/pull/251
* Bump version to v.8.0v4.8.0Lee Jarvis2020-01-172-4/+6
|
* Merge pull request #250 from flavono123/float-scientific-notationLee Jarvis2020-01-172-3/+30
|\ | | | | FloatOption: Add support for scientific notation and + sign
| * admit commentsHansuk2020-01-172-1/+7
| | | | | | | | | | | | | | - https://github.com/leejarvis/slop/pull/250#discussion_r367361652 - https://github.com/leejarvis/slop/pull/250#discussion_r367420001 Signed-off-by: Hansuk <flavono123@gmail.com>
| * support scientific nations for float optionsHansuk2020-01-162-3/+20
| | | | | | | | | | | | | | - reference: https://stackoverflow.com/questions/638565/parsing-scientific-notation-sensibly - remove the todo comment(no idea for etc) Signed-off-by: Hansuk <flavono123@gmail.com>
| * support + sign for float optionsHansuk2020-01-162-2/+6
|/ | | | Signed-off-by: Hansuk <flavono123@gmail.com>
* Merge pull request #249 from leejarvis/add-changelog-note-about-270Olle Jonsson2020-01-091-1/+6
|\ | | | | CHANGELOG: Update about adding 2.7.0 to CI
| * CHANGELOG: Update about add 2.7.0 to CIadd-changelog-note-about-270Olle Jonsson2020-01-071-1/+6
|/ | | - Fix a Markdown link
* Merge pull request #248 from jylitalo/ruby_2.7.0Olle Jonsson2020-01-075-9/+10
|\ | | | | Tests on Ruby 2.7.0: avoid warnings; add 2.7.0 to CI
| * Added Ruby 2.7.0 to test matrixAndrew Kane2020-01-071-0/+1
| |
| * Tests on Ruby 2.7.0Juha Ylitalo2020-01-074-9/+9
|/
* Merge pull request #242 from leejarvis/use-jruby-9.2.8.0Olle Jonsson2019-11-061-4/+6
|\ | | | | CI: Use ruby 2.4.9, 2.5.7, 2.6.5, jruby-9.2.9.0
| * CI: Use jruby-9.2.9.0Olle Jonsson2019-11-061-1/+1
| |
| * CI: Use ruby 2.4.9, 2.5.7, 2.6.5use-jruby-9.2.8.0Olle Jonsson2019-10-021-3/+3
| |
| * CI: Use 2.4.7, 2.5.6, 2.6.4, and openjdk8Olle Jonsson2019-09-091-2/+4
| |
| * CI: Use jruby-9.2.8.0Olle Jonsson2019-08-161-1/+1
| |
* | Merge pull request #245 from tylermercier/remove-orig_argLee Jarvis2019-10-231-1/+0
|\ \ | | | | | | remove unused variable
| * | remove unused variableTyler Mercier2019-10-221-1/+0
|/ /
* | Update changelogLee Jarvis2019-09-091-0/+7
| |
* | Merge pull request #243 from jylitalo/plus_prefixLee Jarvis2019-09-092-2/+6
|\ \ | |/ |/| Support '+' as prefix for integer
| * Test integer with plus sign as prefixJuha Ylitalo2019-08-301-1/+5
| |
| * Support '+' as prefix for integerJuha Ylitalo2019-08-231-1/+1
|/
* Merge pull request #240 from leejarvis/fix/update-ci-matrixLee Jarvis2019-08-051-4/+4
|\ | | | | CI: Use jruby-9.2.7.0, 2.6.3, 2.5.5, 2.4.6 in matrix
| * CI: Use 2.6.3fix/update-ci-matrixOlle Jonsson2019-04-181-1/+1
| |
| * CI: 2.4.6, jruby-9.2.7.0Olle Jonsson2019-04-101-2/+2
| |
| * CI: 2.5.5, 2.6.2Olle Jonsson2019-03-161-2/+2
| |
| * CI: Use jruby-9.2.6.0, 2.6.1 in matrixOlle Jonsson2019-02-121-2/+2
| |
* | Bump version to 4.7.0v4.7.0Lee Jarvis2019-06-291-1/+1
| |
* | Update changelogLee Jarvis2019-06-291-2/+4
| |
* | Merge pull request #241 from kou/fix-unconsumed-argumentLee Jarvis2019-06-292-1/+14
|\ \ | |/ |/| Fix a bug that flag value is processed as flag