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
/
slop.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version to v.8.0
v4.8.0
Lee Jarvis
2020-01-17
1
-1
/
+1
*
Bump version to 4.7.0
v4.7.0
Lee Jarvis
2019-06-29
1
-1
/
+1
*
Bump version to 4.6.2
v4.6.2
Lee Jarvis
2018-03-12
1
-1
/
+1
*
Bump version to v4.6.1
v4.6.1
Lee Jarvis
2017-11-20
1
-1
/
+1
*
Bump version to 4.6.0
v4.6.0
Lee Jarvis
2017-10-06
1
-1
/
+1
*
Bump version to 4.5.0
v4.5.0
Lee Jarvis
2017-05-22
1
-1
/
+1
*
Bump version to 4.4.3
v4.4.3
v4.4.3
Lee Jarvis
2017-05-02
1
-1
/
+1
*
Bump version to 4.2.2
v4.4.2
Lee Jarvis
2017-04-29
1
-1
/
+1
*
Bump version to 4.4.1
v4.4.1
Lee Jarvis
2016-08-21
1
-1
/
+1
*
Handle bad constant names in Slop.option_defined?
Lee Jarvis
2016-08-21
1
-0
/
+4
*
Bump version 4.4.0
v4.4.0
Lee Jarvis
2016-08-15
1
-1
/
+1
*
Bump version to 4.3.0
v4.3.0
Lee Jarvis
2016-03-19
1
-1
/
+1
*
Bump version 4.2.1
v4.2.1
Lee Jarvis
2015-11-25
1
-1
/
+1
*
Bump version v4.2.0
v4.2.0
Lee Jarvis
2015-06-18
1
-1
/
+1
*
Bump version 4.1.0
v4.1.0
Lee Jarvis
2015-04-18
1
-2
/
+1
*
Document slop class methods
Lee Jarvis
2014-12-17
1
-0
/
+30
*
Add VERSION, stop managing it separately in gemspec
Lee Jarvis
2014-12-17
1
-0
/
+2
*
Add MissingArgument error processing, and suppressing
Lee Jarvis
2014-11-19
1
-0
/
+1
*
Add Slop.parse()
Lee Jarvis
2014-11-19
1
-0
/
+4
*
Basic option parsing
Lee Jarvis
2014-11-19
1
-0
/
+2
*
Start of rewrite
Lee Jarvis
2014-11-18
1
-43
/
+9
*
Use public_send over send
Lee Jarvis
2013-08-31
1
-1
/
+1
*
Beginning of Slop 4.0 rewrite
Lee Jarvis
2013-08-29
1
-586
/
+28
*
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
1
-6
/
+5
*
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
1
-18
/
+1
*
remove Slop::Commands as it was originally
Lee Jarvis
2013-08-13
1
-1
/
+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
[next]