hobbies 1.1.3 → 1.1.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
- 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: fc9fd55186fc9e396cdec02f3c559c1f8b219020204bb8dd8e4ca12f67605b8a
|
4
|
+
data.tar.gz: a87303038b09549a63f6cacb603958712b72e6abede872e200aebb3806f2c1f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f383658901744da4308dbc095c19f604d97b0177ffe5ea845d9c91d6c2f75f6e04d8b2eaf80c5f942a223f6dc9edfa7cf25da957ff19cc6c6d7cd4fd7e2201eb
|
7
|
+
data.tar.gz: 29ad5b95f90c6c52db80fcb5a4ed5f668e7a364f09b7e3baaa5744ea8b6fb1b781268a5ab565aedb2e87470df0c250fde9f9b2889e8cbadde7aaec451e26cb65
|
data/README.md
CHANGED
@@ -23,13 +23,13 @@ You'll need an instance of Jekyll! Check out the [Jekyll documentation](https://
|
|
23
23
|
Add this line to your Jekyll site's `Gemfile`:
|
24
24
|
|
25
25
|
```ruby
|
26
|
-
gem "
|
26
|
+
gem "hobbies"
|
27
27
|
```
|
28
28
|
|
29
29
|
And add this line to your Jekyll site's `_config.yml`:
|
30
30
|
|
31
31
|
```yaml
|
32
|
-
theme:
|
32
|
+
theme: hobbies
|
33
33
|
```
|
34
34
|
|
35
35
|
And then execute:
|
@@ -38,7 +38,7 @@ And then execute:
|
|
38
38
|
|
39
39
|
Or install it yourself as:
|
40
40
|
|
41
|
-
$ gem install
|
41
|
+
$ gem install hobbies
|
42
42
|
|
43
43
|
## Contributing
|
44
44
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hobbies
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Hobbie
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-07-
|
11
|
+
date: 2018-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|