multi-tenant-support 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c792631833418076829ebda4d70e3afc8f8cace4ad8d67cf1814baa12608f2da
|
4
|
+
data.tar.gz: 1bb336b87152c6aa5db6a031a3e20d4f31797466349369eed65b21dcf92bcf6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac0f483fe52107b3fe6d0f39f6ac07e2e4a02a73df26cd07c3316eadd1622ead9393d1011bee86c06de979beda97284123fad3f60923e594ad4fea8f47a754c3
|
7
|
+
data.tar.gz: b68c575b92ed7c324925ae325a0fe04459131aaf0ddbaaa220f6ef38c1f0623f704233864c21b54e8d80bca522db8a257f8c16e553a5e530a269bc0bbd7d856f
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: multi-tenant-support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hopper Gee
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -40,7 +40,7 @@ files:
|
|
40
40
|
- lib/generators/multi_tenant_support/templates/migration.rb.tt
|
41
41
|
- lib/generators/override/active_record/migration/templates/create_table_migration.rb.tt
|
42
42
|
- lib/generators/override/active_record/model/model.rb.tt
|
43
|
-
- lib/
|
43
|
+
- lib/multi-tenant-support.rb
|
44
44
|
- lib/multi_tenant_support/active_job.rb
|
45
45
|
- lib/multi_tenant_support/concern/controller_concern.rb
|
46
46
|
- lib/multi_tenant_support/concern/model_concern.rb
|