bfdotcom-theme 0.3.1 → 0.3.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/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/_includes/comments.html +0 -0
- data/_includes/head.html +0 -0
- data/_includes/header.html +0 -0
- data/_layouts/default.html +0 -0
- data/_layouts/home.html +0 -0
- data/_layouts/page.html +0 -0
- data/_layouts/post.html +0 -0
- data/_layouts/postlist.html +0 -0
- data/_layouts/search.html +0 -0
- data/_sass/bfdotcom.scss +0 -0
- data/assets/auth/signin.html +0 -0
- data/assets/css/style.scss +0 -0
- data/assets/images/brian.jpg +0 -0
- data/assets/images/icon_192.png +0 -0
- data/assets/images/icon_512.png +0 -0
- data/assets/scripts/CryptoJS/components/enc-base64.js +0 -0
- data/assets/scripts/CryptoJS/components/hmac.js +0 -0
- data/assets/scripts/CryptoJS/rollups/hmac-sha256.js +0 -0
- data/assets/scripts/CryptoJS/rollups/sha256.js +0 -0
- data/assets/scripts/apiGatewayCore/apiGatewayClient.js +0 -0
- data/assets/scripts/apiGatewayCore/sigV4Client.js +0 -0
- data/assets/scripts/apiGatewayCore/simpleHttpClient.js +0 -0
- data/assets/scripts/apiGatewayCore/utils.js +0 -0
- data/assets/scripts/axios/dist/axios.standalone.js +0 -0
- data/assets/scripts/core.js +0 -0
- data/assets/scripts/signin.js +0 -0
- data/assets/scripts/url-template/url-template.js +0 -0
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 655021eee74f952953b10d5e7b79fcaa2b82ad6c5ef0af01da4c3633966ac992
|
4
|
+
data.tar.gz: 1cb46540976ee1d2afa83a87e3c38d90205b913c9b4cb4a1995d12e354696ea1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f28b18bbc15a9405ad3f67ad72aed468385d92652aceeb3901fe29499c7cc60a4a1e60e384146fa614bb815b88cfb5e0c3697cb5dcdee851db3be75af2c4b9e
|
7
|
+
data.tar.gz: 2e547aaba10c86f4ca82669699b0a3661c49faa43c3cb6eeb921b4df98ebb23f13b7a9552cdf1fcf36ad114d97fe12f92e43c186a3a6b36d6a7dcd82be2315ba
|
data/LICENSE.txt
CHANGED
File without changes
|
data/README.md
CHANGED
File without changes
|
data/_includes/comments.html
CHANGED
File without changes
|
data/_includes/head.html
CHANGED
File without changes
|
data/_includes/header.html
CHANGED
File without changes
|
data/_layouts/default.html
CHANGED
File without changes
|
data/_layouts/home.html
CHANGED
File without changes
|
data/_layouts/page.html
CHANGED
File without changes
|
data/_layouts/post.html
CHANGED
File without changes
|
data/_layouts/postlist.html
CHANGED
File without changes
|
data/_layouts/search.html
CHANGED
File without changes
|
data/_sass/bfdotcom.scss
CHANGED
File without changes
|
data/assets/auth/signin.html
CHANGED
File without changes
|
data/assets/css/style.scss
CHANGED
File without changes
|
data/assets/images/brian.jpg
CHANGED
File without changes
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/assets/scripts/core.js
CHANGED
File without changes
|
data/assets/scripts/signin.js
CHANGED
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bfdotcom-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Farnhill
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-10-
|
11
|
+
date: 2019-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -102,6 +102,8 @@ files:
|
|
102
102
|
- assets/auth/signin.html
|
103
103
|
- assets/css/style.scss
|
104
104
|
- assets/images/brian.jpg
|
105
|
+
- assets/images/icon_192.png
|
106
|
+
- assets/images/icon_512.png
|
105
107
|
- assets/scripts/CryptoJS/components/enc-base64.js
|
106
108
|
- assets/scripts/CryptoJS/components/hmac.js
|
107
109
|
- assets/scripts/CryptoJS/rollups/hmac-sha256.js
|
@@ -133,7 +135,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
133
135
|
- !ruby/object:Gem::Version
|
134
136
|
version: '0'
|
135
137
|
requirements: []
|
136
|
-
|
138
|
+
rubyforge_project:
|
139
|
+
rubygems_version: 2.7.6
|
137
140
|
signing_key:
|
138
141
|
specification_version: 4
|
139
142
|
summary: Theme for BrianFarnhill.com
|