rails_layout 1.0.35 → 1.0.36

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5629d3a1aa2b71eb05b2ce18303b5c518bf8d5a
4
- data.tar.gz: 4b8f073446873e4cb34aabc16a019cb8a1c0b3f8
3
+ metadata.gz: 4e6ae30024e6a502ff35ef7e462be4964d0ed374
4
+ data.tar.gz: a0da3c987ce40abe083325153e3e38cf2255ac49
5
5
  SHA512:
6
- metadata.gz: 29ee7a645799af1eba67ce8a0f5183eaff544736ae89fb9d465c16da9caec6aff4a8eec9cff111296c8c43bca0e318bf02e433ba4a164e4fe3bc415d433b6359
7
- data.tar.gz: ca02238b75a9e143cec68cd90c0ec9f185ab9cafd530cbbafd350cfddd707381bb400eb2b3b8b158ef8af0bfe462a065d0832a78876bcc0e74367bc08c3ce7c8
6
+ metadata.gz: 930db49acedc5f4bdaff436857c7f27571fc9c88a1f9cae889881b4e79ddb78ca6657e0f51070ae91c8923fe57158ba952bc78c6a50f2de393a2d47f5abfaea8
7
+ data.tar.gz: ae6206c78a2a0a87220d8a4c9e28b5d8bc75e50762d1ab02d025252a7ddf1220267bfb846c830c6dda979afeae353bd04e984c62c636fbe963fc62ad62d72cce
@@ -1,5 +1,9 @@
1
1
  h1. CHANGELOG
2
2
 
3
+ h3. 1.0.36 May 7, 2017
4
+
5
+ * update application.css.scss for Rails 5.1
6
+
3
7
  h3. 1.0.35 May 7, 2017
4
8
 
5
9
  * update application.js for Rails 5.1
@@ -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, vendor/assets/stylesheets,
6
- * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
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 styles
10
- * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
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
@@ -10,7 +10,6 @@
10
10
  // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
11
  // about supported directives.
12
12
  //
13
-
14
13
  //= require rails-ujs
15
14
  //= require turbolinks
16
15
  //= require_tree .
@@ -9,8 +9,7 @@
9
9
  //
10
10
  // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
11
  // about supported directives.
12
- //
13
-
12
+ //F
14
13
  //= require rails-ujs
15
14
  //= require turbolinks
16
15
  //= require bootstrap-sprockets
@@ -10,7 +10,6 @@
10
10
  // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
11
  // about supported directives.
12
12
  //
13
-
14
13
  //= require rails-ujs
15
14
  //= require turbolinks
16
15
  //= require foundation
@@ -10,7 +10,6 @@
10
10
  // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
11
  // about supported directives.
12
12
  //
13
-
14
13
  //= require rails-ujs
15
14
  //= require turbolinks
16
15
  //= require foundation
@@ -1,3 +1,3 @@
1
1
  module RailsLayout
2
- VERSION = "1.0.35"
2
+ VERSION = "1.0.36"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.35
4
+ version: 1.0.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe