summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version for bugfixv1.5.1Lee Jarvis2011-04-171-1/+1
* ensure ARGV is actually emptyLee Jarvis2011-04-171-1/+3
* how'd this get here?Lee Jarvis2011-04-171-1/+0
* bump versionv1.5.0Lee Jarvis2011-04-161-1/+1
* Merge branch 'commands'Lee Jarvis2011-04-164-12/+180
|\
| * allow Slop#[] to grab a command object if it existsLee Jarvis2011-04-162-3/+11
| * turn this into an assertionLee Jarvis2011-04-151-1/+1
| * add tests for nested on_empty and fix bug when searching keysLee Jarvis2011-04-152-1/+16
| * remove commands tests from slop_testLee Jarvis2011-04-151-54/+0
| * move commands to a separate test fileLee Jarvis2011-04-152-2/+57
| * add test for command bannersLee Jarvis2011-04-151-0/+9
| * add another test for setting the bannerLee Jarvis2011-04-151-0/+3
| * group relative ivars and add some documentationLee Jarvis2011-04-151-1/+7
| * test for raising if a command exists alreadyLee Jarvis2011-04-141-0/+6
| * Merge branch 'master' into commandsLee Jarvis2011-04-141-3/+2
| |\
| * | INCEPTIONLee Jarvis2011-04-141-0/+8
| * | more formattingLee Jarvis2011-04-141-4/+4
| * | formattingLee Jarvis2011-04-141-3/+6
| * | cleaned up some whitespaceLee Jarvis2011-04-141-6/+0
| * | added test for passing options to commandsLee Jarvis2011-04-141-0/+6
| * | Merge branch 'master' into commandsLee Jarvis2011-04-142-0/+4
| |\ \
| * | | add some documentationLee Jarvis2011-04-141-0/+16
| * | | slop commands should have the same interface as slopLee Jarvis2011-04-141-1/+5
| * | | inherit options from the master slopLee Jarvis2011-04-142-0/+10
| * | | dont convert symbols to strings, leave this for the userLee Jarvis2011-04-142-3/+4
| * | | raise argumenterror hereLee Jarvis2011-04-141-1/+3
| * | | added commands example to readmeLee Jarvis2011-04-141-0/+35
| * | | add some basic tests for commandsLee Jarvis2011-04-141-0/+16
| * | | initial commands supportLee Jarvis2011-04-141-0/+25
* | | | Revert "add Slop.split method"Lee Jarvis2011-04-162-25/+0
* | | | add Slop.split methodLee Jarvis2011-04-162-0/+25
| |_|/ |/| |
* | | pass block directly for Enumerable objectLee Jarvis2011-04-141-3/+2
| |/ |/|
* | have :as => Range return an integer if the value is numeric onlyLee Jarvis2011-04-142-0/+4
|/
* makes this method truly privateLee Jarvis2011-04-141-8/+12
* group relative methodsLee Jarvis2011-04-141-8/+8
* add bang to these methodsLee Jarvis2011-04-141-10/+10
* use each_with_index hereLee Jarvis2011-04-141-2/+2
* dont use assignment in postfix conditionalLee Jarvis2011-04-141-1/+2
* add callback for on_empty when no arguments are givenLee Jarvis2011-04-142-0/+27
* bump versionv1.4.1Lee Jarvis2011-04-141-1/+1
* add ranges example to readmeLee Jarvis2011-04-141-0/+12
* add test for thisLee Jarvis2011-04-141-0/+4
* . should be literal hereLee Jarvis2011-04-141-1/+1
* first try at rangesLee Jarvis2011-04-142-0/+22
* Array#push returns the arrayLee Jarvis2011-04-121-2/+0
* lets not overcomplicate thisLee Jarvis2011-04-121-1/+1
* make this non-capturingLee Jarvis2011-04-121-1/+1
* updated readme with another banner exampleLee Jarvis2011-04-121-0/+4
* allow setting the banner as the first argument to Slop.newLee Jarvis2011-04-122-1/+4
* add test for parsing ARGV by defaultLee Jarvis2011-04-121-0/+14