gyrocycle 0.0.3 → 0.0.4
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/README.md +3 -3
- data/_sass/{gyroscope.scss → gyrocycle.scss} +0 -0
- data/assets/main.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cdc341bb72554d068838e1ae7d9b88a6ac516c6992a8b9dd586502dde95fc0f2
|
|
4
|
+
data.tar.gz: 3ef788241911699418a64a8670d23b721762240e020ebe7f8076612aac634786
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98d8ef0633bad5559ee267ae82997e402e506279055e90c4389dd048c0360b7c4a9203a7d843c3daf73eb3cfb74bc63e16ab74c4c2b0911203b9565be1b476b4
|
|
7
|
+
data.tar.gz: db1407d3f541c336c9bdf875d26cf0c59fac18bd9286781aaa67d381aa8baf2902516f00e4dec583dc9157367c3dc05dedc30562ef52aed60b0d0c4db5ac7728
|
data/README.md
CHANGED
|
@@ -31,13 +31,13 @@ Add the following classes to the [`<body>` and grid `<div>` elements](_layouts/d
|
|
|
31
31
|
Add this line to your Jekyll site's `Gemfile`:
|
|
32
32
|
|
|
33
33
|
```ruby
|
|
34
|
-
gem "
|
|
34
|
+
gem "gyrocycle"
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
And add this line to your Jekyll site's `_config.yml`:
|
|
38
38
|
|
|
39
39
|
```yaml
|
|
40
|
-
theme:
|
|
40
|
+
theme: gyrocycle
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
And then execute:
|
|
@@ -46,7 +46,7 @@ And then execute:
|
|
|
46
46
|
|
|
47
47
|
Or install it yourself as:
|
|
48
48
|
|
|
49
|
-
$ gem install
|
|
49
|
+
$ gem install gyrocycle
|
|
50
50
|
|
|
51
51
|
## License
|
|
52
52
|
|
|
File without changes
|
data/assets/main.scss
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gyrocycle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roben Kleene
|
|
@@ -87,7 +87,7 @@ files:
|
|
|
87
87
|
- _sass/fira-mono.scss
|
|
88
88
|
- _sass/fira-sans.scss
|
|
89
89
|
- _sass/fonts.scss
|
|
90
|
-
- _sass/
|
|
90
|
+
- _sass/gyrocycle.scss
|
|
91
91
|
- _sass/layout.scss
|
|
92
92
|
- _sass/open-sans.scss
|
|
93
93
|
- _sass/rubik.scss
|