ZURB-foundation 2.2.1.2 → 2.2.1.3

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.2.gem`
21
+ * `sudo gem install ZURB-foundation-2.2.1.3.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.2"
7
- DATE = "2012-06-02"
6
+ VERSION = "2.2.1.3"
7
+ DATE = "2012-06-03"
8
8
 
9
9
  end
@@ -12,7 +12,7 @@ javascript 'javascripts/modernizr.foundation.js', :to => 'modernizr.foundation.j
12
12
  javascript 'javascripts/jquery.customforms.js', :to => 'jquery.customforms.js'
13
13
  javascript 'javascripts/jquery.reveal.js', :to => 'jquery.reveal.js'
14
14
  javascript 'javascripts/jquery.orbit-1.4.0.js', :to => 'jquery.orbit-1.4.0.js'
15
- javascript 'javascripts/jquery.tooltips.js', :to => 'jquery.tooltips.min.js'
15
+ javascript 'javascripts/jquery.tooltips.js', :to => 'jquery.tooltips.js'
16
16
  javascript 'javascripts/jquery.placeholder.min.js', :to => 'jquery.placeholder.min.js'
17
17
  javascript 'javascripts/app.js', :to => 'app.js'
18
18
 
@@ -50,4 +50,4 @@ welcome_message %Q{
50
50
 
51
51
  w00t! You're using ZURB Foundation, now go forth and rock 'n roll!
52
52
 
53
- }
53
+ }
@@ -8,7 +8,7 @@
8
8
  // Compass experimental support setttings
9
9
  //----------------------------------------------------------
10
10
 
11
- // $experimental-support-for-khtml: false
11
+ // $experimental-support-for-khtml: false
12
12
  // $experimental-support-for-microsoft: false
13
13
 
14
14
  // Font stacks
@@ -23,7 +23,7 @@
23
23
  // $body-font-family: $helvetica-font-stack
24
24
  // $body-background: #fff
25
25
  // $body-line-height: 18px
26
- // $body-color: #555
26
+ // $body-color: #555
27
27
 
28
28
  // Grid settings
29
29
  //----------------------------------------------------------
@@ -45,4 +45,4 @@
45
45
 
46
46
  // Default Color
47
47
  //----------------------------------------------------------
48
- // $default-color: $blue
48
+ // $default-color: #00a6fc
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.2
4
+ version: 2.2.1.3
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-06-02 00:00:00.000000000 Z
12
+ date: 2012-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70282317444820 !ruby/object:Gem::Requirement
16
+ requirement: &70266090046400 !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: *70282317444820
24
+ version_requirements: *70266090046400
25
25
  description: ZURB Foundation ported over to work with the power of Compass.
26
26
  email: foundation@zurb.com
27
27
  executables: []