summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pass builder options to result hash, not parsed options onlynextLee Jarvis2013-11-043-6/+4
* Added Slop::ErrorLee Jarvis2013-11-044-5/+18
* Add Slop::ResultLee Jarvis2013-11-0410-106/+138
* Builder takes a blockLee Jarvis2013-11-042-5/+5
* Refactor builder, do not depend on a parserLee Jarvis2013-11-047-31/+21
* Remove Slop::OptionsLee Jarvis2013-11-045-30/+28
* rename processors to typesLee Jarvis2013-11-0410-38/+38
* Rename OptionBuilder to BuilderLee Jarvis2013-11-045-6/+6
* Support parsing multiple optionsLee Jarvis2013-11-022-1/+31
* Allow parsing of option=argumentLee Jarvis2013-11-022-0/+12
* Use processor config attribute over valueLee Jarvis2013-11-023-8/+8
* Rename values to processorsLee Jarvis2013-11-0210-28/+28
* Tests must be fabulousLee Jarvis2013-11-021-1/+1
* Use processor over value_processorLee Jarvis2013-11-015-13/+94
* Add value_processor to Slop::OptionLee Jarvis2013-11-013-8/+22
* RevampLee Jarvis2013-11-0118-1746/+361
* 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
|\
| * Allow specifying long options starting with numbersPeter Zotov2013-04-202-1/+2
| * Add assert_raises(SystemExit) to prevent test suite from dying when testing -...Peter Zotov2013-04-201-4/+10
|/
* Merge branch 'master' of github.com:injekt/slopLee Jarvis2013-03-231-2/+2
|\
| * Merge pull request #108 from gfontenot/masterLee Jarvis2013-03-151-2/+2
| |\
| | * Update README.mdGordon Fontenot2013-03-151-2/+2
| |/
* | update my email addressLee Jarvis2013-03-231-1/+1
* | dont push lib into load path in test helperLee Jarvis2013-03-221-4/+1
* | ensure default help exit test does not print to stdoutLee Jarvis2013-03-221-3/+5
|/
* 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
|\