jekyll-make-sitemap 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 747e9d3bd9adc8a0d7db1fd6379ba8aab2203e0465462ba9d2a4e538099411c9
4
- data.tar.gz: a2eef6977c29825ef55f3b146b67fcb2d6fc13860403bff219e68c8b2bbee047
3
+ metadata.gz: 47032bf615eb1dfb10f4dc641186231ac228beb1bd82fc8422ec366aaa492065
4
+ data.tar.gz: 620f5c30bc25c0bb2eb1dab6832df01353e7e9607fe468892f212b1cef815c65
5
5
  SHA512:
6
- metadata.gz: 68ddf73ff828897b22b0ce5cb735bda203db2b4ed65a7638d42add685d539c38e0ef53c2ca19200759a4177d5ffbf065defb755832587a888fc0add123cb4395
7
- data.tar.gz: 297a2b48a34c56831f5e76bf0a239247e1239d6e8e40130b7f35786dfa791ee5ce296160e63e62bf94b74b8e49c5f885e91cac5ae73b062f162db7b8632287c7
6
+ metadata.gz: 98d2b849ac148cfcd8afa761851c417c18081aeeb6dda26094085fa52e73b769c26229bb51028e450f14e4ea5e3fe44c2e9106470fc006dc5386dec0dca2bd45
7
+ data.tar.gz: e4f7eade9d29a237b33d31efe4401b8db072b70998ee532dbf75a006d7a3561e7d26ddd19b2bb8e720d82199798fc38ffe9076af0bd03c87351e232844f8d1b0
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
- ## [1.1.0] - 2020-07-12
7
+ ## [1.1.1] - 2020-07-12
8
8
 
9
9
  Added
10
10
  - Ability to run on non-production environments
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["Sean Hofer"]
7
7
  spec.email = ["me@seanhofer.com"]
8
8
 
9
- spec.summary = "A Jekyll hook for generating a sitemap.txt in production builds"
10
- spec.description = "A Jekyll hook for generating a sitemap.txt in production builds"
9
+ spec.summary = "A Jekyll hook plugin for generating a sitemap.txt file during the Jekyll build process."
10
+ spec.description = "A Jekyll hook plugin for generating a sitemap.txt file during the Jekyll build process."
11
11
  spec.homepage = "https://github.com/hofers/jekyll-make-sitemap"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
@@ -1,7 +1,7 @@
1
1
  module Jekyll
2
2
  module Make
3
3
  class Sitemap
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-make-sitemap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Hofer
@@ -10,7 +10,8 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2020-07-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: A Jekyll hook for generating a sitemap.txt in production builds
13
+ description: A Jekyll hook plugin for generating a sitemap.txt file during the Jekyll
14
+ build process.
14
15
  email:
15
16
  - me@seanhofer.com
16
17
  executables: []
@@ -54,5 +55,6 @@ requirements: []
54
55
  rubygems_version: 3.1.4
55
56
  signing_key:
56
57
  specification_version: 4
57
- summary: A Jekyll hook for generating a sitemap.txt in production builds
58
+ summary: A Jekyll hook plugin for generating a sitemap.txt file during the Jekyll
59
+ build process.
58
60
  test_files: []