Skip to content

Instantly share code, notes, and snippets.

@pope
Created October 12, 2009 22:27
Show Gist options
  • Save pope/208805 to your computer and use it in GitHub Desktop.
Save pope/208805 to your computer and use it in GitHub Desktop.
diff --git a/tasks/gem.rake b/tasks/gem.rake
index 1f72241..94c3c6a 100644
--- a/tasks/gem.rake
+++ b/tasks/gem.rake
@@ -13,6 +13,9 @@ GEM_SPEC = Gem::Specification.new do |s|
# dependencies
s.add_dependency 'rake', '>= 0.8.3', '< 0.9'
+ s.bindir = 'bin'
+ s.executables = ['rake-compiler']
+
# development dependencies
#s.add_development_dependency 'rspec', '~> 1.1.9'
#s.add_development_dependency 'rcov', '~> 0.8.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment