cyclist 0.7.7 → 0.8.0
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/_sass/layout.scss +5 -1
- metadata +16 -24
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed08cf7380834581df88c82a8dc466870b962ba9c580e1201e942721810e4803
|
|
4
|
+
data.tar.gz: 63794fc309c555ff2d20b5530953c8c489791087ff5cbc48560628cd84134719
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10dfcd63b77d69cdf7af07c3e9247a8689ec346d59ea6fa2bd0a34520a0aec87d1a8ec9f3b6ecc2a2973e9bf0c1f6d0f28b74a7b23807ee3e7839a297994b5a2
|
|
7
|
+
data.tar.gz: 64f094ef6154654536a98968c7f7ebe65ca67c990f6b93f824d5a8923a85b594eaa4188854c8ca8cf936c3ff0cd1c740c0b48f79ea11c53f04a48ef3b7e64f61
|
data/_sass/layout.scss
CHANGED
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cyclist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roben Kleene
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '3.5'
|
|
20
|
+
- - "<"
|
|
18
21
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
22
|
+
version: '5.0'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '3.5'
|
|
30
|
+
- - "<"
|
|
25
31
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
32
|
+
version: '5.0'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: jekyll-feed
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -52,21 +58,7 @@ dependencies:
|
|
|
52
58
|
- - "~>"
|
|
53
59
|
- !ruby/object:Gem::Version
|
|
54
60
|
version: '2.1'
|
|
55
|
-
|
|
56
|
-
name: bundler
|
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
|
58
|
-
requirements:
|
|
59
|
-
- - "~>"
|
|
60
|
-
- !ruby/object:Gem::Version
|
|
61
|
-
version: '1.16'
|
|
62
|
-
type: :development
|
|
63
|
-
prerelease: false
|
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
-
requirements:
|
|
66
|
-
- - "~>"
|
|
67
|
-
- !ruby/object:Gem::Version
|
|
68
|
-
version: '1.16'
|
|
69
|
-
description:
|
|
61
|
+
description:
|
|
70
62
|
email:
|
|
71
63
|
- contact@robenkleene.com
|
|
72
64
|
executables: []
|
|
@@ -188,7 +180,7 @@ homepage: https://github.com/robenkleene/cyclist
|
|
|
188
180
|
licenses:
|
|
189
181
|
- MIT
|
|
190
182
|
metadata: {}
|
|
191
|
-
post_install_message:
|
|
183
|
+
post_install_message:
|
|
192
184
|
rdoc_options: []
|
|
193
185
|
require_paths:
|
|
194
186
|
- lib
|
|
@@ -204,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
204
196
|
version: '0'
|
|
205
197
|
requirements: []
|
|
206
198
|
rubygems_version: 3.0.2
|
|
207
|
-
signing_key:
|
|
199
|
+
signing_key:
|
|
208
200
|
specification_version: 4
|
|
209
201
|
summary: Bicycle for the mind.
|
|
210
202
|
test_files: []
|