Sfoglia il codice sorgente

Fix site URL

tags/v0.4.2^0
Adrian Short 4 anni fa
parent
commit
a8a92e84f5
Firmato da: adrian ID Chiave GPG: 4B54F9AE91AB06BB
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      lib/petrify/version.rb
  2. +1
    -1
      petrify.gemspec

+ 1
- 1
lib/petrify/version.rb Vedi File

@@ -1,3 +1,3 @@
module Petrify
VERSION = "0.4.1"
VERSION = "0.4.2"
end

+ 1
- 1
petrify.gemspec Vedi File

@@ -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)/})


Caricamento…
Annulla
Salva