kentucky 3.0.1 → 3.0.2
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/lib/kentucky/generator.rb +2 -2
- data/lib/kentucky/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77c5d5beb570288a6909ccb5423e7b38c2aadfc8
|
4
|
+
data.tar.gz: 738ca08098b2c67fedfed8601878e5293ea62ac5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95a582eba95236b14308dee365104c3a4d4a3985173e1302e34f4552da5513780bc67b22097923c2c0bc090898cab6600ab06a059f7b4ce337b624c1e5f835f3
|
7
|
+
data.tar.gz: 113cbdb609516fce3772afe0423527fe61732d75e03485057f25e7c3b9ee5f0908a01db6d842c724360cf025070297f4882e987694c11201a4d1a50c4f228882
|
data/lib/kentucky/generator.rb
CHANGED
@@ -94,7 +94,7 @@ module Kentucky
|
|
94
94
|
end
|
95
95
|
|
96
96
|
def install_path_kentucky
|
97
|
-
return install_path_scss
|
97
|
+
return install_path_scss
|
98
98
|
end
|
99
99
|
|
100
100
|
def master_stylesheet
|
@@ -110,7 +110,7 @@ module Kentucky
|
|
110
110
|
end
|
111
111
|
|
112
112
|
def kentucky_directory
|
113
|
-
File.join(stylesheets_directory
|
113
|
+
File.join(stylesheets_directory)
|
114
114
|
end
|
115
115
|
|
116
116
|
def stylesheets_directory
|
data/lib/kentucky/version.rb
CHANGED