summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Break testsbreak-testsLee Jarvis2021-06-151-1/+1
|
* Fix the testsLee Jarvis2021-06-151-1/+1
|
* Break the testsLee Jarvis2021-06-151-1/+1
| | | | To test the new CI GitHub Workflow
* Update README with GitHub Actions CI badgeLee Jarvis2021-06-151-1/+1
|
* Increase CI Ruby MatrixLee Jarvis2021-06-151-1/+1
|
* Create CI Action WorkflowLee Jarvis2021-06-151-0/+35
|
* CI: Use JRuby 9.2.18.0Olle Jonsson2021-06-111-1/+1
|
* Bump version to 4.9.1v4.9.1Lee Jarvis2021-05-282-1/+8
|
* Add support for --opt="" for blank argumentsLee Jarvis2021-05-282-1/+11
| | | | | | | This is especially useful when your default option value is a non-blank value and you want users to be able to overwrite it with a blank value Closes #266
* CI: More complete Travis matrix (#265)Olle Jonsson2021-05-201-5/+6
| | | This adds a 3.0 Ruby, as well as updates the patch versions using information from https://github.com/rvm/rvm/blob/master/config/known#L12
* README: Clarify how to enter an empty array (#267)Olle Jonsson2021-05-201-1/+3
| | | | | * README: Clarify how to enter an empty array [ci skip]
* 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
| |