jekyll-index-pages 0.1.1 → 0.1.2
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 +4 -4
- data/jekyll-index-pages.gemspec +1 -2
- data/lib/jekyll-index-pages/version.rb +1 -1
- metadata +2 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c76f3cf5cda6e59ddc10d64dea5777d6fedeae52
|
4
|
+
data.tar.gz: ae27d1b3e2d741c7b54908a67ee963663f63487c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b76034d98c8dca8d930ea266722dba38f62a9092e1ff26823273e6d803bee979d2dc04c4612150944e4aeb5f3bb09fbe4d5513f78f9b4bbe543151b0267ec0f2
|
7
|
+
data.tar.gz: 5ad09350dc03a474a998fea580d3c6afd06d2e8eac40199883035ff429355e33d909a74abcd060de34d8584047264177035a6724d8eddf5dfe09aa8076110741
|
data/jekyll-index-pages.gemspec
CHANGED
@@ -12,8 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
|
13
13
|
spec.summary = "Index page generator for Jekyll sites."
|
14
14
|
spec.description = <<-DESCRIPTION
|
15
|
-
Generates paginated index pages for blog posts, categories
|
16
|
-
and collections. It also let you generate a paginated blog post archive.
|
15
|
+
Generates paginated index pages for blog posts, categories and tags.
|
17
16
|
DESCRIPTION
|
18
17
|
|
19
18
|
spec.files = `git ls-files`.split("\n")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-index-pages
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jose Miguel Venegas Mendoza
|
@@ -52,9 +52,7 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.5'
|
55
|
-
description:
|
56
|
-
Generates paginated index pages for blog posts, categories, tags, authors
|
57
|
-
and collections. It also let you generate a paginated blog post archive.
|
55
|
+
description: " Generates paginated index pages for blog posts, categories and tags.\n"
|
58
56
|
email:
|
59
57
|
- jvenegasmendoza@gmail.com
|
60
58
|
executables: []
|