combustion 1.3.6 → 1.3.7
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/lib/combustion.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f1711b9227a3380ca45ec3ef61bad5c51d4c4b1a9cec64ac3ae625053e7d0b2
|
|
4
|
+
data.tar.gz: 4f32ad94b89241916ce2b1d7beeacbb90989f91c51c05f9ba60fb4baaf0ace11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37fadb5aff4c5c40321bed3dc1f86a62b5fa1aed07e0355c6ace3bc5e86b153ae447622b6f2edf20ac91849a67add27b49ae9d7a13783f9d383499f193efed59
|
|
7
|
+
data.tar.gz: 0ad2471f15f830383ef469c093701818c08d151958ee5e51b92ec4615c1d775d9ee198baf92c8e92ec772ff8cc019dca603378311c3cc081c08d790c279325da
|
data/lib/combustion.rb
CHANGED
|
@@ -32,7 +32,7 @@ module Combustion
|
|
|
32
32
|
keys = MODULES.keys
|
|
33
33
|
rails_gate = VersionGate.new("rails")
|
|
34
34
|
|
|
35
|
-
keys.delete(:sprockets) unless rails_gate.call(">= 3.1", "
|
|
35
|
+
keys.delete(:sprockets) unless rails_gate.call(">= 3.1", "< 7.0")
|
|
36
36
|
keys.delete(:active_job) unless rails_gate.call(">= 4.2")
|
|
37
37
|
keys.delete(:action_cable) unless rails_gate.call(">= 5.0")
|
|
38
38
|
keys.delete(:active_storage) unless rails_gate.call(">= 5.2")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: combustion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pat Allan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|