summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #152 from squarism/masterv3Lee Jarvis2014-10-081-0/+17
|\
| * add strict mode / rescue example to READMEChris Dillon2014-10-071-0/+17
|/
* Merge pull request #149 from long-long-float/add-indent-optionLee Jarvis2014-08-284-2/+16
|\
| * Modify README.mdlong-long-float2014-08-271-0/+1
| * Add indent option in helplong-long-float2014-08-272-2/+3
| * Add test about indentlong-long-float2014-08-271-1/+6
| * Add test about indentlong-long-float2014-08-271-0/+7
|/
* Merge pull request #148 from venkat/patch-1Lee Jarvis2014-08-221-0/+2
|\
| * Show usage of description in a commandVenkata Subramanian Mahalingam2014-08-211-0/+2
|/
* Update changesLee Jarvis2014-07-301-0/+5
* Add .ruby-version to gitignoreLee Jarvis2014-07-301-0/+1
* Allow option help text to be hiddenLee Jarvis2014-07-302-2/+7
* Bump version to 3.6v3.6.0Lee Jarvis2014-07-183-2/+8
* Merge pull request #143 from KushalP/show-default-value-in-help-messageLee Jarvis2014-07-172-1/+13
|\
| * Default values on options are printed in the help messageKushal Pisavadia2014-07-172-1/+13
|/
* Merge pull request #142 from neontapir/masterLee Jarvis2014-07-081-1/+5
|\
| * remove temporary variableChuck Durfee2014-07-071-2/+2
| * clarify remaining arguments exampleChuck Durfee2014-06-271-1/+5
|/
* Use table for config layout in readmeLee Jarvis2014-05-131-14/+10
* Merge pull request #139 from txdv/masterLee Jarvis2014-05-131-0/+20
|\
| * Add example of rest arguments usage in the readme file.Andrius Bentkus2014-05-131-0/+20
|/
* Stop testing on rbx and pre 1.9.3Lee Jarvis2014-03-261-4/+1
* Bump changesv3.5.0Lee Jarvis2014-03-121-0/+5
* Bump version to 3.5.0Lee Jarvis2014-03-122-2/+2
* Add support for as: RegexpLee Jarvis2013-12-072-0/+5
* Bump version to 3.4.7v3.4.7Lee Jarvis2013-11-143-2/+8
* Reset trash on each parseLee Jarvis2013-11-142-0/+14
* Fix broken links in readmeLee Jarvis2013-09-271-2/+2
* Merge pull request #129 from jareddbc/patch-1Lee Jarvis2013-09-261-1/+1
|\
| * fixed a mistake in the "Slop supports git style sub-commands" examplejareddbc2013-09-261-1/+1
|/
* Merge pull request #123 from jrochkind/fix_deprecation_urlLee Jarvis2013-08-191-1/+1
|\
| * commands deprecation URL 404s; is this the right one?Jonathan Rochkind2013-08-191-1/+1
|/
* Update homepage in gemspecLee Jarvis2013-08-131-1/+1
* bump version 3.4.6v3.4.6Lee Jarvis2013-07-252-2/+2
* Only raise InvalidOptionError if in strict modeLee Jarvis2013-07-252-1/+6
* Ensure unknown options are reported for multiple switchesLee Jarvis2013-07-252-6/+15
* clean up some logic in build_optionLee Jarvis2013-06-171-3/+3
* clean up extract_short_flagLee Jarvis2013-06-171-13/+4
* Ensure build status images points at masterLee Jarvis2013-06-171-1/+1
* fix a couple of writing mistakes in READMELee Jarvis2013-05-151-2/+2
* update changesLee Jarvis2013-05-141-2/+4
* bump version to 3.4.5v3.4.5Lee Jarvis2013-05-142-2/+2
* fix doc for execute_multiple_switches for added argumentLee Jarvis2013-05-141-0/+1
* Ensure grouping multiple options still consumes trailing argumentLee Jarvis2013-05-142-4/+16
* rename MiniTest::Unit::TestCase to new Minitest::TestLee Jarvis2013-05-131-1/+1
* specify version ~> 5 of minitestLee Jarvis2013-05-131-1/+1
* Merge pull request #111 from eric1234/masterLee Jarvis2013-05-101-1/+1
|\
| * Allow subclass to handle initialization.Eric Anderson2013-05-101-1/+1
|/
* update changesLee Jarvis2013-04-201-0/+5
* Merge pull request #110 from whitequark/patch-1Lee Jarvis2013-04-202-5/+12
|\