skellington 0.8.8 → 0.8.9

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: c63dc4e58159504744d3c94a050470a343254389
4
- data.tar.gz: 935d979a1d501d50629f35babb1cba99b02c7eac
3
+ metadata.gz: 50b127a00258af2f899764047c927e6f81f878e8
4
+ data.tar.gz: 827930856592777a9edc3329bc577dd17251b3e8
5
5
  SHA512:
6
- metadata.gz: f62c042d9636c96c6b826621eea0149f642c5d661339ac5248edfa0c9053e31b46101d63961a5a92a030e11d0156071e57499cda8a1fa72d15a3032b87fc0d0c
7
- data.tar.gz: 8e1d5ed83e77abf373f97757c76c92c4147da4c009c12ea9aa0c8e1051c3a7f22e14a713b990051abc42ad193ad09f601733e5215e2c5ee924bdb928af33cdb7
6
+ metadata.gz: 75597f17117a80f7519b2ff167aff6fa34aa793c53e97fb67bfa54c40bf7833a9b2e70efc974d266e2589268adb703c60a7f835603d44270f2896b76f33d8811
7
+ data.tar.gz: e55fd9cebdad14a5c8e98d74b1ecbd17f9212e464cac506d330535d96f035d254c96031e95e09ee8ca2b243eee6c8a32e826edfad0c9f2f710f5ff24d90e89ef
@@ -1,3 +1,3 @@
1
1
  module Skellington
2
- VERSION = '0.8.8'
2
+ VERSION = '0.8.9'
3
3
  end
@@ -1,9 +1,11 @@
1
1
  <% if @gen.framework == 'jekyll' %>---
2
2
  ---<% end %>
3
- @import 'bootstrap';
4
3
  @import 'variables';
5
- @import 'fonts';
6
4
  @import 'colours';
5
+ @import 'fonts';
6
+
7
+ @import 'bootstrap';
8
+
7
9
  @import 'footer';
8
10
  @import 'nav';
9
11
  //@import 'github-corner';
@@ -74,7 +74,7 @@ module Skellington
74
74
  ul {
75
75
  @extend .list-inline;
76
76
  }
77
-
77
+
78
78
  a {
79
79
  color: white;
80
80
  }
@@ -105,10 +105,12 @@ module Skellington
105
105
  """
106
106
  ---
107
107
  ---
108
- @import 'bootstrap';
109
108
  @import 'variables';
110
- @import 'fonts';
111
109
  @import 'colours';
110
+ @import 'fonts';
111
+
112
+ @import 'bootstrap';
113
+
112
114
  @import 'footer';
113
115
  @import 'nav';
114
116
  //@import 'github-corner';
@@ -132,10 +132,12 @@ module Skellington
132
132
 
133
133
  expect('dummy_app/public/sass/styles.scss').to have_content (
134
134
  """
135
- @import 'bootstrap';
136
135
  @import 'variables';
137
- @import 'fonts';
138
136
  @import 'colours';
137
+ @import 'fonts';
138
+
139
+ @import 'bootstrap';
140
+
139
141
  @import 'footer';
140
142
  @import 'nav';
141
143
  //@import 'github-corner';
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skellington
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.8
4
+ version: 0.8.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - pikesley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-30 00:00:00.000000000 Z
11
+ date: 2016-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor