|
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec| |
|
|
spec.name = "petrify" |
|
|
spec.name = "petrify" |
|
|
spec.version = Petrify::VERSION |
|
|
spec.version = Petrify::VERSION |
|
|
spec.authors = ["Adrian Short"] |
|
|
spec.authors = ["Adrian Short"] |
|
|
spec.email = [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
spec.email = ['rubygems@adrianshort.org'] |
|
|
|
|
|
spec.licenses = ['MIT'] |
|
|
spec.summary = %q{A data(base)-driven static site generator with Haml templates.} |
|
|
spec.summary = %q{A data(base)-driven static site generator with Haml templates.} |
|
|
#spec.description = %q{TODO: Write a longer description or delete this line.} |
|
|
#spec.description = %q{TODO: Write a longer description or delete this line.} |
|
|
spec.homepage = "https://github.com/adrianshort/petrify/" |
|
|
spec.homepage = "https://github.com/adrianshort/petrify/" |
|
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec| |
|
|
|
|
|
|
|
|
spec.add_development_dependency "bundler", "~> 1.15" |
|
|
spec.add_development_dependency "bundler", "~> 1.15" |
|
|
spec.add_development_dependency "rake", "~> 10.0" |
|
|
spec.add_development_dependency "rake", "~> 10.0" |
|
|
spec.add_runtime_dependency "haml" |
|
|
|
|
|
|
|
|
spec.add_runtime_dependency "haml", "~> 5.0" |
|
|
end |
|
|
end |