Browse Source

Move development to git.adrianshort.org.

tags/v0.4.4
Adrian Short 3 years ago
parent
commit
ee769995ba
Signed by: adrian GPG Key ID: 4B54F9AE91AB06BB
3 changed files with 16 additions and 12 deletions
  1. +14
    -10
      CHANGELOG.md
  2. +1
    -1
      lib/petrify/version.rb
  3. +1
    -1
      petrify.gemspec

+ 14
- 10
CHANGELOG.md View File

@@ -4,25 +4,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/adrianshort/petrify)
## [Unreleased](https://git.adrianshort.org/adrian/petrify)

This functionality is on GitHub but not yet on RubyGems.
This functionality is on git.adrianshort.org but not yet on RubyGems.

## [0.4.3](https://github.com/adrianshort/petrify/releases/tag/v0.4.3) - 2020-07-25
## [0.4.4](https://git.adrianshort.org/adrian/petrify/src/tag/v0.4.4) - 2020-11-17

- Move development to git.adrianshort.org.

## [0.4.3](https://git.adrianshort.org/adrian/petrify/src/tag/v0.4.3) - 2020-07-25

- Move development to GitHub.

## [0.4.2](https://github.com/adrianshort/petrify/releases/tag/v0.4.2) - 2020-01-16
## [0.4.2](https://git.adrianshort.org/adrian/petrify/src/tag/v0.4.2) - 2020-01-16

## [0.4.1](https://github.com/adrianshort/petrify/releases/tag/v0.4.1) - 2019-11-13
## [0.4.1](https://git.adrianshort.org/adrian/petrify/src/tag/v0.4.1) - 2019-11-13

## [0.4.0](https://github.com/adrianshort/petrify/releases/tag/v0.4.0) - 2019-10-26
## [0.4.0](https://git.adrianshort.org/adrian/petrify/src/tag/v0.4.0) - 2019-10-26

## [0.3.1](https://github.com/adrianshort/petrify/releases/tag/v0.3.1) - 2019-01-22
## [0.3.1](https://git.adrianshort.org/adrian/petrify/src/tag/v0.3.1) - 2019-01-22

## [0.3.0](https://github.com/adrianshort/petrify/releases/tag/v0.3.0) - 2018-10-18
## [0.3.0](https://git.adrianshort.org/adrian/petrify/src/tag/v0.3.0) - 2018-10-18

## [0.2.0](https://github.com/adrianshort/petrify/releases/tag/v0.2.0) - 2018-10-04
## [0.2.0](https://git.adrianshort.org/adrian/petrify/src/tag/v0.2.0) - 2018-10-04

## [0.1.0](https://github.com/adrianshort/petrify/releases/tag/v0.1.0) - 2018-09-24
## [0.1.0](https://git.adrianshort.org/adrian/petrify/src/tag/v0.1.0) - 2018-09-24


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

@@ -1,3 +1,3 @@
module Petrify
VERSION = "0.4.3"
VERSION = "0.4.4"
end

+ 1
- 1
petrify.gemspec View 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://github.com/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)/})


Loading…
Cancel
Save