potato-hacker-jekyll-template 0.3.0 → 0.3.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
- metadata +10 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84347ce74cd266582588f3db0ecff14414982457b9a2c3096a9332c0d96989fa
|
|
4
|
+
data.tar.gz: b6c0be5b2bac054d0a7e8de65e9f7cf33feacbbb38867610043f5aef8eda9977
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50ace3091b4e2c3ee9b0e2f04fe6013c8784c2721e2d8bf078d9c370114754499ec7884b2f9733ce6059d305ea89ed3a4b1385ed68da36eac2dd9a03a5c562c1
|
|
7
|
+
data.tar.gz: fa818dc20451182a3b0c9c94a6aa68cac34afdd21204ec8ed89c9ae16c41d24a61609f2447d94e5b34de782fae942d6e2655161c6f689e5470621cfa923da7b3
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: potato-hacker-jekyll-template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luiz Eduardo Amaral
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-12-
|
|
11
|
+
date: 2018-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -151,11 +151,14 @@ files:
|
|
|
151
151
|
- assets/img/opengraph.png
|
|
152
152
|
- assets/img/screenshot.png
|
|
153
153
|
- assets/js/main.js
|
|
154
|
-
homepage: https://github.com/
|
|
154
|
+
homepage: https://github.com/luxedo/potato-hacker-jekyll-template
|
|
155
155
|
licenses:
|
|
156
156
|
- GPL-3.0
|
|
157
157
|
metadata: {}
|
|
158
|
-
post_install_message:
|
|
158
|
+
post_install_message: |
|
|
159
|
+
! The 'potato-hacker-jekyll-template' gem has been deprecated and has been replaced by 'jekyll-theme-potato-hacker'.
|
|
160
|
+
! See: https://rubygems.org/gems/jekyll-theme-potato-hacker
|
|
161
|
+
! And: https://github.com/luxedo/jekyll-theme-potato-hacker
|
|
159
162
|
rdoc_options: []
|
|
160
163
|
require_paths:
|
|
161
164
|
- lib
|
|
@@ -174,5 +177,7 @@ rubyforge_project:
|
|
|
174
177
|
rubygems_version: 2.7.7
|
|
175
178
|
signing_key:
|
|
176
179
|
specification_version: 4
|
|
177
|
-
summary: A theme based on hackers and potatoes
|
|
180
|
+
summary: 'A theme based on hackers and potatoes. The ''potato-hacker-jekyll-template''
|
|
181
|
+
gem has been deprecated and has been replaced by ''jekyll-theme-potato-hacker''.
|
|
182
|
+
See: https://rubygems.org/gems/jekyll-theme-potato-hacker And: https://github.com/luxedo/jekyll-theme-potato-hacker'
|
|
178
183
|
test_files: []
|