summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove semi-colons to conform to the code stylesigurdsvela2015-04-062-4/+4
| * Fix typo in commentsigurdsvela2015-04-061-1/+1
| * Implement getUnknownMessage in UnknownOptionsigurdsvela2015-04-063-2/+18
|/
* Add explicit value setter to Result classLee Jarvis2015-02-042-0/+25
* Update changelogLee Jarvis2015-01-111-0/+3
* Merge pull request #157 from deivid-rodriguez/remove_double_dash_from_argumentsLee Jarvis2015-01-112-1/+11
|\
| * Remove "--" from the unprocessed argumentsDavid Rodríguez2015-01-112-1/+11
|/
* Updated changelogLee Jarvis2015-01-021-0/+2
* Support `tail: true` config optionLee Jarvis2015-01-023-2/+20
* Reset parser every time parse is calledLee Jarvis2014-12-305-14/+19
* Support a limit config to ArrayOptionLee Jarvis2014-12-303-1/+12
* Add a v4 changelogLee Jarvis2014-12-301-0/+15
* Add some basic type docsLee Jarvis2014-12-301-1/+10
* Merge pull request #156 from rickhull/masterLee Jarvis2014-12-303-0/+26
|\
| * add Float supportRick Hull2014-12-293-0/+26
|/
* Test on 2.1/2 and rbx-2Lee Jarvis2014-12-291-0/+3
* Add a section on upgrading from v3Lee Jarvis2014-12-281-0/+82
* Mention commands (or lack of)v4.0.04.0Lee Jarvis2014-12-271-0/+8
* Remove CHANGES.mdLee Jarvis2014-12-271-292/+0
* Provide and option to disable bannersLee Jarvis2014-12-191-1/+2
* Add result/parser `arguments` methodLee Jarvis2014-12-194-2/+54
* Remind myself why I did thisLee Jarvis2014-12-171-1/+2
* Comments and clean upLee Jarvis2014-12-173-4/+45
* Add readme section for printing helpLee Jarvis2014-12-172-2/+56
* Add NotImplementedError and docsLee Jarvis2014-12-171-1/+14
* Fix typoLee Jarvis2014-12-171-1/+1
* Document ParserLee Jarvis2014-12-171-2/+13
* Document OptionLee Jarvis2014-12-171-0/+11
* Document slop class methodsLee Jarvis2014-12-171-0/+30
* description tweakLee Jarvis2014-12-171-1/+1
* Add VERSION, stop managing it separately in gemspecLee Jarvis2014-12-172-1/+6
* Require ruby version in gemspecLee Jarvis2014-12-171-1/+1
* Add errors section to readmeLee Jarvis2014-12-171-0/+25
* Add option types to READMELee Jarvis2014-12-171-0/+17
* Just remove the license yearLee Jarvis2014-12-171-1/+1
* It doesnt support 1.8 oopsLee Jarvis2014-12-171-1/+1
* Only test 2.0+ on v4Lee Jarvis2014-12-171-2/+0
* Tweak README to mention Ruby version supportLee Jarvis2014-12-171-1/+4
* Add "on" example to readmeLee Jarvis2014-12-171-0/+4
* Add NullOption and default to using itLee Jarvis2014-12-176-17/+65
* Fix doc typoLee Jarvis2014-11-201-2/+2
* Alias to_h to_hashLee Jarvis2014-11-201-0/+1
* Simplify Parser used_optionsLee Jarvis2014-11-201-3/+5
* Default array values to []Lee Jarvis2014-11-192-0/+8
* Update readme and add type aliasesLee Jarvis2014-11-192-2/+25
* Add README section on custom typesLee Jarvis2014-11-191-0/+49
* Update readmeLee Jarvis2014-11-191-1/+1
* Ensure booleans default to falseLee Jarvis2014-11-193-1/+14
* Start cleaning up READMELee Jarvis2014-11-191-172/+24
* Handle UnknownOption exceptionsLee Jarvis2014-11-195-9/+29