mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Whoops
This commit is contained in:
parent
7bfd9e18ba
commit
ef1fd48c39
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -195,7 +195,7 @@ if defined?(Gem)
|
|||
task gem => "package:#{gem}" do
|
||||
sh <<-SH
|
||||
gem install #{package(gem, '.gem')} --local &&
|
||||
gem push #{package(gem, '.gem')} &&
|
||||
gem push #{package(gem, '.gem')}
|
||||
SH
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue