bfdotcom-theme 0.1.2 → 0.2.0

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.
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.1.2
4
+ version: 0.2.0
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-08-04 00:00:00.000000000 Z
11
+ date: 2019-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -89,6 +89,7 @@ extra_rdoc_files: []
89
89
  files:
90
90
  - LICENSE.txt
91
91
  - README.md
92
+ - _includes/comments.html
92
93
  - _includes/head.html
93
94
  - _includes/header.html
94
95
  - _layouts/default.html
@@ -97,8 +98,21 @@ files:
97
98
  - _layouts/post.html
98
99
  - _layouts/postlist.html
99
100
  - _sass/bfdotcom.scss
101
+ - assets/auth/signin.html
100
102
  - assets/css/style.scss
101
103
  - assets/images/brian.jpg
104
+ - assets/scripts/CryptoJS/components/enc-base64.js
105
+ - assets/scripts/CryptoJS/components/hmac.js
106
+ - assets/scripts/CryptoJS/rollups/hmac-sha256.js
107
+ - assets/scripts/CryptoJS/rollups/sha256.js
108
+ - assets/scripts/apiGatewayCore/apiGatewayClient.js
109
+ - assets/scripts/apiGatewayCore/sigV4Client.js
110
+ - assets/scripts/apiGatewayCore/simpleHttpClient.js
111
+ - assets/scripts/apiGatewayCore/utils.js
112
+ - assets/scripts/axios/dist/axios.standalone.js
113
+ - assets/scripts/core.js
114
+ - assets/scripts/signin.js
115
+ - assets/scripts/url-template/url-template.js
102
116
  homepage: https://www.brianfarnhill.com
103
117
  licenses:
104
118
  - MIT