This commit is contained in:
Zachary Scott 2017-05-07 08:38:49 +09:00
parent 7bfd9e18ba
commit ef1fd48c39
1 changed files with 1 additions and 1 deletions

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