Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created August 27, 2008 14:59
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 jackdempsey/7495 to your computer and use it in GitHub Desktop.
Save jackdempsey/7495 to your computer and use it in GitHub Desktop.
+spec = eval(File.read('merb_has_flash.gemspec'))
+
+Rake::GemPackageTask.new(spec) do |pkg|
+ pkg.gem_spec = spec
+end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment