Skip to content

Instantly share code, notes, and snippets.

@aeden
Created July 6, 2009 13: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 aeden/141416 to your computer and use it in GitHub Desktop.
Save aeden/141416 to your computer and use it in GitHub Desktop.
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "refinery"
gemspec.summary = "Refinery processes data in a distributed environment."
gemspec.email = "anthonyeden@gmail.com"
gemspec.homepage = "http://github.com/aeden/refinery"
gemspec.description = "Process data in a distributed fashion."
gemspec.authors = ["Anthony Eden"]
gemspec.files.exclude 'docs/**/*'
gemspec.rubyforge_project = 'refinery'
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment