summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2016-02-06 21:12:34 +0200
committerSaku Ytti <saku@ytti.fi>2016-02-06 21:12:34 +0200
commitbb7b002ee029b5047ce74a49de2f0afb248683b3 (patch)
tree4825aad272311be4f3d388d18681a103b7a6140c
parentf726c61a52f7257794cb26b207cec1f450f92e08 (diff)
push from pkg directory, not gems
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e374eb8..7dbf030 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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