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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50b127a00258af2f899764047c927e6f81f878e8
|
|
4
|
+
data.tar.gz: 827930856592777a9edc3329bc577dd17251b3e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75597f17117a80f7519b2ff167aff6fa34aa793c53e97fb67bfa54c40bf7833a9b2e70efc974d266e2589268adb703c60a7f835603d44270f2896b76f33d8811
|
|
7
|
+
data.tar.gz: e55fd9cebdad14a5c8e98d74b1ecbd17f9212e464cac506d330535d96f035d254c96031e95e09ee8ca2b243eee6c8a32e826edfad0c9f2f710f5ff24d90e89ef
|
data/lib/skellington/version.rb
CHANGED
|
@@ -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.
|
|
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
|
+
date: 2016-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|