diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ end desc 'Push to rubygems' task :push => :tag do - system "gem push gems/#{file}" + system "gem push pkg/#{file}" end task default: :test |