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
*
Allow calling `Options#separator` without args, defaulting to an empty string
Teemu Matilainen
2019-01-20
1
-1
/
+1
*
add Slop::Result#fetch
Giovanni Benussi
2018-06-27
2
-9
/
+24
*
Bump version to 4.6.2
v4.6.2
Lee Jarvis
2018-03-12
1
-1
/
+1
*
Handle equals character for non-option values
pedantic-equals
Lee Jarvis
2018-03-12
1
-2
/
+2
*
Bump version to v4.6.1
v4.6.1
Lee Jarvis
2017-11-20
1
-1
/
+1
*
Add more tests for Options#separator
Lee Jarvis
2017-11-17
1
-0
/
+4
*
Fix separator so it doesn't mutate user data
Marc-Andre Lafortune
2017-11-13
1
-1
/
+1
*
Bump version to 4.6.0
v4.6.0
Lee Jarvis
2017-10-06
1
-1
/
+1
*
Support for required options
William Woodruff
2017-09-29
3
-0
/
+20
*
Fix bug preventing '--' being passed as the first argument.
Thomas Bénéteau
2017-08-05
1
-0
/
+1
*
Bump version to 4.5.0
v4.5.0
Lee Jarvis
2017-05-22
1
-1
/
+1
*
Merge tag 'v4.4.3'
Lee Jarvis
2017-05-02
1
-1
/
+1
|
\
|
*
Bump version to 4.4.3
v4.4.3
v4.4.3
Lee Jarvis
2017-05-02
1
-1
/
+1
|
*
Fix Ruby 2.0.0 broken `private def ...`
Lee Jarvis
2017-05-02
1
-1
/
+1
*
|
Fix Ruby 2.0.0 broken `private def ...`
Lee Jarvis
2017-05-02
1
-1
/
+1
*
|
Add config option underscore_flags
lbriais-feature/add_config_for_underscore_switch
Laurent B
2017-05-01
3
-5
/
+18
|
/
*
Bump version to 4.2.2
v4.4.2
Lee Jarvis
2017-04-29
1
-1
/
+1
*
Avoid deleting args after '--'
Lee Jarvis
2017-04-29
1
-6
/
+14
*
Fix support for parsing -x5
Lee Jarvis
2017-01-29
1
-7
/
+20
*
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
*
Merge pull request #193 from kch/order-fix
Lee Jarvis
2016-04-15
1
-1
/
+1
|
\
|
*
inside tail sort, retain original sort order
Caio Chassot
2016-04-14
1
-1
/
+1
*
|
Support arguments to options with leading -
Andrew Clemons
2016-04-04
2
-3
/
+11
|
/
*
Bump version to 4.3.0
v4.3.0
Lee Jarvis
2016-03-19
1
-1
/
+1
*
Can specify a custom banner string in Options via config
Phil Rees
2016-03-18
1
-1
/
+1
*
Allow disabling the delimiter for array arguments
Mike Pastore
2016-02-18
1
-2
/
+6
*
Bump version 4.2.1
v4.2.1
Lee Jarvis
2015-11-25
1
-1
/
+1
*
Fix bug where true is passed to BoolOption block regardless of --no- prefix
Ben Brady
2015-11-24
1
-2
/
+1
*
Fix bug regarding --foo=bar style options
Naoki Mizuno
2015-09-08
1
-3
/
+6
*
Use each_with_index for looping over arguments
Naoki Mizuno
2015-09-08
1
-13
/
+3
*
Fix arguments removed with option arguments
Naoki Mizuno
2015-09-08
1
-1
/
+16
*
#163 only raise MissingArgument if not default_value
Ben Brady
2015-06-30
1
-3
/
+8
*
Simplify checking for grouped short flags
Lee Jarvis
2015-06-20
1
-1
/
+1
*
Bump version v4.2.0
v4.2.0
Lee Jarvis
2015-06-18
1
-1
/
+1
*
Better handling of option names with multiple words
Tim Rogers
2015-06-13
2
-2
/
+2
*
Support --no- prefix for inverting boolean options
Lee Jarvis
2015-05-21
2
-2
/
+21
*
Added support for Regexp
Laurent Arnoud
2015-05-17
1
-0
/
+7
*
Bump version 4.1.0
v4.1.0
Lee Jarvis
2015-04-18
1
-2
/
+1
*
Remove poitless semicolon in error.rb
Sigurd Svela
2015-04-09
1
-1
/
+1
*
Remove semi-colon and extraneous whitespace in error
sigurdsvela
2015-04-09
1
-1
/
+1
*
Rewrite UnknownOption.getUnknownOption() to flag
sigurdsvela
2015-04-07
1
-6
/
+4
*
Rewrite MissingOption.getFlags() to flags
sigurdsvela
2015-04-07
1
-8
/
+6
*
Implement getFlags in MissingArgument
sigurdsvela
2015-04-06
2
-1
/
+11
*
Use parenthesis with new to conform to code style
sigurdsvela
2015-04-06
1
-1
/
+1
*
Remove semi-colons to conform to the code style
sigurdsvela
2015-04-06
1
-3
/
+3
*
Implement getUnknownMessage in UnknownOption
sigurdsvela
2015-04-06
2
-2
/
+11
*
Add explicit value setter to Result class
Lee Jarvis
2015-02-04
1
-0
/
+11
*
Remove "--" from the unprocessed arguments
David Rodríguez
2015-01-11
1
-1
/
+6
[next]