diff --git a/lib/petrify/version.rb b/lib/petrify/version.rb index 5e3b5b3..513a32b 100644 --- a/lib/petrify/version.rb +++ b/lib/petrify/version.rb @@ -1,3 +1,3 @@ module Petrify - VERSION = "0.4.1" + VERSION = "0.4.2" end diff --git a/petrify.gemspec b/petrify.gemspec index d6fcc63..6cf1539 100644 --- a/petrify.gemspec +++ b/petrify.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.licenses = ['MIT'] 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.homepage = "https://git.adrianshort.org/adrianshort/petrify" + spec.homepage = "https://git.adrianshort.org/adrian/petrify" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})