futuro 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 629829d45069ee1e21d47e27390a25e706132167dbc4fec84c524af7d55e719d
4
- data.tar.gz: 3c87cf35b49ced1e1687741643c96dde605185ec10919e38aa3ba07a46d9daa9
3
+ metadata.gz: aeb438d8757c0e4f43088dbbe91dd3df5e605f05c06c0f557f4a5bd1af110ac3
4
+ data.tar.gz: 020eae905fef9e3e74e1af146e191f6ccefeb35979f229fd12f1b1d508919ef1
5
5
  SHA512:
6
- metadata.gz: 91e9215a0a1920afe059d16ffb63c406d6e21831570f64962d1765fbd975beee7d6ab6fbbab68df2cb9436de9ca8437469a0dba07790899366702deebc1b0e78
7
- data.tar.gz: 948d723ad490b7a206b18924fca563a33754b73ba8a9016710bbea7581976100df87a2eff0f23653b457163f24157dbcc9d26336922bf53113895134acb889ce
6
+ metadata.gz: 8122b8394ae03031ca3d9e2fec87b4772be510153696f8f5b6661544f505261788e8b279c8b006f47dc1a5cd74e97d99f13d40118593abd5ebe0b53d1853d3cb
7
+ data.tar.gz: 2c74b0ef4191cfbed89840061ff9e597f95abd9b100c81a1c60a892bba4cac874a5c65e66ee6e8e44796f0319cdd23d168edbeb03a94caf858c05a76c16ef83f
File without changes
data/_layouts/demo.html CHANGED
@@ -31,6 +31,6 @@
31
31
 
32
32
  </body>
33
33
 
34
- {% include html/scripts.html %}
34
+ {% include html/futuro.html %}
35
35
 
36
36
  </html>
data/assets/js/futuro.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  var body = $('body');
3
3
 
4
- if(body.hasClass('_demo-load')) {} else {
4
+ if(!body.hasClass('_demo-load')) {
5
5
  $(document).ready(siteFunc);
6
6
  }
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.1
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-07 00:00:00.000000000 Z
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.1
171
+ rubygems_version: 3.0.3
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Private theme for Paul Heading