hexadecapress 0.1.2 → 0.1.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 +4 -3
- data/lib/hexadecapress/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e27dacb3028be5bf3b98e88912880cd80ddc4f80
|
|
4
|
+
data.tar.gz: 78b9aba9b7937032bb313edd0fac4b6183b8ba52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f658142f74f0db18f0f1e7ae03cecd491d8cb6971402993147b649ee22ae1d3fdc23db16eb525c9919bc9d2567682f5cb95d8d30378b0e8fe78444e2a3ee2d6e
|
|
7
|
+
data.tar.gz: 333c4c060a662f09214afbd28a7077140fd7b52ff438daadeb2e6da39190e9f4496e2d6f22094cc001b4826880c4e09a9809b35521d66f4ddd5d17ff7bee99a7
|
data/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# Hexadecapress
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://rubygems.org/gems/hexadecapress)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Hexadecapress is a theme for Jekyll, developed as an Octopress Ink plugin. It uses
|
|
6
|
+
the base16-ocean colour theme.
|
|
6
7
|
|
|
7
8
|
## Installation
|
|
8
9
|
|
|
@@ -32,7 +33,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
32
33
|
|
|
33
34
|
## Contributing
|
|
34
35
|
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
36
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/ter0/hexadecapress.
|
|
36
37
|
|
|
37
38
|
|
|
38
39
|
## License
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hexadecapress
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Johns
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
version: '0'
|
|
139
139
|
requirements: []
|
|
140
140
|
rubyforge_project:
|
|
141
|
-
rubygems_version: 2.4.5
|
|
141
|
+
rubygems_version: 2.4.5.1
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: An Octopress Ink based theme
|