summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* added gemfile lock to git ignoreLee Jarvis2012-02-131-0/+1
* added build status image to readmeLee Jarvis2012-02-081-0/+2
* added rake dev depLee Jarvis2012-02-081-0/+1
* added Gemfile and .travis.ymlLee Jarvis2012-02-082-0/+15
* align assignments and add minitest development depLee Jarvis2012-02-071-8/+10
* Merge branch 'release-opt-arg-syntax-fix'Lee Jarvis2012-01-313-2/+7
|\
| * updated changes and bumped 3.0.4 releasev3.0.4Lee Jarvis2012-01-313-2/+7
| * ensure opt=arg syntax does not consume following argumentLee Jarvis2012-01-312-3/+10
* | ensure opt=arg syntax does not consume following argumentLee Jarvis2012-01-312-3/+10
* | Merge branch 'fix-option-terminator'Lee Jarvis2012-01-303-4/+8
|\ \ | |/
| * bump version 3.0.3v3.0.3Lee Jarvis2012-01-302-2/+2
| * fix option terminator parsingLee Jarvis2012-01-302-1/+14
| * Fix option terminator parsingAmon Sha2012-01-301-2/+3
* | fix option terminator parsingLee Jarvis2012-01-302-0/+9
* | Fix option terminator parsingAmon Sha2012-01-291-1/+2
* | allow dashes to be treated as underscroes to help api method style #51Lee Jarvis2012-01-294-9/+5
* | Merge branch 'dash_arg' of https://github.com/eric1234/slop into eric1234-das...Lee Jarvis2012-01-293-3/+17
|\ \
| * | New support_dash option. Will treat --database-name like --database_nameEric Anderson2012-01-263-3/+17
* | | updated CHANGESLee Jarvis2012-01-281-0/+1
* | | added Slop#strict? methodLee Jarvis2012-01-282-5/+12
* | | added Slop::Commands exampleLee Jarvis2012-01-281-0/+21
* | | updated CHANGESLee Jarvis2012-01-271-0/+5
* | | Merge pull request #53 from amon-sha/strict_numeric_argsLee Jarvis2012-01-272-4/+47
|\ \ \ | |_|/ |/| |
| * | Allow decimal integers only in strict argument checkAmon Sha2012-01-271-1/+1
| * | Fix some minor copy/paste issuesAmon Sha2012-01-271-2/+2
| * | Add strict checks for integer and float argumentsAmon Sha2012-01-272-4/+47
|/ /
* | bump version 3.0.2v3.0.2Lee Jarvis2012-01-272-2/+2
* | ensure --opt=value is being evaluated before multiple switchesLee Jarvis2012-01-273-5/+16
* | bump version to 3.0.1v3.0.1Lee Jarvis2012-01-272-2/+2
* | ensure tests run green on 1.8.7Lee Jarvis2012-01-273-7/+20
* | Merge pull request #50 from eric1234/compatLee Jarvis2012-01-261-1/+1
|\ \ | |/ |/|
| * Ruby 1.8 compat fixEric Anderson2012-01-261-1/+1
|/
* bump slop version to 3.0.0 for releasev3.0.0Lee Jarvis2012-01-243-4/+4
* use existing #on method for building command instancesLee Jarvis2012-01-241-3/+3
* updated changesLee Jarvis2012-01-231-0/+31
* value_to_range return a range even if the value looks like anLee Jarvis2012-01-232-7/+15
* updated wiki linksLee Jarvis2012-01-211-5/+0
* Merge branch 'master' into v3Lee Jarvis2012-01-210-0/+0
|\
| * use rake/testtaskLee Jarvis2012-01-201-4/+5
| * bumped license yearLee Jarvis2012-01-191-1/+1
| * update changes and bump version to 2.4.3v2.4.3Lee Jarvis2012-01-163-2/+3
| * use break over a boolean flag and nextLee Jarvis2012-01-161-3/+1
| * ensure negative integers are not being parsed as optionsLee Jarvis2012-01-162-1/+7
| * Allow the `:as` option to accept an object responding to callLee Jarvis2012-01-063-17/+32
| * added lightweight in readme synopsisLee Jarvis2012-01-051-2/+2
* | tell users this is v3Lee Jarvis2012-01-211-0/+2
* | #each enumerates Slop::Option objectsLee Jarvis2012-01-211-0/+4
* | enumerable interface for Slop classLee Jarvis2012-01-212-0/+11
* | use rake/testtaskv3.0.0.rc1Lee Jarvis2012-01-201-4/+5
* | bumped license yearLee Jarvis2012-01-191-1/+1