Skip to content

Commit

Permalink
initial cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy authored and jedediah committed Jun 1, 2010
1 parent c6d7846 commit 51af682
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 2,067 deletions.
20 changes: 20 additions & 0 deletions Rakefile
@@ -0,0 +1,20 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "graster"
s.description = s.summary = "G Raster!"
s.email = "joshbuddy@gmail.com"
s.homepage = "http://github.com/joshbuddy/graster"
s.authors = ["Jedediah Smith", "Joshua Hull"]
s.files = FileList["[A-Z]*", "{lib,bin}/**/*"]
s.add_dependency 'RMagick'
s.rubyforge_project = 'graster'
end
Jeweler::GemcutterTasks.new
Jeweler::RubyforgeTasks.new do |rubyforge|
rubyforge.doc_task = "rdoc"
rubyforge.remote_doc_path = ''
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

0 comments on commit 51af682

Please sign in to comment.