]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
update changelog for 4.1.4 and bump version v4.1.4
authorMark Hayes <mark@zurb.com>
Fri, 26 Apr 2013 23:56:46 +0000 (16:56 -0700)
committerMark Hayes <mark@zurb.com>
Fri, 26 Apr 2013 23:57:33 +0000 (16:57 -0700)
Gemfile.lock
docs/CHANGELOG.md
lib/foundation/version.rb

index af611f2832b975df177ff16d44f9c4a2876a635c..43836d386142f1463e8b6942448236f8c6e5c577 100644 (file)
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    zurb-foundation (4.1.3)
+    zurb-foundation (4.1.4)
       sass (>= 3.2.0)
 
 GEM
index c3b7e2ddbea26fc043145dd9a5b1b444ebe027bf..f5a6cc500e255d7ebe8e8bba0943a6976f62b22c 100644 (file)
@@ -1,3 +1,6 @@
+### 4.1.4- April 26, 2013
+* Fixes invalid Rails generator path
+
 ### 4.1.3- April 25, 2013
 
 * Added _variables.scss, which holds default variables and creates the settings file for the gem
index 6b6d59b3d560d8b64699e2e8a0d0b5014993d642..c2be27be015f9666628efbd1884ddd81facaa7d0 100644 (file)
@@ -1,3 +1,3 @@
 module Foundation
-  VERSION = "4.1.3"
+  VERSION = "4.1.4"
 end