ZURB-foundation 2.1.5.1 → 2.1.5.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.5.1.gem`
21
+ * `sudo gem install ZURB-foundation-2.1.5.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.5.1"
7
- DATE = "2012-01-26"
6
+ VERSION = "2.1.5.2"
7
+ DATE = "2012-01-27"
8
8
 
9
9
  end
@@ -1,13 +1,13 @@
1
1
  // Shared
2
- @import ZURB/shared
2
+ @import zurb/shared
3
3
 
4
4
  // Foundation parts
5
- @import ZURB/globals
6
- @import ZURB/typography
7
- @import ZURB/grid
8
- @import ZURB/buttons
9
- @import ZURB/ui
10
- @import ZURB/forms
11
- @import ZURB/orbit
12
- @import ZURB/reveal
13
- @import ZURB/mobile
5
+ @import zurb/globals
6
+ @import zurb/typography
7
+ @import zurb/grid
8
+ @import zurb/buttons
9
+ @import zurb/ui
10
+ @import zurb/forms
11
+ @import zurb/orbit
12
+ @import zurb/reveal
13
+ @import zurb/mobile
File without changes
File without changes
File without changes
File without changes
@@ -348,5 +348,5 @@ table
348
348
  //----------------------------------------------------------------------------------------------------
349
349
 
350
350
  @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px)
351
- .video
351
+ .flex-video
352
352
  padding-top: 0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,13 +1,8 @@
1
- // ZURB Foundation
2
- //-----------------------------------------
3
-
4
- // ZURB Foundation settings
5
-
6
- // $grid-max-width: 980px
7
- // $grid-min-width: 800px
8
-
9
1
  // ZURB Foundation settings
2
+ // Uncomment and adjust things in this file to create your own settings.
3
+ @import settings
10
4
 
5
+ // Importing Foundation
11
6
  @import ZURB-foundation
12
7
 
13
8
  // Project Styles
@@ -1,4 +1,4 @@
1
- @import ZURB/shared
1
+ @import zurb/shared
2
2
 
3
3
  // IE styles
4
4
  //----------------------------------------------
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.5.1
4
+ version: 2.1.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-26 00:00:00.000000000Z
12
+ date: 2012-01-27 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70208926888460 !ruby/object:Gem::Requirement
16
+ requirement: &70152156998300 !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: *70208926888460
24
+ version_requirements: *70152156998300
25
25
  description: ZURB Foundation ported over to work with the power of Compass.
26
26
  email: foundation@zurb.com
27
27
  executables: []
@@ -31,19 +31,19 @@ files:
31
31
  - README.mkdn
32
32
  - lib/ZURB-foundation.rb
33
33
  - stylesheets/_ZURB-foundation.sass
34
- - stylesheets/ZURB/_buttons.sass
35
- - stylesheets/ZURB/_forms.sass
36
- - stylesheets/ZURB/_globals.sass
37
- - stylesheets/ZURB/_grid.sass
38
- - stylesheets/ZURB/_mobile.sass
39
- - stylesheets/ZURB/_orbit.sass
40
- - stylesheets/ZURB/_reveal.sass
41
- - stylesheets/ZURB/_shared.sass
42
- - stylesheets/ZURB/_typography.sass
43
- - stylesheets/ZURB/_ui.sass
44
- - stylesheets/ZURB/shared/_colors.sass
45
- - stylesheets/ZURB/shared/_mixins.sass
46
- - stylesheets/ZURB/shared/_settings.sass
34
+ - stylesheets/zurb/_buttons.sass
35
+ - stylesheets/zurb/_forms.sass
36
+ - stylesheets/zurb/_globals.sass
37
+ - stylesheets/zurb/_grid.sass
38
+ - stylesheets/zurb/_mobile.sass
39
+ - stylesheets/zurb/_orbit.sass
40
+ - stylesheets/zurb/_reveal.sass
41
+ - stylesheets/zurb/_shared.sass
42
+ - stylesheets/zurb/_typography.sass
43
+ - stylesheets/zurb/_ui.sass
44
+ - stylesheets/zurb/shared/_colors.sass
45
+ - stylesheets/zurb/shared/_mixins.sass
46
+ - stylesheets/zurb/shared/_settings.sass
47
47
  - templates/project/humans.txt
48
48
  - templates/project/images/misc/button-gloss.png
49
49
  - templates/project/images/misc/button-overlay.png