turbo-train 0.1.0 → 0.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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1db16cbea5116c55a425b04976822475bb2347ff9eccc5270eeb3cf60e66d43d
4
- data.tar.gz: 2cafe0f540db91c5a2339a582c719e7c3e235e8485f33da615eae03fb75a364b
3
+ metadata.gz: 033a0817bbb8ada60d3658f9fbc5edfc34cf96a4da5f4db2d968ca07efa5b3f4
4
+ data.tar.gz: c232fd0c8f51fe97e473db23ef9180e629f4aca46bdddbb085f33d561701f3cc
5
5
  SHA512:
6
- metadata.gz: 91f8066e0b7800d743df8c9f261809aa3b539fd38ee4871b0376292cf5594a780a7e2cefadc9b2e98513c0b01a197838f4d9106491f2b7b67296cef4970a96e0
7
- data.tar.gz: 89a1263cc59d70c0b194827a629e8279b9359a46aed4a337a9ba881bfbd0fdedbf587e5cf1a54c012f32d3a6356b0a45b2ebfe6cb36169d005619b598b766c16
6
+ metadata.gz: 770537fbb431a7a735cb49a7af09b3cb9d0470e5c48189068650456e13efcbd5dc3b486e68036f30cb5cfcbb1b8ea1d58d84e01be25b8dcb3180e27c89907dba
7
+ data.tar.gz: c41705c378a6425c581f16d925b3e1ee649d745f64899965c7cbcf0942fc6ba464ed0437ac539b628246f8507844514eb42b054875dbe5dde57489712e4789ae
@@ -4,6 +4,15 @@ module Turbo
4
4
  module Train
5
5
  class Engine < ::Rails::Engine
6
6
  isolate_namespace Turbo::Train
7
+ config.autoload_once_paths = %W(
8
+ #{root}/app/channels
9
+ #{root}/app/controllers
10
+ #{root}/app/controllers/concerns
11
+ #{root}/app/helpers
12
+ #{root}/app/models
13
+ #{root}/app/models/concerns
14
+ #{root}/app/jobs
15
+ )
7
16
 
8
17
  PRECOMPILE_ASSETS = %w( turbo-train.js turbo-train.min.js )
9
18
 
@@ -1,5 +1,5 @@
1
1
  module Turbo
2
2
  module Train
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo-train
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Savrov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-12-14 00:00:00.000000000 Z
12
+ date: 2022-12-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails