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
...
*
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
*
bump version 3.4.1
v3.4.1
Lee Jarvis
2013-01-13
1
-1
/
+1
*
clean up duplicate option checks
Lee Jarvis
2013-01-13
1
-2
/
+3
*
Revert "ensure Object#eql? checks against short and long flags"
Lee Jarvis
2013-01-13
1
-1
/
+1
*
ensure Object#eql? checks against short and long flags
Lee Jarvis
2013-01-13
1
-1
/
+1
*
Revert "ensure option duplicate checks for long OR short flags"
Lee Jarvis
2013-01-13
1
-1
/
+1
*
ensure option duplicate checks for long OR short flags
Lee Jarvis
2013-01-13
1
-1
/
+1
*
remove attr_reader for command, this method is already defined
Lee Jarvis
2013-01-13
1
-3
/
+0
*
ensure any new options replace old ones so no duplicates exist
Lee Jarvis
2013-01-13
1
-0
/
+3
*
ensure commands inherit config options
Lee Jarvis
2013-01-13
1
-0
/
+1
*
append command string to help output
Lee Jarvis
2013-01-13
1
-2
/
+11
*
version 3.4.0
v3.4.0
Lee Jarvis
2013-01-12
1
-1
/
+1
*
use respond_to_missing rather than respond_to?
Lee Jarvis
2013-01-08
1
-7
/
+2
*
avoid overriding #inspect
Lee Jarvis
2013-01-08
1
-5
/
+0
*
add [command] to banner if commands exist
Lee Jarvis
2013-01-08
1
-1
/
+1
*
allow to_hash to merge subcommand options
Lee Jarvis
2013-01-08
1
-2
/
+8
*
add Slop#fetch_command
Lee Jarvis
2013-01-08
1
-0
/
+16
*
added default usage string to help output
Lee Jarvis
2013-01-08
1
-0
/
+1
*
added basic command implementation merging into Slop
Lee Jarvis
2013-01-08
1
-2
/
+47
*
implement Slop#run method
Lee Jarvis
2013-01-06
1
-0
/
+26
*
remove verbose variable substitution in Slop#method_missing
Kenichi Kamiya
2012-10-22
1
-1
/
+1
*
remove verbose variable substitution in Slop#build_option
Kenichi Kamiya
2012-10-22
1
-1
/
+1
*
Merge branch 'master' of github.com:injekt/slop
Lee Jarvis
2012-10-22
1
-1
/
+1
|
\
|
*
fix argument receiver of Slop#respond_to? for second argument
Kenichi Kamiya
2012-10-20
1
-1
/
+1
*
|
fix visibility of Slop#method_missing
Kenichi Kamiya
2012-10-20
1
-20
/
+20
|
/
*
Revert "fix block-scope of "Slop.new" and other constructors(e.g: Slop.parse)...
Lee Jarvis
2012-10-15
1
-9
/
+1
*
ensure 'no-foo' options are not inverted when parsing '--no-foo'
Lee Jarvis
2012-10-11
1
-0
/
+1
*
Merge pull request #85 from kachick/refactoring/simplify_verbose_private-meth...
Lee Jarvis
2012-10-11
1
-58
/
+34
|
\
|
*
remove verbose private_method Slop#parse_items
Kenichi Kamiya
2012-10-11
1
-40
/
+29
|
*
remove verbose private_method Slop.init_and_parse
Kenichi Kamiya
2012-10-11
1
-19
/
+5
|
*
fix indentation
Kenichi Kamiya
2012-10-11
1
-0
/
+1
*
|
fix Slop#to_s, Slop#help brake config-banner test: ccaf8daae6cceab7ec78b07340...
Kenichi Kamiya
2012-10-11
1
-4
/
+3
|
/
*
Merge branch 'master' of github.com:injekt/slop
Lee Jarvis
2012-09-19
1
-1
/
+9
|
\
|
*
fix block-scope of "Slop.new" and other constructors(e.g: Slop.parse), these ...
Kenichi Kamiya
2012-09-17
1
-1
/
+9
*
|
support opts.foo_bar? check falling back on 'foo-bar' option
Lee Jarvis
2012-09-19
1
-1
/
+2
|
/
*
bump version to 3.3.3
v3.3.3
Lee Jarvis
2012-08-29
1
-1
/
+1
*
avoid using #present? when checking for an options present in autocreate
Lee Jarvis
2012-08-24
1
-1
/
+1
*
ensure autocreate arguments are not created as options
Lee Jarvis
2012-08-21
1
-1
/
+1
*
ensure options are not swallowed when using options with arguments included i...
Lee Jarvis
2012-08-14
1
-1
/
+4
*
sweep warnings on ruby-1.9.n
Kenichi Kamiya
2012-08-14
1
-1
/
+1
*
bump version and update changes (3.3.2)
v3.3.2
Lee Jarvis
2012-06-26
1
-1
/
+1
*
ensure multiple option is only executed if the option exists
Lee Jarvis
2012-06-26
1
-1
/
+1
*
bump version 3.3.1
v3.3.1
Lee Jarvis
2012-05-31
1
-1
/
+1
*
Stop multiple switches from trashing arguments
Conrad Irwin
2012-05-31
1
-4
/
+8
[prev]
[next]