ZURB-foundation 2.1.3.1 → 2.1.3.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/README.mkdn CHANGED
@@ -18,7 +18,7 @@ In Terminal:
18
18
  * `git clone git://github.com/zurb/foundation-sass.git`
19
19
  * `cd foundation-sass`
20
20
  * `sudo gem build ZURB-foundation.gemspec`
21
- * `sudo gem install ZURB-foundation-2.1.3.1.gem`
21
+ * `sudo gem install ZURB-foundation-2.1.3.2.gem`
22
22
 
23
23
  To create your first project
24
24
  ----------------------------
@@ -3,7 +3,7 @@ Compass::Frameworks.register("ZURB-foundation", :path => File.join(File.dirname(
3
3
 
4
4
  module ZURBfoundation
5
5
 
6
- VERSION = "2.1.3.1"
6
+ VERSION = "2.1.3.2"
7
7
  DATE = "2011-12-21"
8
8
 
9
9
  end
@@ -177,7 +177,7 @@ dl.tabs
177
177
  width: auto
178
178
  height: 29px
179
179
  padding: 0 9px
180
- line-height: 30
180
+ line-height: 30px
181
181
  border: solid 1px #ddd
182
182
  margin: 0 -1px 0 0
183
183
  color: #555
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ZURB-foundation
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3.1
4
+ version: 2.1.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-21 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70280835914140 !ruby/object:Gem::Requirement
16
+ requirement: &70148459484660 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.11.5
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70280835914140
24
+ version_requirements: *70148459484660
25
25
  description: ZURB Foundation ported over to work with the power of Compass.
26
26
  email: foundation@zurb.com
27
27
  executables: []