ZURB-foundation 2.2.1.3 → 2.2.1.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.
@@ -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.2.1.3.gem`
21
+ * `sudo gem install ZURB-foundation-2.2.1.4.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.2.1.3"
6
+ VERSION = "2.2.1.4"
7
7
  DATE = "2012-06-03"
8
8
 
9
9
  end
@@ -5,25 +5,25 @@
5
5
  @import ZURB-foundation
6
6
 
7
7
  // Import Each Specific Piece for SCSS
8
- // @import "zurb/buttons";
9
- // @import "zurb/forms";
8
+ // @import "zurb/shared";
10
9
  // @import "zurb/globals";
11
10
  // @import "zurb/grid";
12
- // @import "zurb/mobile";
13
- // @import "zurb/orbit";
14
- // @import "zurb/reveal";
15
11
  // @import "zurb/typography";
12
+ // @import "zurb/buttons";
16
13
  // @import "zurb/ui";
17
- // @import "zurb/shared";
14
+ // @import "zurb/forms";
15
+ // @import "zurb/orbit";
16
+ // @import "zurb/reveal";
17
+ // @import "zurb/mobile";
18
18
 
19
19
  // Import Each Specific Piece for SASS
20
- // @import zurb/buttons
21
- // @import zurb/forms
20
+ // @import zurb/shared
22
21
  // @import zurb/globals
23
22
  // @import zurb/grid
24
- // @import zurb/mobile
25
- // @import zurb/orbit
26
- // @import zurb/reveal
27
23
  // @import zurb/typography
24
+ // @import zurb/buttons
28
25
  // @import zurb/ui
29
- // @import zurb/shared
26
+ // @import zurb/forms
27
+ // @import zurb/orbit
28
+ // @import zurb/reveal
29
+ // @import zurb/mobile
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.2.1.3
4
+ version: 2.2.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70266090046400 !ruby/object:Gem::Requirement
16
+ requirement: &70148061558740 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.12.1
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70266090046400
24
+ version_requirements: *70148061558740
25
25
  description: ZURB Foundation ported over to work with the power of Compass.
26
26
  email: foundation@zurb.com
27
27
  executables: []