diff options
| author | Saku Ytti <saku@ytti.fi> | 2016-02-06 21:12:34 +0200 | 
|---|---|---|
| committer | Saku Ytti <saku@ytti.fi> | 2016-02-06 21:12:34 +0200 | 
| commit | bb7b002ee029b5047ce74a49de2f0afb248683b3 (patch) | |
| tree | 4825aad272311be4f3d388d18681a103b7a6140c /Rakefile | |
| parent | f726c61a52f7257794cb26b207cec1f450f92e08 (diff) | |
push from pkg directory, not gems
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  | 
