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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Handle default values
Lee Jarvis
2014-11-19
1
-0
/
+6
*
Add more option types
Lee Jarvis
2014-11-19
1
-0
/
+54
*
Store executed count on options
Lee Jarvis
2014-11-19
1
-0
/
+7
*
Ignore everything after -- and reset the parser
Lee Jarvis
2014-11-19
1
-0
/
+5
*
Expose used/unused options in parser
Lee Jarvis
2014-11-19
1
-0
/
+24
*
Add public "get" methods to Result
Lee Jarvis
2014-11-19
1
-4
/
+27
*
Add Result#to_hash
Lee Jarvis
2014-11-19
2
-0
/
+28
*
Add Options#to_s help string
Lee Jarvis
2014-11-19
2
-0
/
+32
*
Start of rewrite
Lee Jarvis
2014-11-18
6
-260
/
+62
*
Added Command#process
Lee Jarvis
2013-08-29
1
-0
/
+12
*
Beginning of Slop 4.0 rewrite
Lee Jarvis
2013-08-29
3
-569
/
+179
*
Slop is no longer enumerable, you should use Slop#options
Lee Jarvis
2013-08-13
1
-8
/
+0
*
Slop::Error now has a slop attribute and a help method
Lee Jarvis
2013-08-13
1
-0
/
+10
*
Slop is now strict by default, and adds --help by default
Lee Jarvis
2013-08-13
2
-8
/
+8
*
remove Slop::Commands as it was originally
Lee Jarvis
2013-08-13
1
-26
/
+0
*
remove deprecated Slop.optspec
Lee Jarvis
2013-08-13
1
-18
/
+0
*
Only raise InvalidOptionError if in strict mode
Lee Jarvis
2013-07-25
1
-0
/
+5
*
Ensure unknown options are reported for multiple switches
Lee Jarvis
2013-07-25
1
-0
/
+6
*
Ensure grouping multiple options still consumes trailing argument
Lee Jarvis
2013-05-14
1
-0
/
+6
*
rename MiniTest::Unit::TestCase to new Minitest::Test
Lee Jarvis
2013-05-13
1
-1
/
+1
*
Allow specifying long options starting with numbers
Peter Zotov
2013-04-20
1
-0
/
+1
*
Add assert_raises(SystemExit) to prevent test suite from dying when testing -...
Peter Zotov
2013-04-20
1
-4
/
+10
*
dont push lib into load path in test helper
Lee Jarvis
2013-03-22
1
-4
/
+1
*
ensure default help exit test does not print to stdout
Lee Jarvis
2013-03-22
1
-3
/
+5
*
Adding a test for the behavior added by ce2b17e and 258a21d.
Autumn Perrault
2013-03-10
1
-0
/
+7
*
avoid 1.9+ syntax in tests
Lee Jarvis
2013-03-05
1
-1
/
+1
*
disable run callback when help option is used
Lee Jarvis
2013-03-05
1
-0
/
+15
*
ensure parse! removes the command and its options
Lee Jarvis
2013-01-14
1
-0
/
+20
*
remove old command tests and comment out optspec test
Lee Jarvis
2013-01-14
2
-149
/
+17
*
use temp_stdout instead of temp_stderr for redirecting help output
Lee Jarvis
2013-01-14
1
-6
/
+6
*
ensure any new options replace old ones so no duplicates exist
Lee Jarvis
2013-01-13
1
-0
/
+9
*
avoid 1.9 specific syntax for tests
Lee Jarvis
2013-01-08
1
-1
/
+1
*
added default usage string to help output
Lee Jarvis
2013-01-08
1
-2
/
+8
*
clean up unused variables in runner test
Lee Jarvis
2013-01-06
1
-5
/
+2
*
implement Slop#run method
Lee Jarvis
2013-01-06
1
-0
/
+14
*
Don't always append global/default headers
Kyrylo Silin
2012-12-23
1
-0
/
+14
*
simplify tests
Lee Jarvis
2012-10-22
1
-6
/
+1
*
Merge branch 'master' of github.com:injekt/slop
Lee Jarvis
2012-10-22
1
-0
/
+18
|
\
|
*
Merge pull request #92 from kachick/fix/accept_second_argument_in_Slop#repond_to
Lee Jarvis
2012-10-22
1
-0
/
+18
|
|
\
|
|
*
add test-suite for arity checker of Slop#respond_to?
Kenichi Kamiya
2012-10-20
1
-0
/
+18
*
|
|
Merge branch 'fix/visibility_of_Slop#method_missing' of https://github.com/ka...
Lee Jarvis
2012-10-22
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
add test-suite for specify visibility of Slop#method_missing
Kenichi Kamiya
2012-10-20
1
-0
/
+4
|
|
/
*
|
Add test suite for to specify the interface of Commands.new
Kenichi Kamiya
2012-10-20
1
-0
/
+22
|
/
*
Add test suite for to specify the interface of constructors
Kenichi Kamiya
2012-10-15
1
-0
/
+41
*
Revert "fix block-scope of "Slop.new" and other constructors(e.g: Slop.parse)...
Lee Jarvis
2012-10-15
2
-39
/
+0
*
ensure 'no-foo' options are not inverted when parsing '--no-foo'
Lee Jarvis
2012-10-11
1
-1
/
+11
*
add test-case for fix Slop#to_s, that brake config-banner
Kenichi Kamiya
2012-10-11
1
-0
/
+10
*
Merge branch 'master' of github.com:injekt/slop
Lee Jarvis
2012-09-19
1
-0
/
+26
|
\
|
*
fix block-scope of "Slop.new" and other constructors(e.g: Slop.parse), these ...
Kenichi Kamiya
2012-09-17
1
-0
/
+26
*
|
support opts.foo_bar? check falling back on 'foo-bar' option
Lee Jarvis
2012-09-19
1
-0
/
+8
|
/
[prev]
[next]