|
@@ -7,11 +7,11 @@ 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 = ['rubygems@adrianshort.org'] |
|
|
|
|
|
|
|
|
spec.email = ['adrian@adrianshort.org'] |
|
|
spec.licenses = ['MIT'] |
|
|
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://git.adrianshort.org/adrianshort/petrify" |
|
|
|
|
|
|
|
|
spec.files = `git ls-files -z`.split("\x0").reject do |f| |
|
|
spec.files = `git ls-files -z`.split("\x0").reject do |f| |
|
|
f.match(%r{^(test|spec|features)/}) |
|
|
f.match(%r{^(test|spec|features)/}) |
|
|