jekyll-archives-v2 0.0.1 → 0.0.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28ab7010d977499dd06d3711f2a3d952be8c4db2d6a10a674ab46ad0e2faf6c1
|
4
|
+
data.tar.gz: 845c8346693b1e1214890909eac88b311e2fd80c72c7745a28a974099c50ce43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7bf8375d96489119203ef2a16b0072a3044521ea9595a15de554fd2e8d48e7030e7e2b569cf302b16926dfb7626df655c22001651520b8d250dfc074fce8ab2f
|
7
|
+
data.tar.gz: 0ede50f993dd786b6eca1f55439bc3cf0938d3dc3d6e7e2c41de8519879c54982d1ac4784dc60d67dfd7784fb7b6afb81fae9ecefacb049a77d187064117ad5e
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-archives-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- George Corrêa de Araújo
|
@@ -120,10 +120,10 @@ executables: []
|
|
120
120
|
extensions: []
|
121
121
|
extra_rdoc_files: []
|
122
122
|
files:
|
123
|
+
- lib/jekyll-archives-v2.rb
|
123
124
|
- lib/jekyll-archives-v2/archive.rb
|
124
125
|
- lib/jekyll-archives-v2/page_drop.rb
|
125
126
|
- lib/jekyll-archives-v2/version.rb
|
126
|
-
- lib/jekyll-archives.rb
|
127
127
|
homepage: https://github.com/george-gca/jekyll-archives-v2
|
128
128
|
licenses:
|
129
129
|
- MIT
|
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
- !ruby/object:Gem::Version
|
144
144
|
version: '0'
|
145
145
|
requirements: []
|
146
|
-
rubygems_version: 3.
|
146
|
+
rubygems_version: 3.5.11
|
147
147
|
signing_key:
|
148
148
|
specification_version: 4
|
149
149
|
summary: Collections archives for Jekyll.
|
File without changes
|