futuro 0.2.1 → 0.2.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/_includes/html/{scripts.html → futuro.html} +0 -0
- data/_layouts/demo.html +1 -1
- data/assets/js/futuro.js +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aeb438d8757c0e4f43088dbbe91dd3df5e605f05c06c0f557f4a5bd1af110ac3
|
|
4
|
+
data.tar.gz: 020eae905fef9e3e74e1af146e191f6ccefeb35979f229fd12f1b1d508919ef1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8122b8394ae03031ca3d9e2fec87b4772be510153696f8f5b6661544f505261788e8b279c8b006f47dc1a5cd74e97d99f13d40118593abd5ebe0b53d1853d3cb
|
|
7
|
+
data.tar.gz: 2c74b0ef4191cfbed89840061ff9e597f95abd9b100c81a1c60a892bba4cac874a5c65e66ee6e8e44796f0319cdd23d168edbeb03a94caf858c05a76c16ef83f
|
|
File without changes
|
data/_layouts/demo.html
CHANGED
data/assets/js/futuro.js
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: futuro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Heading
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -91,12 +91,12 @@ files:
|
|
|
91
91
|
- LICENSE.txt
|
|
92
92
|
- README.md
|
|
93
93
|
- _includes/html/analytics.html
|
|
94
|
+
- _includes/html/futuro.html
|
|
94
95
|
- _includes/html/head.html
|
|
95
96
|
- _includes/html/overlay-load.html
|
|
96
97
|
- _includes/html/overlay-mobile.html
|
|
97
98
|
- _includes/html/overlay-search.html
|
|
98
99
|
- _includes/html/overlay.html
|
|
99
|
-
- _includes/html/scripts.html
|
|
100
100
|
- _layouts/demo.html
|
|
101
101
|
- _sass/_area.scss
|
|
102
102
|
- _sass/_bar.scss
|
|
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
168
168
|
- !ruby/object:Gem::Version
|
|
169
169
|
version: '0'
|
|
170
170
|
requirements: []
|
|
171
|
-
rubygems_version: 3.0.
|
|
171
|
+
rubygems_version: 3.0.3
|
|
172
172
|
signing_key:
|
|
173
173
|
specification_version: 4
|
|
174
174
|
summary: Private theme for Paul Heading
|