]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
updated rails installation instructions v3.0.1
authorMark Hayes <mark@zurb.com>
Tue, 3 Jul 2012 00:44:07 +0000 (17:44 -0700)
committerMark Hayes <mark@zurb.com>
Tue, 3 Jul 2012 00:44:07 +0000 (17:44 -0700)
Gemfile.lock
lib/foundation/version.rb
marketing/docs/gem-install.php

index 8b48da1dc63d2fd73c3c64e8173ad49a4f142572..5a9565b2c051a7098099f1479917dccc037cd481 100644 (file)
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    zurb-foundation (3.0.1.rc1)
+    zurb-foundation (3.0.1)
       compass (>= 0.12.2)
       rake
       sass (>= 3.2.0.alpha244)
index 8acbd6750283606ebd7245ea10d57c0424d5ea6d..b0a06698695fe64cd27b839e5e79353d1345e3c5 100644 (file)
@@ -1,3 +1,3 @@
 module Foundation
-  VERSION = "3.0.1.rc1"
+  VERSION = "3.0.1"
 end
index 8eaf450232965e1795fcb2e9a51c5164ba96c8ef..d6da7a26959b5909d3ffa9c2316f826ce7d8985e 100644 (file)
               
               <p>If you see that don't panic, just run <strong>bundle update sass</strong> and you should be on your merry way!</p>
               
+              <h5>Notes on SASS alpha dependency</h5>
+              <p>Foundation is currently utilizing some of the new media query features available in SASS 3.2, such as those mentioned in <a href="http://thesassway.com/intermediate/responsive-web-design-in-sass-using-media-queries-in-sass-32" rel="nofollow">this article.</a>  From what we've seen so far this is a stable enough release on which to build Foundation, especially since 3.2 is due to be released soon.</p>
+              
               <a name="configuration"></a>
               <h4>Configuration</h4>