summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle equals character for non-option valuespedantic-equalsLee Jarvis2018-03-122-2/+7
* Bump version to v4.6.1v4.6.1Lee Jarvis2017-11-202-3/+3
* Update CHANGELOGLee Jarvis2017-11-171-0/+8
* Add more tests for Options#separatorLee Jarvis2017-11-172-1/+26
* Merge pull request #223 from marcandre/separatorLee Jarvis2017-11-172-2/+11
|\
| * Fix separator so it doesn't mutate user dataMarc-Andre Lafortune2017-11-132-2/+11
|/
* Merge pull request #221 from woodruffw/readme-example-fixOlle Jonsson2017-10-281-2/+3
|\
| * README: Fix example to include required optionWilliam Woodruff2017-10-271-2/+3
|/
* Bump version to 4.6.0v4.6.0Lee Jarvis2017-10-062-1/+7
* Merge pull request #218 from woodruffw/required-optionsOlle Jonsson2017-10-055-0/+36
|\
| * Support for required optionsWilliam Woodruff2017-09-295-0/+36
|/
* Merge pull request #216 from olleolleolle/patch-2Olle Jonsson2017-09-081-1/+1
|\
| * Travis: jruby-9.1.13.0Olle Jonsson2017-09-081-1/+1
|/
* Merge pull request #214 from TomCrypto/masterLee Jarvis2017-08-082-0/+7
|\
| * Fix bug preventing '--' being passed as the first argument.Thomas Bénéteau2017-08-052-0/+7
|/
* Add README note about NullOption callbacksLee Jarvis2017-07-261-0/+6
* Merge pull request #211 from olleolleolle/patch-2Lee Jarvis2017-06-191-1/+1
|\
| * Travis: jruby-9.1.12.0Olle Jonsson2017-06-191-1/+1
|/
* Merge pull request #209 from olleolleolle/patch-2Lee Jarvis2017-05-261-1/+1
|\
| * Travis: jruby-9.1.10.0Olle Jonsson2017-05-261-1/+1
|/
* Bump version to 4.5.0v4.5.0Lee Jarvis2017-05-222-3/+3
* Merge tag 'v4.4.3'Lee Jarvis2017-05-022-2/+8
|\
| * Bump version to 4.4.3v4.4.3v4.4.3Lee Jarvis2017-05-021-1/+1
| * Update changelogLee Jarvis2017-05-021-1/+7
| * Fix non-deterministic testLee Jarvis2017-05-021-1/+1
| * Fix Ruby 2.0.0 broken `private def ...`Lee Jarvis2017-05-022-1/+2
* | Fix Ruby 2.0.0 broken `private def ...`Lee Jarvis2017-05-022-1/+2
* | Fix non-deterministic testLee Jarvis2017-05-011-1/+1
* | Update changelogLee Jarvis2017-05-011-0/+7
* | Add config option underscore_flagslbriais-feature/add_config_for_underscore_switchLaurent B2017-05-014-5/+22
|/
* Ignore Ruby 2.0.0 from travisLee Jarvis2017-04-291-1/+0
* Bump version to 4.2.2v4.4.2Lee Jarvis2017-04-292-3/+3
* Update changelogLee Jarvis2017-04-291-0/+1
* Fix ridiculous minitest warningLee Jarvis2017-04-292-3/+3
* Avoid deleting args after '--'Lee Jarvis2017-04-292-7/+16
* Merge pull request #201 from olleolleolle/patch-1Lee Jarvis2017-03-311-2/+2
|\
| * Travis: Update rubies in CIOlle Jonsson2017-03-311-2/+2
|/
* Merge pull request #200 from olleolleolle/patch-1Lee Jarvis2017-03-161-6/+4
|\
| * Travis: Use gem install bundlerOlle Jonsson2017-03-161-5/+1
| * Travis: use 2.4.0, latest stable JRubyOlle Jonsson2017-03-161-1/+3
|/
* Update changelogLee Jarvis2017-01-291-0/+6
* Remove rbx from travisLee Jarvis2017-01-291-1/+0
* Fix support for parsing -x5Lee Jarvis2017-01-292-7/+33
* Bump version to 4.4.1v4.4.1Lee Jarvis2016-08-212-1/+8
* Handle bad constant names in Slop.option_defined?Lee Jarvis2016-08-212-0/+21
* Bump version 4.4.0v4.4.0Lee Jarvis2016-08-152-3/+3
* Update changelogLee Jarvis2016-04-151-0/+9
* 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
* | Merge pull request #192 from aclemons/leading_dashLee Jarvis2016-04-153-3/+32
|\ \ | |/ |/|