summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 3.3.3v3.3.3Lee Jarvis2012-08-293-4/+4
* avoid using #present? when checking for an options present in autocreateLee Jarvis2012-08-242-1/+8
* updated changesLee Jarvis2012-08-211-0/+1
* ensure autocreate arguments are not created as optionsLee Jarvis2012-08-212-1/+2
* Merge pull request #76 from kyrylo/feature/improve-slop-commandsLee Jarvis2012-08-212-5/+39
|\
| * Implement basic support for command argumentsKyrylo Silin2012-08-182-4/+18
| * Add `Slop::Commands#present?` methodKyrylo Silin2012-08-182-1/+21
|/
* updated changesLee Jarvis2012-08-141-0/+6
* fix 1.9 test warningsLee Jarvis2012-08-141-9/+9
* ensure options are not swallowed when using options with arguments included i...Lee Jarvis2012-08-143-2/+10
* Merge pull request #73 from kachick/sweep_warnings_ruby19Lee Jarvis2012-08-133-2/+8
|\
| * sweep warnings on ruby-1.9.nKenichi Kamiya2012-08-143-2/+8
|/
* add the ability to concat list arguments together as a single valueLee Jarvis2012-07-312-2/+18
* bump version and update changes (3.3.2)v3.3.2Lee Jarvis2012-06-263-2/+7
* ensure multiple option is only executed if the option existsLee Jarvis2012-06-261-1/+1
* bump version 3.3.1v3.3.1Lee Jarvis2012-05-313-2/+7
* Merge pull request #66 from ConradIrwin/masterLee Jarvis2012-05-312-4/+14
|\
| * Stop multiple switches from trashing argumentsConrad Irwin2012-05-312-4/+14
|/
* bump version to 3.3.0v3.3.0Lee Jarvis2012-05-302-2/+2
* bumped up changesLee Jarvis2012-05-301-0/+7
* ensure multiple switches respect count increasesLee Jarvis2012-05-292-1/+2
* ensure range 'typecast' allows negative range valuesLee Jarvis2012-05-282-1/+2
* ignore nil values in #process_itemLee Jarvis2012-05-281-1/+1
* added :as => :count functionalityLee Jarvis2012-05-282-3/+12
* bump version to 3.2.0v3.2.0Lee Jarvis2012-05-153-2/+7
* Merge branch 'master' into to_hash_boolean_optionsLee Jarvis2012-05-151-0/+7
|\
| * Merge pull request #64 from chsonnu/masterLee Jarvis2012-05-151-0/+7
| |\
| | * an explicit test for underscore supportchuck son2012-05-141-0/+7
| |/
* | avoid using instance_variable_defined? for checking valueLee Jarvis2012-04-302-6/+3
* | added failing assertion for to_hash boolean optionsLee Jarvis2012-04-301-3/+3
* | Merge branch 'to_hash_take2' of https://github.com/no6v/slop into no6v-to_has...Lee Jarvis2012-04-304-7/+11
|\ \ | |/ |/|
| * fix sample code in README.mdNobuhiro IMAI2012-02-291-1/+1
| * fix test for to_hash and get/[]Nobuhiro IMAI2012-02-291-4/+4
| * consider how options are (un-)specifiedNobuhiro IMAI2012-02-292-2/+6
* | bump version 3.1.1v3.1.1Lee Jarvis2012-04-243-2/+7
* | ensure separator before any options is still being processedLee Jarvis2012-04-242-1/+14
* | updated changesLee Jarvis2012-04-231-2/+2
* | bump version and update readme (v 3.1.0)v3.1.0Lee Jarvis2012-04-233-4/+5
* | ensure separators arent replacing existing separatorsLee Jarvis2012-04-232-2/+7
|/
* this is nil anywayLee Jarvis2012-02-151-1/+0
* Merge branch 'master' of github.com:injekt/slopLee Jarvis2012-02-151-1/+1
|\
| * Merge pull request #57 from lolmaus/masterLee Jarvis2012-02-151-1/+1
| |\
| | * Fixed a probable typo in the readme.Andrey 'lolmaus' Mikhaylov2012-02-151-1/+1
| |/
* | no need for newline in raiseLee Jarvis2012-02-151-2/+1
* | use start_with?/end_with? over String#[]Lee Jarvis2012-02-151-8/+8
* | use do..end over {..}Lee Jarvis2012-02-151-2/+2
* | use a better variable name for missing optionsLee Jarvis2012-02-151-3/+3
|/
* fix warningsLee Jarvis2012-02-131-2/+2
* have #autocreate point to options accessorLee Jarvis2012-02-131-1/+1
* avoid traversing items for removal if delete flag is enabledLee Jarvis2012-02-131-1/+1