dunders 1.0.2 → 1.0.3
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 +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e5270796b457ba1b9db8a34e804d314ee8eff28
|
4
|
+
data.tar.gz: b1027d0ec5104c8ea5692597c348c31c45aa51a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 669ddab9cbb3dd6220bed64b681b4d39db090f5e601bb526c75b9cc771940a04b8f14985c4abcd542ff95e5a762c8b964bc3ce8977dc52fdad77da8ffb25fec7
|
7
|
+
data.tar.gz: c7f1befd7499639a2dbaf99e4de2ec0276712124873ca75c582615d8f21af6d80eec5c991ede5c316c392164cc7128a184665e2e20b2233731c6c32366dc1b30
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
__s, or dunders, is a simple Jekyll Starter Theme.
|
4
4
|
|
5
|
-
*The name of this project is a tribute to [
|
5
|
+
*The name of this project is a tribute to [Underscores](https://github.com/automattic/_s) project.*
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dunders
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- woliveiras
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -52,7 +52,8 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '10.0'
|
55
|
-
description: A starter theme for Jekyll, based on Underscores for WordPress
|
55
|
+
description: 'A starter theme for Jekyll, based on Underscores for WordPress. Look
|
56
|
+
the project page for more informations: https://github.com/woliveiras/__s'
|
56
57
|
email:
|
57
58
|
- w.oliveira542@gmail.com
|
58
59
|
executables: []
|
@@ -101,6 +102,7 @@ homepage: https://github.com/woliveiras/__s
|
|
101
102
|
licenses:
|
102
103
|
- MIT
|
103
104
|
metadata:
|
105
|
+
issue_tracker: https://github.com/woliveiras/__s/issues
|
104
106
|
plugin_type: theme
|
105
107
|
post_install_message:
|
106
108
|
rdoc_options: []
|