summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2013-09-10 09:15:10 +0200
committerAzul <azul@riseup.net>2013-09-10 09:15:10 +0200
commit999cfe6a977c8ac12f1b52d35b1d2ceed39b4b53 (patch)
tree9907866986fdd95434e29adade1a2a8600cde071
parent784b813deaafc28933de71c41211fbd0e683d9f8 (diff)
fixup: tapicero.gemspec - not leap_ca.gemspec
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e28f38f..7293cb2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -24,7 +24,7 @@ end
## GEM BUILDING AND INSTALLING
##
-$spec_path = 'leap_ca.gemspec'
+$spec_path = 'tapicero.gemspec'
$spec = eval(File.read($spec_path))
$base_dir = File.dirname(__FILE__)
$gem_path = File.join($base_dir, 'pkg', "#{$spec.name}-#{$spec.version}.gem")