kentucky 3.0.0 → 3.0.1
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/.gitignore +6 -8
- data/LICENSE +0 -0
- data/kentucky.gemspec +0 -2
- data/lib/kentucky/generator.rb +1 -1
- data/lib/kentucky/version.rb +1 -1
- data/readme.md +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: 7f57941f28561c2390436cea6ab6dce37589c565
|
|
4
|
+
data.tar.gz: 5721bc0fe80a9ce268b049100efce6efe0b5758b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19d3bb8f6913ee572ee1cd91b875939545e208aac3c0585f4ac2d0b7d7da3b56de36b0d0d7ae6b38fabb657009b78971e3634bb401c337362d10f530ded1fbe2
|
|
7
|
+
data.tar.gz: f443bf309464ac0fe568b6203ca3f7225d011142188066f0866b216f04b34f1f85351a3e87db39804390da9ec8a2bedf52ed0239921938c8025302bffa3989ce
|
data/.gitignore
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
*gem
|
|
1
|
+
.DS_Store
|
|
3
2
|
.sass-cache/
|
|
4
|
-
|
|
3
|
+
|
|
5
4
|
demo/
|
|
6
5
|
tmp/
|
|
7
6
|
tags
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
/**/.DS_Store
|
|
7
|
+
|
|
8
|
+
*gem
|
|
9
|
+
*orig
|
|
10
|
+
*swp
|
data/LICENSE
CHANGED
|
File without changes
|
data/kentucky.gemspec
CHANGED
|
@@ -15,8 +15,6 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
Kentucky is a class-independent front-end framework built as a standard project starting point.
|
|
16
16
|
DESC
|
|
17
17
|
|
|
18
|
-
#s.rubyforge_project = "bourbon"
|
|
19
|
-
|
|
20
18
|
s.files = `git ls-files`.split("\n")
|
|
21
19
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
22
20
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
data/lib/kentucky/generator.rb
CHANGED
data/lib/kentucky/version.rb
CHANGED
data/readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Kentucky
|
|
2
2
|
###### Straight from the source.
|
|
3
3
|
|
|
4
|
-
[](https://badge.fury.io/rb/kentucky)
|
|
5
5
|
|
|
6
6
|
**Kentucky is a front-end project kickstart system to allow for rapidly beginning CSS development on a myriad of projects.**
|
|
7
7
|
|