Rakefile in whoop-1.0.2 vs Rakefile in whoop-1.0.3
- old
+ new
@@ -20,9 +20,10 @@
system "gem install #{GEM_NAME}-#{GEM_VERSION}.gem"
end
task publish: :build do
system "gem push #{GEM_NAME}-#{GEM_VERSION}.gem"
+ system "gem push --key github --host https://rubygems.pkg.github.com/coderberry #{GEM_NAME}-#{GEM_VERSION}.gem"
end
task :clean do
system "rm *.gem"
end