now really finish gemifying this

This commit is contained in:
John Bintz 2010-09-12 09:19:48 -04:00
parent e07cecd62e
commit e7677b64f2
1 changed files with 16 additions and 0 deletions

View File

@ -9,3 +9,19 @@ end
# system(%{rcov -x '.rvm' -x '/test/data/' test/*_test.rb})
# end
#end
begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "minicomic-backend"
s.executables = "minicomic-backend"
s.summary = "Generate Web- and print-ready collections of comics from SVG files"
s.email = "john@coswellproductions.com"
s.homepage = "http://github.com/johnbintz/minicomic-backend"
s.description = "Generate Web- and print-ready collections of comics from SVG files"
s.authors = ["John Bintz"]
s.files = FileList["{bin,lib,test}/**/*"]
end
rescue LoadError
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install jeweler"
end