rails_layout 1.0.35 → 1.0.36
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.textile +4 -0
- data/lib/generators/layout/install/templates/application.css.scss +5 -5
- data/lib/generators/layout/install/templates/application.js +0 -1
- data/lib/generators/layout/install/templates/bootstrap-application.js +1 -2
- data/lib/generators/layout/install/templates/foundation4-application.js +0 -1
- data/lib/generators/layout/install/templates/foundation5-application.js +0 -1
- data/lib/rails_layout/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e6ae30024e6a502ff35ef7e462be4964d0ed374
|
4
|
+
data.tar.gz: a0da3c987ce40abe083325153e3e38cf2255ac49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 930db49acedc5f4bdaff436857c7f27571fc9c88a1f9cae889881b4e79ddb78ca6657e0f51070ae91c8923fe57158ba952bc78c6a50f2de393a2d47f5abfaea8
|
7
|
+
data.tar.gz: ae6206c78a2a0a87220d8a4c9e28b5d8bc75e50762d1ab02d025252a7ddf1220267bfb846c830c6dda979afeae353bd04e984c62c636fbe963fc62ad62d72cce
|
data/CHANGELOG.textile
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
3
|
* listed below.
|
4
4
|
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets,
|
6
|
-
*
|
5
|
+
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
|
6
|
+
* vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
7
|
*
|
8
8
|
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any
|
10
|
-
*
|
11
|
-
* file per style scope.
|
9
|
+
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
10
|
+
* files in this directory. Styles in this file should be added after the last require_* statement.
|
11
|
+
* It is generally better to create a new file per style scope.
|
12
12
|
*
|
13
13
|
*= require_tree .
|
14
14
|
*= require_self
|
data/lib/rails_layout/version.rb
CHANGED