Skip to content

Instantly share code, notes, and snippets.

@zzak
Created March 14, 2013 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zzak/5157949 to your computer and use it in GitHub Desktop.
Save zzak/5157949 to your computer and use it in GitHub Desktop.
diff --git a/Rakefile b/Rakefile
index b742ed1..8c581dd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,7 +33,7 @@ file "emacs/rdebug.elc" => ["emacs/elisp-comp", "emacs/rdebug.el"] do
end
end
-base_spec = eval(File.read('debugger.gemspec'), binding, 'debugger.gemspec')
+base_spec = eval(File.read('debugger2.gemspec'), binding, 'debugger2.gemspec')
# Rake task to build the default package
Gem::PackageTask.new(base_spec) do |pkg|
pkg.need_tar = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment