1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
This commit is contained in:
Zachary Scott 2017-05-07 08:38:49 +09:00
parent 7bfd9e18ba
commit ef1fd48c39

View file

@ -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