stuartmccoll_portfolio 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ff185dd3966fdfd132344ee50902377b9e4c259
4
- data.tar.gz: 504dd0f9aa381f9e478fe170960ad24499f513f0
3
+ metadata.gz: 4c34ddbee353ef6d74858d91c27c5ec2e1d2a618
4
+ data.tar.gz: 3852333fb7b00b297215dd6dcafd9188bf2df932
5
5
  SHA512:
6
- metadata.gz: 4af1465509cab579f8033017cb0bb83e951749f0825eb69a21f3eeaa8c6cd73244d29392c1721fbfde8ab508c19fc0bfe858e68dc89ddef7c0bb611a9de76c2d
7
- data.tar.gz: 1343228faa8d8fd1cd36bf16d513b7026df8f6bd0684e5e2921ed6f16ddf2612ecddf413e95395a2696131a48f2621ea338c2552af2a30562c4f9b4c1e743ab4
6
+ metadata.gz: 58c9defd1819ab0402a1a915229c1dc238e5453751e028e92df885f23de15a1d95a81fdc01e9c142126afc2bca54234543f0e558001c021e843d1b848a0fe8c8
7
+ data.tar.gz: 41f6436aa9b938a389566a2eea62f870545cab74936093b07e37027e126c237532bf6506e4f0db5676aa0fe08ad4a68f35d201346d320bdb64663fbc029eca78
@@ -2,7 +2,7 @@
2
2
 
3
3
  <html>
4
4
 
5
- <% include header.html %>
5
+ {% include header.html %}
6
6
 
7
7
  <body>
8
8
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  </div>
30
30
 
31
- <% include scripts.html %>
31
+ {% include scripts.html %}
32
32
 
33
33
  </body>
34
34
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  <div class="row">
12
12
 
13
- <% include sidebar.html %>
13
+ {% include sidebar.html %}
14
14
 
15
15
  <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
16
16
 
@@ -36,7 +36,7 @@
36
36
 
37
37
  </div>
38
38
 
39
- <% include scripts.html %>
39
+ {% include scripts.html %}
40
40
 
41
41
  </body>
42
42
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stuartmccoll_portfolio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart McColl