rails_layout 1.0.39 → 1.0.40

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: 6a96958911c46a063fd698272ec3b794549513a6
4
- data.tar.gz: b06acb85673c2ccc1faef12a6a1954448e5260c3
3
+ metadata.gz: 3da64b3da6de145da36a4d6a8314ae2b9943b797
4
+ data.tar.gz: f327327af97e917ce4f69bb206cfeef1cced00f0
5
5
  SHA512:
6
- metadata.gz: 74ca4ad55fffa1010a83d2a804e1f9a03b5b4201caad068f468fe57b689eba46335589be1914c800cb5daeba059cf5942f6158419f87a337d1f0c50758dbad2f
7
- data.tar.gz: 36458a4acc980300266461b2b16d020a890caab80761dc1a41a4bbcb24880f08c2ebaa1f83a33c4a029251b31c7a107bc9ade68851c66a04d75ecf9e1e1b9ac2
6
+ metadata.gz: f5b36a1bad999cc093f03a9f56f1f4ed4f6d761edd76c844b46957c2c0dbe501caf888499b4255a75070b7ea650536b59b9a783e0936d4ec1541f2b9b387b3a7
7
+ data.tar.gz: 0f264f73f9a8deedacbb839628ffe7e0d96ac571712cb7ad764c92ba98b4cfa1efb006ed44af4afb6e69f575b694d95567df3b4e33958736a1a2a5595b0d9f4c
@@ -1,5 +1,9 @@
1
1
  h1. CHANGELOG
2
2
 
3
+ h3. 1.0.40 May 10, 2017
4
+
5
+ * match precisely Rails 5.0 to use 'jquery_ujs'
6
+
3
7
  h3. 1.0.39 May 10, 2017
4
8
 
5
9
  * Rails 5.1 uses 'rails-ujs' but earlier versions need 'jquery_ujs'
@@ -7,7 +11,6 @@ h3. 1.0.39 May 10, 2017
7
11
  h3. 1.0.38 May 10, 2017
8
12
 
9
13
  * jQuery is required for Bootstrap or Foundation
10
- * Rails 5.1 uses 'rails-ujs' but earlier versions need 'jquery_ujs'
11
14
 
12
15
  h3. 1.0.37 May 7, 2017
13
16
 
@@ -63,7 +63,7 @@ module Layout
63
63
  if Rails::VERSION::MAJOR == 4
64
64
  gsub_file 'app/assets/javascripts/application.js', /\/\/= require rails-ujs/, '//= require jquery_ujs'
65
65
  end
66
- if Rails::VERSION::MAJOR == 5 && Rails::VERSION::MINOR >= 0
66
+ if Rails::VERSION::MAJOR == 5 && Rails::VERSION::MINOR == 0
67
67
  gsub_file 'app/assets/javascripts/application.js', /\/\/= require rails-ujs/, '//= require jquery_ujs'
68
68
  end
69
69
  end
@@ -1,3 +1,3 @@
1
1
  module RailsLayout
2
- VERSION = "1.0.39"
2
+ VERSION = "1.0.40"
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.39
4
+ version: 1.0.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe