Skip to content

Instantly share code, notes, and snippets.

@aeden
Created July 6, 2009 13:00
Show Gist options
  • Select an option

  • Save aeden/141416 to your computer and use it in GitHub Desktop.

Select an option

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 = "[email protected]"
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