git.wincent.com
/
mkdtemp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e10a2e9
)
Make 'push' task depend on built gem
author
Wincent Colaiuta <win@wincent.com>
Thu, 29 Jul 2010 06:21:25 +0000
(08:21 +0200)
committer
Wincent Colaiuta <win@wincent.com>
Thu, 29 Jul 2010 06:21:25 +0000
(08:21 +0200)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index cffe56237c9ce61eb120766a5fdd606ba7ce4c87..48eb62dc22ff5158b0d1af2188980505012227a5 100644
(file)
--- a/
Rakefile
+++ b/
Rakefile
@@
-88,6
+88,6
@@
task :build => :make do
end
desc 'Publish gem ("gem push")'
-task :push =>
:build
do
- system "gem push
#{m
kdtemp::VERSION}.gem"
+task :push =>
"mkdtemp-#{Dir::Mkdtemp::VERSION}.gem"
do
+ system "gem push
mkdtemp-#{Dir::M
kdtemp::VERSION}.gem"
end