summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* get rid of inline assignmentsLee Jarvis2011-03-161-2/+4
* call to_s before to_i/f in case a default is passed in which wont respondLee Jarvis2011-03-161-2/+2
* fix option inspect outputLee Jarvis2011-03-161-1/+1
* simplify option.to_s a littleLee Jarvis2011-03-161-5/+2
* argument_value should be nil if the option expects an argument and none is gi...Lee Jarvis2011-03-161-0/+1
* using :default => false should respect the FalseClassLee Jarvis2011-03-161-1/+1
* fix Option.longest_flag storage issue (thanks Dominikh)Lee Jarvis2011-03-162-8/+10
* bump version for prereleaseLee Jarvis2011-03-161-1/+1
* fixed to_s for if a banner doesnt existLee Jarvis2011-03-161-1/+1
* added help method as alias to to_sLee Jarvis2011-03-161-0/+1
* use physical spaces rather than tab characterLee Jarvis2011-03-161-1/+1
* added banner method and Slop#to_sLee Jarvis2011-03-151-1/+12
* simplified Option#to_s and added testsLee Jarvis2011-03-151-9/+8
* remove debug codeLee Jarvis2011-03-151-1/+0
* clean_options should allow a short flag and boolean optionLee Jarvis2011-03-151-1/+2
* implemented simple .to_s for an optionLee Jarvis2011-03-151-0/+28
* Slop#[] can now use Options#[]Lee Jarvis2011-03-151-4/+1
* added simple Option#inspect and Options#[] for grabbing an Option by keyLee Jarvis2011-03-151-0/+16
* ensure callbacks are called even if an option doesnt expect an argumentLee Jarvis2011-03-151-0/+2
* ::parse should use ARGV by default too + add .to_hash methodLee Jarvis2011-03-151-2/+6
* ensure an option is fetch by long or short flagLee Jarvis2011-03-151-1/+4
* fixed case clauseLee Jarvis2011-03-151-11/+7
* added support for options[:as]Lee Jarvis2011-03-151-1/+18
* LOTS OF CODE FONDLINGLee Jarvis2011-03-152-7/+48
* use ARGV for default parsing arrayLee Jarvis2011-03-151-3/+3
* added parse/parse! variants, parsing items method, basic testsLee Jarvis2011-03-152-2/+46
* remove test codeLee Jarvis2011-03-141-10/+0
* rewrite a lot, adding tests along the way, watch out 1.0Lee Jarvis2011-03-142-179/+86
* i'm probably going to regret this.. GTFO CODELee Jarvis2011-03-141-259/+1
* moved VERSION to its own fileLee Jarvis2011-03-062-2/+3
* option values should default to true unless the option expects anLee Jarvis2010-12-301-0/+2
* fix param documentation for Slop#parseDominik Honnef2010-12-301-1/+1
* document all possible permutations of Slop#optionDominik Honnef2010-12-301-1/+35
* document all return valuesDominik Honnef2010-12-302-3/+16
* only add argument keys if a key existsLee Jarvis2010-12-151-1/+1
* have Slop#[] also work on argumentsLee Jarvis2010-12-151-2/+6
* implement key mapping argument listsLee Jarvis2010-12-151-4/+12
* bump versionv0.3.0Lee Jarvis2010-12-151-1/+1
* push any arguments not parsed by slop into an 'argv' arrayLee Jarvis2010-12-151-1/+5
* bump versionv0.2.0Lee Jarvis2010-12-141-1/+1
* use better detection of description over optionLee Jarvis2010-12-131-3/+3
* fixed option string logicLee Jarvis2010-12-131-2/+2
* added banner functionalityLee Jarvis2010-12-131-0/+18
* added documentation for @@max_option_size of Slop::OptionLee Jarvis2010-12-111-0/+5
* remove @todo tag for already implemented specsLee Jarvis2010-12-111-1/+0
* bump versionv0.1.9Lee Jarvis2010-12-111-1/+1
* have pad_options detect descriptions, and add some commenting to show what's ...Lee Jarvis2010-12-111-0/+18
* slightly improved pad_options logicLee Jarvis2010-12-111-1/+1
* added better formatting to Option#to_s with indentationLee Jarvis2010-12-101-5/+40
* bump versionv0.1.8Lee Jarvis2010-12-091-1/+1