index
:
delta/ruby-gems/slop.git
4.0
Travis-jruby-9.2.0.0
add-changelog-note-about-270
allow-blank-values-with-shortarg-syntax
break-tests
ci-jruby-new
fix/update-ci-matrix
fix/update-jruby
gh-pages
lbriais-feature/add_config_for_underscore_switch
master
next
pedantic-equals
use-jruby-9.2.8.0
v3
v4.4.3
github.com: leejarvis/slop.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Handle default values
Lee Jarvis
2014-11-19
1
-1
/
+1
*
Add more option types
Lee Jarvis
2014-11-19
2
-3
/
+24
*
Store executed count on options
Lee Jarvis
2014-11-19
2
-4
/
+19
*
Ignore everything after -- and reset the parser
Lee Jarvis
2014-11-19
1
-3
/
+12
*
Expose used/unused options in parser
Lee Jarvis
2014-11-19
1
-2
/
+9
*
Add public "get" methods to Result
Lee Jarvis
2014-11-19
1
-0
/
+21
*
Add Result#to_hash
Lee Jarvis
2014-11-19
2
-1
/
+9
*
Basic option parsing
Lee Jarvis
2014-11-19
6
-0
/
+61
*
Add Options#to_s help string
Lee Jarvis
2014-11-19
2
-3
/
+43
*
Start of rewrite
Lee Jarvis
2014-11-18
10
-479
/
+61
*
Simplify command to_hash
Lee Jarvis
2013-09-02
1
-5
/
+1
*
Slop::Options should be enum
Lee Jarvis
2013-09-02
1
-2
/
+7
*
Simplify Commands#to_hash
Lee Jarvis
2013-09-02
1
-3
/
+1
*
Use public_send over send
Lee Jarvis
2013-08-31
1
-1
/
+1
*
Added Command#process
Lee Jarvis
2013-08-29
1
-0
/
+6
*
Remove unnecessary extract methods
Lee Jarvis
2013-08-29
1
-12
/
+2
*
Simplify extraction of short/long flags
Lee Jarvis
2013-08-29
1
-12
/
+4
*
Remove errors file
Lee Jarvis
2013-08-29
1
-35
/
+0
*
Beginning of Slop 4.0 rewrite
Lee Jarvis
2013-08-29
8
-757
/
+462
*
Use curlys for chaining block method calls
Lee Jarvis
2013-08-13
1
-2
/
+2
*
Clean up conditional operators
Lee Jarvis
2013-08-13
1
-1
/
+1
*
Use alias_method over alias
Lee Jarvis
2013-08-13
1
-5
/
+5
*
Use self prefix for class methods over class << self
Lee Jarvis
2013-08-13
1
-27
/
+24
*
Slop is no longer enumerable, you should use Slop#options
Lee Jarvis
2013-08-13
1
-8
/
+1
*
Slop::Error now has a slop attribute and a help method
Lee Jarvis
2013-08-13
2
-6
/
+15
*
Rename DEFAULT_OPTIONS to DEFAULT_CONFIG to save confusion
Lee Jarvis
2013-08-13
1
-2
/
+2
*
Slop is now strict by default, and adds --help by default
Lee Jarvis
2013-08-13
1
-9
/
+9
*
move error classes into slop/errors
Lee Jarvis
2013-08-13
2
-18
/
+26
*
remove Slop::Commands as it was originally
Lee Jarvis
2013-08-13
2
-197
/
+0
*
remove deprecated Slop.optspec
Lee Jarvis
2013-08-13
1
-45
/
+0
*
bump version 3.4.6
v3.4.6
Lee Jarvis
2013-07-25
1
-1
/
+1
*
Only raise InvalidOptionError if in strict mode
Lee Jarvis
2013-07-25
1
-1
/
+1
*
Ensure unknown options are reported for multiple switches
Lee Jarvis
2013-07-25
1
-6
/
+9
*
clean up some logic in build_option
Lee Jarvis
2013-06-17
1
-3
/
+3
*
clean up extract_short_flag
Lee Jarvis
2013-06-17
1
-13
/
+4
*
bump version to 3.4.5
v3.4.5
Lee Jarvis
2013-05-14
1
-1
/
+1
*
fix doc for execute_multiple_switches for added argument
Lee Jarvis
2013-05-14
1
-0
/
+1
*
Ensure grouping multiple options still consumes trailing argument
Lee Jarvis
2013-05-14
1
-4
/
+10
*
Allow subclass to handle initialization.
Eric Anderson
2013-05-10
1
-1
/
+1
*
Allow specifying long options starting with numbers
Peter Zotov
2013-04-20
1
-1
/
+1
*
bump version to 3.4.4
v3.4.4
Lee Jarvis
2013-03-12
1
-1
/
+1
*
Removing configuration flag :help_no_exit.
Autumn Perrault
2013-03-10
1
-1
/
+1
*
Making the default --help exit by default.
Autumn Perrault
2013-03-06
1
-0
/
+1
*
disable run callback when help option is used
Lee Jarvis
2013-03-05
1
-1
/
+3
*
bump version 3.4.3
v3.4.3
Lee Jarvis
2013-01-14
1
-1
/
+1
*
ensure parse! removes the command and its options
Lee Jarvis
2013-01-14
1
-1
/
+2
*
bump release 3.4.2
v3.4.2
Lee Jarvis
2013-01-14
1
-1
/
+1
*
expose the commands hash as public API
Lee Jarvis
2013-01-14
1
-0
/
+3
*
deprecate Slop.optspec
Lee Jarvis
2013-01-14
1
-0
/
+1
*
print help to stdout not stderr
Lee Jarvis
2013-01-14
1
-1
/
+1
[prev]
[next]