critical-path-css-rails 4.1.0 → 4.1.1

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,4 +1,4 @@
1
1
  ---
2
2
  SHA512:
3
- metadata.gz: 3b314244082b593416ad54d45ba0025379d680013485f51380e608549a1252e7d3bc133ffbfeeb93ff357cf6798b543b8f5c76fa01d79956290d32a740629a2c
4
- data.tar.gz: 53532cebb28ccee872b6fe6b06cbff62e751755af99e7545771b620deb8e69cbb5eaf1d3793e1899a7e7fc2756e940baedb5b058160be190027ca59afe71e97b
3
+ metadata.gz: 6724d23a60f1fd59cf7a87ea72e9d46d0dd99732fe690aec838ab21c3210d206f27df9507046f0bb7b5050d2bee0ce12f983cb4205adba11ded23af8092e41b7
4
+ data.tar.gz: f59d265ecfa653b3a3b050a527e8716761db42aacb962ec3e05a31a40824f6a82d51678d447077ad0185f96bde32022f9a71968a7bfb8183fb73b2ed83776591
@@ -26,7 +26,7 @@ module CriticalPathCss
26
26
  end
27
27
 
28
28
  def path_for_route(route)
29
- css_paths[routes.index(route)] || css_paths.first
29
+ css_paths[routes.index(route).to_i]
30
30
  end
31
31
  end
32
32
  end
@@ -1,5 +1,5 @@
1
1
  module CriticalPathCSS
2
2
  module Rails
3
- VERSION = '4.1.0'.freeze
3
+ VERSION = '4.1.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: critical-path-css-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Misshore
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-29 00:00:00.000000000 Z
11
+ date: 2020-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: combustion
@@ -92,7 +92,7 @@ homepage: https://rubygems.org/gems/critical-path-css-rails
92
92
  licenses:
93
93
  - MIT
94
94
  metadata: {}
95
- post_install_message:
95
+ post_install_message:
96
96
  rdoc_options: []
97
97
  require_paths:
98
98
  - lib
@@ -107,9 +107,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubyforge_project:
110
+ rubyforge_project:
111
111
  rubygems_version: 2.6.14
112
- signing_key:
112
+ signing_key:
113
113
  specification_version: 4
114
114
  summary: Critical Path CSS for Rails!
115
115
  test_files: []