2010-05-20 15:40:16 +00:00
|
|
|
begin
|
|
|
|
require 'jeweler'
|
|
|
|
Jeweler::Tasks.new do |s|
|
|
|
|
s.name = "s6-gen"
|
|
|
|
s.executables = "new-s6-presentation"
|
|
|
|
s.summary = "Create new S6 presenations using Haml"
|
|
|
|
s.email = "john@coswellproductions.com"
|
|
|
|
s.homepage = "http://github.com/johnbintz/s6-gen"
|
|
|
|
s.description = "Create new S6 presenations using Haml"
|
2010-07-27 15:09:36 +00:00
|
|
|
s.authors = ["John Bintz"]
|
2010-05-20 15:40:16 +00:00
|
|
|
s.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*"]
|
|
|
|
s.add_dependency 'haml'
|
|
|
|
end
|
|
|
|
rescue LoadError
|
|
|
|
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
|
|
|
end
|