summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #255 from MadBomber/madbomber_frozen_string_exception_fixLee Jarvis2021-05-111-3/+3
|\
| * changed str << to str +=Dewayne VanHoozer2020-09-051-3/+3
* | Bump version and update changelogLee Jarvis2021-05-111-1/+1
* | Add symbols to option typesJoe Gracyk2021-05-101-0/+7
|/
* Bump version to 4.8.2v4.8.2Lee Jarvis2020-07-101-1/+1
* Fix bug with separators around `help: false` optsLee Jarvis2020-07-101-2/+2
* Bump version to 4.8.1v4.8.1Lee Jarvis2020-03-311-1/+1
* Fix one more keyword argument warningTeemu Matilainen2020-01-281-1/+1
* Bump version to v.8.0v4.8.0Lee Jarvis2020-01-171-1/+1
* admit commentsHansuk2020-01-171-1/+3
* support scientific nations for float optionsHansuk2020-01-161-2/+1
* support + sign for float optionsHansuk2020-01-161-1/+1
* Tests on Ruby 2.7.0Juha Ylitalo2020-01-071-4/+4
* remove unused variableTyler Mercier2019-10-221-1/+0
* Support '+' as prefix for integerJuha Ylitalo2019-08-231-1/+1
* Bump version to 4.7.0v4.7.0Lee Jarvis2019-06-291-1/+1
* Fix a bug that flag value is processed as flagSutou Kouhei2019-06-291-1/+8
* Allow calling `Options#separator` without args, defaulting to an empty stringTeemu Matilainen2019-01-201-1/+1
* add Slop::Result#fetchGiovanni Benussi2018-06-272-9/+24
* Bump version to 4.6.2v4.6.2Lee Jarvis2018-03-121-1/+1
* Handle equals character for non-option valuespedantic-equalsLee Jarvis2018-03-121-2/+2
* Bump version to v4.6.1v4.6.1Lee Jarvis2017-11-201-1/+1
* Add more tests for Options#separatorLee Jarvis2017-11-171-0/+4
* Fix separator so it doesn't mutate user dataMarc-Andre Lafortune2017-11-131-1/+1
* Bump version to 4.6.0v4.6.0Lee Jarvis2017-10-061-1/+1
* Support for required optionsWilliam Woodruff2017-09-293-0/+20
* Fix bug preventing '--' being passed as the first argument.Thomas Bénéteau2017-08-051-0/+1
* Bump version to 4.5.0v4.5.0Lee Jarvis2017-05-221-1/+1
* Merge tag 'v4.4.3'Lee Jarvis2017-05-021-1/+1
|\
| * Bump version to 4.4.3v4.4.3v4.4.3Lee Jarvis2017-05-021-1/+1
| * Fix Ruby 2.0.0 broken `private def ...`Lee Jarvis2017-05-021-1/+1
* | Fix Ruby 2.0.0 broken `private def ...`Lee Jarvis2017-05-021-1/+1
* | Add config option underscore_flagslbriais-feature/add_config_for_underscore_switchLaurent B2017-05-013-5/+18
|/
* Bump version to 4.2.2v4.4.2Lee Jarvis2017-04-291-1/+1
* Avoid deleting args after '--'Lee Jarvis2017-04-291-6/+14
* Fix support for parsing -x5Lee Jarvis2017-01-291-7/+20
* Bump version to 4.4.1v4.4.1Lee Jarvis2016-08-211-1/+1
* Handle bad constant names in Slop.option_defined?Lee Jarvis2016-08-211-0/+4
* Bump version 4.4.0v4.4.0Lee Jarvis2016-08-151-1/+1
* Merge pull request #193 from kch/order-fixLee Jarvis2016-04-151-1/+1
|\
| * inside tail sort, retain original sort orderCaio Chassot2016-04-141-1/+1
* | Support arguments to options with leading -Andrew Clemons2016-04-042-3/+11
|/
* Bump version to 4.3.0v4.3.0Lee Jarvis2016-03-191-1/+1
* Can specify a custom banner string in Options via configPhil Rees2016-03-181-1/+1
* Allow disabling the delimiter for array argumentsMike Pastore2016-02-181-2/+6
* Bump version 4.2.1v4.2.1Lee Jarvis2015-11-251-1/+1
* Fix bug where true is passed to BoolOption block regardless of --no- prefixBen Brady2015-11-241-2/+1
* Fix bug regarding --foo=bar style optionsNaoki Mizuno2015-09-081-3/+6
* Use each_with_index for looping over argumentsNaoki Mizuno2015-09-081-13/+3
* Fix arguments removed with option argumentsNaoki Mizuno2015-09-081-1/+16