neat 1.0.1 → 1.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.
data/NEWS.md CHANGED
@@ -1,3 +1,7 @@
1
+ 1.0.2 (2012-11-19)
2
+
3
+ * Fix [Issue 38](https://github.com/thoughtbot/neat/issues/38) by adding explicit require to the bourbon gem
4
+
1
5
  1.0.1 (2012-11-06)
2
6
 
3
7
  * Fix bug where the return type in the `em()` function was a string instead of a number
@@ -1,4 +1,4 @@
1
- // Bourbon Neat 0.9 beta
1
+ // Bourbon Neat 1.0.1
2
2
  // MIT Licensed
3
3
  // Copyright (c) 2011 thoughtbot, inc.
4
4
 
@@ -1,3 +1,4 @@
1
+ require "bourbon"
1
2
  require "neat/generator"
2
3
 
3
4
  module Neat
@@ -1,3 +1,3 @@
1
1
  module Neat
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
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.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-11-06 00:00:00.000000000 Z
14
+ date: 2012-11-19 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: sass