kentucky 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4430d0b044035cdcf75eb2096ac3c0e25e1f0a6f
4
- data.tar.gz: 39d0429d9b2e52c23528ee4e859457b1fb77242f
3
+ metadata.gz: 7f57941f28561c2390436cea6ab6dce37589c565
4
+ data.tar.gz: 5721bc0fe80a9ce268b049100efce6efe0b5758b
5
5
  SHA512:
6
- metadata.gz: 95096cf88bf0ffc9aacc36290aac71ab71ea0a4430e8f3d91a74f76cd1e1a99a7f7e78ea3c88ea364a8bd2f2ebe1acd4322b7b4db989dc28d8f1a9b14cafa3a4
7
- data.tar.gz: 8871674a4eb2df1933d7bfb182e6fb2d97e620ff249a0928010849e080b0e9182d5f44eec2c7c2b56b90199fd75cb9d7eeba0c2d24c01c3e0b92b651cfa546f5
6
+ metadata.gz: 19d3bb8f6913ee572ee1cd91b875939545e208aac3c0585f4ac2d0b7d7da3b56de36b0d0d7ae6b38fabb657009b78971e3634bb401c337362d10f530ded1fbe2
7
+ data.tar.gz: f443bf309464ac0fe568b6203ca3f7225d011142188066f0866b216f04b34f1f85351a3e87db39804390da9ec8a2bedf52ed0239921938c8025302bffa3989ce
data/.gitignore CHANGED
@@ -1,12 +1,10 @@
1
- *swp
2
- *gem
1
+ .DS_Store
3
2
  .sass-cache/
4
- /bourbon/
3
+
5
4
  demo/
6
5
  tmp/
7
6
  tags
8
- app/assets/stylesheets/kentucky/config.codekit
9
- /app/assets/config.codekit
10
- /app/assets/stylesheets/kentucky/.DS_Store
11
- app/assets/stylesheets/.DS_Store
12
- /**/.DS_Store
7
+
8
+ *gem
9
+ *orig
10
+ *swp
data/LICENSE CHANGED
File without changes
@@ -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) }
@@ -45,7 +45,7 @@ module Kentucky
45
45
  def create_site_structure
46
46
  make_install_directory
47
47
  if options[:dir]
48
- dirs = %w(fonts images scripts scss style)
48
+ dirs = %w(images scripts scss css)
49
49
  dirs.each do |dir|
50
50
  FileUtils.mkdir(install_path + Pathname.new(dir))
51
51
  end
@@ -1,3 +1,3 @@
1
1
  module Kentucky
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
data/readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Kentucky
2
2
  ###### Straight from the source.
3
3
 
4
- [![Gem Version](https://badge.fury.io/rb/kentucky.png)](http://badge.fury.io/rb/kentucky)
4
+ [![Gem Version](https://badge.fury.io/rb/kentucky.svg)](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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kentucky
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Clemmer