summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-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")