neat 1.7.3 → 1.7.4

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: 6d8b70193c0b73127b13475fa5eb738ac2fb7923
4
- data.tar.gz: 2641b56bdc7a8a6e5a5408f0ed8dbc4d93dbc201
3
+ metadata.gz: 8eb2762209caf54b43f3de40b58e45e74ab60745
4
+ data.tar.gz: 595b9703a3de3a9e00ed77b01c453c8b959f4aba
5
5
  SHA512:
6
- metadata.gz: 49f3ff183d4038fd0a28dd27c73569a953e6eb523fbf8214cc274f21e076f3e6531b5907f0700e69b4834cfea9f8fa5de0038e82517646cd328b26d56387af2f
7
- data.tar.gz: 7b8fb96a07d9e245cae2980a18bddd66cc09df1c5693a40b570ad64cf07fc997d510fe9aa02360ac8e75a7742b4b9ad0aad0152198810c0ec61d447217e6e383
6
+ metadata.gz: fcb8d041bc31c465512fc0010af419c261d82f1afb46c2d27f43241a2f64da93968168565c220f8e9dad43bc3bd0bb72af2014a0c75b5b24e8de2fdd29bdbf58
7
+ data.tar.gz: 5bcce3921f4a9664d5fec025755f31c0e18ea4ebf59743de499879ad5a56f48957bd0b311fed63bb7f9a4609c878d78b4490b933d05b555c2bb841e3aacffeaf
@@ -1,4 +1,4 @@
1
- // Neat 1.7.3
1
+ // Neat 1.7.4
2
2
  // http://neat.bourbon.io
3
3
  // Copyright 2012-2015 thoughtbot, inc.
4
4
  // MIT License
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "neat",
3
3
  "description": "A lightweight, semantic grid framework built with Bourbon",
4
- "version": "1.7.3",
4
+ "version": "1.7.4",
5
5
  "main": "app/assets/stylesheets/_neat.scss",
6
6
  "license": "MIT",
7
7
  "ignore": [
@@ -1,3 +1,4 @@
1
+ require "sass"
1
2
  require "bourbon"
2
3
  require "neat/generator"
3
4
 
@@ -1,3 +1,3 @@
1
1
  module Neat
2
- VERSION = "1.7.3"
2
+ VERSION = "1.7.4"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bourbon-neat",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "A lightweight, semantic grid framework built with Bourbon",
5
5
  "keywords": [
6
6
  "bourbon",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.3
4
+ version: 1.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Oliveira
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-02-29 00:00:00.000000000 Z
13
+ date: 2016-03-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sass