rails_layout 1.0.34 → 1.0.35
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 +4 -4
- data/CHANGELOG.textile +4 -0
- data/lib/generators/layout/install/templates/application.js +6 -6
- data/lib/generators/layout/install/templates/bootstrap-application.js +6 -6
- data/lib/generators/layout/install/templates/foundation4-application.js +6 -6
- data/lib/generators/layout/install/templates/foundation5-application.js +6 -6
- data/lib/rails_layout/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5629d3a1aa2b71eb05b2ce18303b5c518bf8d5a
|
|
4
|
+
data.tar.gz: 4b8f073446873e4cb34aabc16a019cb8a1c0b3f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29ee7a645799af1eba67ce8a0f5183eaff544736ae89fb9d465c16da9caec6aff4a8eec9cff111296c8c43bca0e318bf02e433ba4a164e4fe3bc415d433b6359
|
|
7
|
+
data.tar.gz: ca02238b75a9e143cec68cd90c0ec9f185ab9cafd530cbbafd350cfddd707381bb400eb2b3b8b158ef8af0bfe462a065d0832a78876bcc0e74367bc08c3ce7c8
|
data/CHANGELOG.textile
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
|
2
2
|
// listed below.
|
|
3
3
|
//
|
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts,
|
|
5
|
-
//
|
|
4
|
+
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, or any plugin's
|
|
5
|
+
// vendor/assets/javascripts directory can be referenced here using a relative path.
|
|
6
6
|
//
|
|
7
7
|
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
8
|
-
// compiled file.
|
|
8
|
+
// compiled file. JavaScript code in this file should be added after the last require_* statement.
|
|
9
9
|
//
|
|
10
|
-
// Read Sprockets README (https://github.com/
|
|
10
|
+
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
|
11
11
|
// about supported directives.
|
|
12
12
|
//
|
|
13
|
-
|
|
14
|
-
//= require
|
|
13
|
+
|
|
14
|
+
//= require rails-ujs
|
|
15
15
|
//= require turbolinks
|
|
16
16
|
//= require_tree .
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
|
2
2
|
// listed below.
|
|
3
3
|
//
|
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts,
|
|
5
|
-
//
|
|
4
|
+
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, or any plugin's
|
|
5
|
+
// vendor/assets/javascripts directory can be referenced here using a relative path.
|
|
6
6
|
//
|
|
7
7
|
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
8
|
-
// compiled file.
|
|
8
|
+
// compiled file. JavaScript code in this file should be added after the last require_* statement.
|
|
9
9
|
//
|
|
10
|
-
// Read Sprockets README (https://github.com/
|
|
10
|
+
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
|
11
11
|
// about supported directives.
|
|
12
12
|
//
|
|
13
|
-
|
|
14
|
-
//= require
|
|
13
|
+
|
|
14
|
+
//= require rails-ujs
|
|
15
15
|
//= require turbolinks
|
|
16
16
|
//= require bootstrap-sprockets
|
|
17
17
|
//= require_tree .
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
|
2
2
|
// listed below.
|
|
3
3
|
//
|
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts,
|
|
5
|
-
//
|
|
4
|
+
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, or any plugin's
|
|
5
|
+
// vendor/assets/javascripts directory can be referenced here using a relative path.
|
|
6
6
|
//
|
|
7
7
|
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
8
|
-
// compiled file.
|
|
8
|
+
// compiled file. JavaScript code in this file should be added after the last require_* statement.
|
|
9
9
|
//
|
|
10
|
-
// Read Sprockets README (https://github.com/
|
|
10
|
+
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
|
11
11
|
// about supported directives.
|
|
12
12
|
//
|
|
13
|
-
|
|
14
|
-
//= require
|
|
13
|
+
|
|
14
|
+
//= require rails-ujs
|
|
15
15
|
//= require turbolinks
|
|
16
16
|
//= require foundation
|
|
17
17
|
//= require_tree .
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
|
2
2
|
// listed below.
|
|
3
3
|
//
|
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts,
|
|
5
|
-
//
|
|
4
|
+
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, or any plugin's
|
|
5
|
+
// vendor/assets/javascripts directory can be referenced here using a relative path.
|
|
6
6
|
//
|
|
7
7
|
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
8
|
-
// compiled file.
|
|
8
|
+
// compiled file. JavaScript code in this file should be added after the last require_* statement.
|
|
9
9
|
//
|
|
10
|
-
// Read Sprockets README (https://github.com/
|
|
10
|
+
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
|
11
11
|
// about supported directives.
|
|
12
12
|
//
|
|
13
|
-
|
|
14
|
-
//= require
|
|
13
|
+
|
|
14
|
+
//= require rails-ujs
|
|
15
15
|
//= require turbolinks
|
|
16
16
|
//= require foundation
|
|
17
17
|
//= require_tree .
|
data/lib/rails_layout/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_layout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.35
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Kehoe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|