mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
set default commit range for rack authors
This commit is contained in:
parent
ab221cc646
commit
2c5403aa6a
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -108,7 +108,7 @@ end
|
|||
|
||||
desc "list of authors"
|
||||
task :authors, [:commit_range, :format, :sep] do |t, a|
|
||||
a.with_defaults :format => "%s (%d)", :sep => ", "
|
||||
a.with_defaults :format => "%s (%d)", :sep => ", ", :commit_range => '--all'
|
||||
authors = Hash.new { |h,k| h[k] = 0 }
|
||||
blake = "Blake Mizerany"
|
||||
overall = 0
|
||||
|
|
Loading…
Reference in a new issue