kentucky 1.0.4 → 1.0.5

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: 5aba123a850392a26be6dcec5489b4a910c931db
4
- data.tar.gz: 1e5622841ccbb1529e69bf652d413c23aab1642d
3
+ metadata.gz: 44e0524d75e052fdad885d0fc8552e849d6e40a7
4
+ data.tar.gz: fd1a4673620bd9a732fbb3e38a527beb13a7153b
5
5
  SHA512:
6
- metadata.gz: 11346423d4fabf7712e58a32ee48b4c7d5a5ced685b49b37a09d4a4f2614ac6812f9183e55e161e89db8faea91417b30dc6eabe5c298e2b10bfd915154794956
7
- data.tar.gz: 18466723ccc239399ad05aa47051c01396542486bde078c63042facef5ca822ed4de7c51726bd47ab90f68eabbc4bc80938ae64261fd0b8eb3a26cc0fa2a173d
6
+ metadata.gz: 1b64902133c3f1f426b979f42d7d267e13fc7fe71c8c5783730ee273d9941db10c162d130dcadab193ce94e015e78c7859dda9adda1d4d96695e7e25dedbfece
7
+ data.tar.gz: de9bdfedb53dbe6427fed3be6a08728540db75318e29c51a976e96f881e34fec8da22b2a96a594fcd1aab8b6304f3b808df4dc409383f1925f5e97e7f730f128
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # 1.0.5
2
+
3
+ ### Bug fixes
4
+
5
+ * Resolve spelling error in antialias helper
6
+
7
+ ---
1
8
  # 1.0.4
2
9
 
3
10
  ### Bug fixes
@@ -2,7 +2,7 @@
2
2
  // For chunky looking fonts (FF/Webkit)
3
3
  // ------------------------------------------------------------------- //
4
4
 
5
- %antialised{
5
+ %antialiased{
6
6
  -webkit-font-smoothing: antialiased;
7
7
  -moz-osx-font-smoothing: grayscale;
8
8
  }
@@ -1,3 +1,3 @@
1
1
  module Kentucky
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
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: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Clemmer
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-04-11 00:00:00.000000000 Z
13
+ date: 2014-05-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sass
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  version: '0'
151
151
  requirements: []
152
152
  rubyforge_project:
153
- rubygems_version: 2.0.3
153
+ rubygems_version: 2.0.14
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: SCSS-based grid system and mixin library