Created
July 6, 2009 13:00
-
-
Save aeden/141416 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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