rails_layout 1.0.37 → 1.0.38

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: 8ae1165bd1761cc4e5a93e5b76a38b4c5a669322
4
- data.tar.gz: a0da74708c92a48110df38b130e8fd008549d8a0
3
+ metadata.gz: a503bd933977d505c2b651c7b6eaf1eb20af47e8
4
+ data.tar.gz: 9b9867f682481b95d98b7b6fba52e76dc4fabccf
5
5
  SHA512:
6
- metadata.gz: bdae512324bbcfe5c995ee5455ff2d9b10e92d4b860e271d53e0ad8a2ec220d885a3de1187ed4edf08b87156940377a7bbcac0647ae798c3a0a3673d71589a74
7
- data.tar.gz: 52cc81eaa0318b4c4601f357cbc7ab09660471844b07d6b8c591560ea36c67ac22a503a98bb888d42afa6586071e0b4e3503b0b3cb23092a58caa75c921db5b3
6
+ metadata.gz: ef0c03943925c1fa38895457e2ab4802bbb85ab83cdaa90163d51f63c0215d7218e086ebf07f5351d4beebb6eaff5133bb7218ec54615fa3074d828e8af8fcd2
7
+ data.tar.gz: 8b837922684116bd286ac9ce5ba0cf6c9bcbc92fceb76b5a1df7ea84f568d2bc10fb15dca162f714f61ccaccf38b4ad91a7fa0b8d7d6003b3d54aac8aab88c79
data/CHANGELOG.textile CHANGED
@@ -1,5 +1,9 @@
1
1
  h1. CHANGELOG
2
2
 
3
+ h3. 1.0.38 May 10, 2017
4
+
5
+ * jQuery is required for Bootstrap or Foundation
6
+
3
7
  h3. 1.0.37 May 7, 2017
4
8
 
5
9
  * correct typo
@@ -10,6 +10,7 @@
10
10
  // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
11
  // about supported directives.
12
12
  //
13
+ //= require jquery
13
14
  //= require rails-ujs
14
15
  //= require turbolinks
15
16
  //= require bootstrap-sprockets
@@ -10,6 +10,7 @@
10
10
  // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
11
  // about supported directives.
12
12
  //
13
+ //= require jquery
13
14
  //= require rails-ujs
14
15
  //= require turbolinks
15
16
  //= require foundation
@@ -10,6 +10,7 @@
10
10
  // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
11
  // about supported directives.
12
12
  //
13
+ //= require jquery
13
14
  //= require rails-ujs
14
15
  //= require turbolinks
15
16
  //= require foundation
@@ -1,3 +1,3 @@
1
1
  module RailsLayout
2
- VERSION = "1.0.37"
2
+ VERSION = "1.0.38"
3
3
  end
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.37
4
+ version: 1.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-07 00:00:00.000000000 Z
11
+ date: 2017-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler