summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 3.4.4v3.4.4Lee Jarvis2013-03-122-2/+2
* update changelogLee Jarvis2013-03-121-2/+3
* Merge pull request #107 from noxgirl/masterLee Jarvis2013-03-122-0/+8
|\
| * Adding a test for the behavior added by ce2b17e and 258a21d.Autumn Perrault2013-03-101-0/+7
| * Removing configuration flag :help_no_exit.Autumn Perrault2013-03-101-1/+1
| * Making the default --help exit by default.Autumn Perrault2013-03-061-0/+1
|/
* remove 2.0.0 from .travis configLee Jarvis2013-03-051-1/+0
* avoid 1.9+ syntax in testsLee Jarvis2013-03-051-1/+1
* disable run callback when help option is usedLee Jarvis2013-03-053-1/+24
* added ruby 2.0.0 to travisLee Jarvis2013-02-251-0/+1
* change summaryLee Jarvis2013-02-101-2/+2
* Merge pull request #104 from jordimassaguerpla/masterLee Jarvis2013-02-081-0/+1
|\
| * add license information to gemspecJordi Massaguer Pla2013-02-081-0/+1
|/
* bump version 3.4.3v3.4.3Lee Jarvis2013-01-143-2/+7
* ensure parse! removes the command and its optionsLee Jarvis2013-01-142-1/+22
* remove old command tests and comment out optspec testLee Jarvis2013-01-142-149/+17
* bump release 3.4.2v3.4.2Lee Jarvis2013-01-143-4/+4
* updated changesLee Jarvis2013-01-141-1/+1
* expose the commands hash as public APILee Jarvis2013-01-141-0/+3
* updated changesLee Jarvis2013-01-141-0/+7
* deprecate Slop.optspecLee Jarvis2013-01-141-0/+1
* use temp_stdout instead of temp_stderr for redirecting help outputLee Jarvis2013-01-141-6/+6
* print help to stdout not stderrLee Jarvis2013-01-141-1/+1
* bump version 3.4.1v3.4.1Lee Jarvis2013-01-133-4/+5
* clean up duplicate option checksLee Jarvis2013-01-131-2/+3
* Revert "ensure Object#eql? checks against short and long flags"Lee Jarvis2013-01-132-9/+1
* ensure Object#eql? checks against short and long flagsLee Jarvis2013-01-132-1/+9
* Revert "ensure option duplicate checks for long OR short flags"Lee Jarvis2013-01-132-9/+1
* ensure option duplicate checks for long OR short flagsLee Jarvis2013-01-132-1/+9
* remove attr_reader for command, this method is already definedLee Jarvis2013-01-131-3/+0
* ensure any new options replace old ones so no duplicates existLee Jarvis2013-01-132-0/+12
* ensure commands inherit config optionsLee Jarvis2013-01-132-0/+2
* updated changesLee Jarvis2013-01-131-0/+5
* append command string to help outputLee Jarvis2013-01-131-2/+11
* comment out doc task because travis hates meLee Jarvis2013-01-121-14/+14
* version 3.4.0v3.4.0Lee Jarvis2013-01-123-4/+6
* added link to api docsLee Jarvis2013-01-091-1/+1
* only create rdoc task if we can load rdoc/taskLee Jarvis2013-01-091-13/+14
* commented out the wrong thing, fmlLee Jarvis2013-01-081-1/+1
* comment out rdoc stuff for now because apparently travis doesnt like meLee Jarvis2013-01-081-9/+9
* added rdoc taskLee Jarvis2013-01-081-0/+15
* use respond_to_missing rather than respond_to?Lee Jarvis2013-01-081-7/+2
* avoid overriding #inspectLee Jarvis2013-01-081-5/+0
* fix commands exampleLee Jarvis2013-01-081-2/+2
* add [command] to banner if commands existLee Jarvis2013-01-081-1/+1
* added to_hash(true) example to commandsLee Jarvis2013-01-081-2/+5
* allow to_hash to merge subcommand optionsLee Jarvis2013-01-081-2/+8
* add Slop#fetch_commandLee Jarvis2013-01-081-0/+16
* add deprecation for Slop::CommandsLee Jarvis2013-01-081-0/+4
* avoid 1.9 specific syntax for testsLee Jarvis2013-01-081-1/+1