summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated readme with command exampleLee Jarvis2013-01-081-0/+26
* added default usage string to help outputLee Jarvis2013-01-082-2/+9
* added basic command implementation merging into SlopLee Jarvis2013-01-081-2/+47
* clean up unused variables in runner testLee Jarvis2013-01-061-5/+2
* implement Slop#run methodLee Jarvis2013-01-062-0/+40
* use long options in examples rather than short flagsLee Jarvis2013-01-061-17/+17
* on second thought, use syntax highlightingLee Jarvis2013-01-061-59/+73
* simplify usage even moreLee Jarvis2013-01-061-4/+1
* avoid syntax highlighting for readability and simplify usageLee Jarvis2013-01-061-93/+64
* remove github installation from readmeLee Jarvis2013-01-061-8/+0
* Merge branch 'master' of github.com:injekt/slopLee Jarvis2013-01-062-2/+20
|\
| * Merge pull request #97 from kyrylo/help-output-fixLee Jarvis2012-12-242-2/+20
| |\
| | * Don't always append global/default headersKyrylo Silin2012-12-232-2/+20
| |/
* | added list/range/autocreate docs to readmeLee Jarvis2013-01-061-5/+51
|/
* no need to tell people this nowLee Jarvis2012-11-141-2/+0
* Merge pull request #88 from kachick/refactoring/sweep_disused_variables_and_o...Lee Jarvis2012-10-222-8/+7
|\
| * replace using method send to __send__, that more safety than send in librariesKenichi Kamiya2012-10-221-1/+1
| * remove verbose variable substitution in Slop#method_missingKenichi Kamiya2012-10-221-1/+1
| * remove verbose variable substitution in Slop#build_optionKenichi Kamiya2012-10-221-1/+1
| * remove disused objects in Option#to_sKenichi Kamiya2012-10-221-5/+4
|/
* simplify testsLee Jarvis2012-10-221-6/+1
* Merge branch 'master' of github.com:injekt/slopLee Jarvis2012-10-222-1/+19
|\
| * Merge pull request #92 from kachick/fix/accept_second_argument_in_Slop#repond_toLee Jarvis2012-10-222-1/+19
| |\
| | * fix argument receiver of Slop#respond_to? for second argumentKenichi Kamiya2012-10-201-1/+1
| | * add test-suite for arity checker of Slop#respond_to?Kenichi Kamiya2012-10-201-0/+18
* | | Merge branch 'fix/visibility_of_Slop#method_missing' of https://github.com/ka...Lee Jarvis2012-10-222-20/+24
|\ \ \ | |/ / |/| |
| * | add test-suite for specify visibility of Slop#method_missingKenichi Kamiya2012-10-201-0/+4
| * | fix visibility of Slop#method_missingKenichi Kamiya2012-10-201-20/+20
| |/
* | Merge pull request #91 from kachick/fix/revert_#81_and_specify_expected_behav...Lee Jarvis2012-10-201-0/+22
|\ \
| * | Add test suite for to specify the interface of Commands.newKenichi Kamiya2012-10-201-0/+22
| * | Revert "fix block-scope of "Slop::Commands#new" is influenced by arity number"Kenichi Kamiya2012-10-201-9/+1
| |/
* | fix commands initializer taking a blockLee Jarvis2012-10-151-9/+1
|/
* Merge pull request #89 from kachick/improve/add_test_suite_for_constructors_c...Lee Jarvis2012-10-151-0/+41
|\
| * Add test suite for to specify the interface of constructorsKenichi Kamiya2012-10-151-0/+41
|/
* Revert "fix block-scope of "Slop.new" and other constructors(e.g: Slop.parse)...Lee Jarvis2012-10-153-48/+1