activerecord-multi-tenant 1.0.2 → 1.0.3

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.
@@ -3,6 +3,6 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "appraisal"
6
- gem "activerecord", "6.0.0.rc1"
6
+ gem "activerecord", "~> 6.0.0"
7
7
 
8
8
  gemspec path: "../"
@@ -1,68 +1,68 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- activerecord-multi-tenant (1.0.2)
4
+ activerecord-multi-tenant (1.0.3)
5
5
  rails (>= 4.2)
6
6
  request_store (>= 1.0.5)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (6.0.0.rc1)
12
- actionpack (= 6.0.0.rc1)
11
+ actioncable (6.0.0)
12
+ actionpack (= 6.0.0)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailbox (6.0.0.rc1)
16
- actionpack (= 6.0.0.rc1)
17
- activejob (= 6.0.0.rc1)
18
- activerecord (= 6.0.0.rc1)
19
- activestorage (= 6.0.0.rc1)
20
- activesupport (= 6.0.0.rc1)
15
+ actionmailbox (6.0.0)
16
+ actionpack (= 6.0.0)
17
+ activejob (= 6.0.0)
18
+ activerecord (= 6.0.0)
19
+ activestorage (= 6.0.0)
20
+ activesupport (= 6.0.0)
21
21
  mail (>= 2.7.1)
22
- actionmailer (6.0.0.rc1)
23
- actionpack (= 6.0.0.rc1)
24
- actionview (= 6.0.0.rc1)
25
- activejob (= 6.0.0.rc1)
22
+ actionmailer (6.0.0)
23
+ actionpack (= 6.0.0)
24
+ actionview (= 6.0.0)
25
+ activejob (= 6.0.0)
26
26
  mail (~> 2.5, >= 2.5.4)
27
27
  rails-dom-testing (~> 2.0)
28
- actionpack (6.0.0.rc1)
29
- actionview (= 6.0.0.rc1)
30
- activesupport (= 6.0.0.rc1)
28
+ actionpack (6.0.0)
29
+ actionview (= 6.0.0)
30
+ activesupport (= 6.0.0)
31
31
  rack (~> 2.0)
32
32
  rack-test (>= 0.6.3)
33
33
  rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
35
- actiontext (6.0.0.rc1)
36
- actionpack (= 6.0.0.rc1)
37
- activerecord (= 6.0.0.rc1)
38
- activestorage (= 6.0.0.rc1)
39
- activesupport (= 6.0.0.rc1)
34
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
+ actiontext (6.0.0)
36
+ actionpack (= 6.0.0)
37
+ activerecord (= 6.0.0)
38
+ activestorage (= 6.0.0)
39
+ activesupport (= 6.0.0)
40
40
  nokogiri (>= 1.8.5)
41
- actionview (6.0.0.rc1)
42
- activesupport (= 6.0.0.rc1)
41
+ actionview (6.0.0)
42
+ activesupport (= 6.0.0)
43
43
  builder (~> 3.1)
44
44
  erubi (~> 1.4)
45
45
  rails-dom-testing (~> 2.0)
46
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
47
- activejob (6.0.0.rc1)
48
- activesupport (= 6.0.0.rc1)
46
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
+ activejob (6.0.0)
48
+ activesupport (= 6.0.0)
49
49
  globalid (>= 0.3.6)
50
- activemodel (6.0.0.rc1)
51
- activesupport (= 6.0.0.rc1)
52
- activerecord (6.0.0.rc1)
53
- activemodel (= 6.0.0.rc1)
54
- activesupport (= 6.0.0.rc1)
55
- activestorage (6.0.0.rc1)
56
- actionpack (= 6.0.0.rc1)
57
- activejob (= 6.0.0.rc1)
58
- activerecord (= 6.0.0.rc1)
50
+ activemodel (6.0.0)
51
+ activesupport (= 6.0.0)
52
+ activerecord (6.0.0)
53
+ activemodel (= 6.0.0)
54
+ activesupport (= 6.0.0)
55
+ activestorage (6.0.0)
56
+ actionpack (= 6.0.0)
57
+ activejob (= 6.0.0)
58
+ activerecord (= 6.0.0)
59
59
  marcel (~> 0.3.1)
60
- activesupport (6.0.0.rc1)
60
+ activesupport (6.0.0)
61
61
  concurrent-ruby (~> 1.0, >= 1.0.2)
62
62
  i18n (>= 0.7, < 2)
63
63
  minitest (~> 5.1)
64
64
  tzinfo (~> 1.1)
65
- zeitwerk (~> 2.1, >= 2.1.4)
65
+ zeitwerk (~> 2.1, >= 2.1.8)
66
66
  appraisal (2.2.0)
67
67
  bundler
68
68
  rake
@@ -74,12 +74,12 @@ GEM
74
74
  connection_pool (2.2.2)
75
75
  crass (1.0.4)
76
76
  diff-lcs (1.3)
77
- erubi (1.8.0)
77
+ erubi (1.9.0)
78
78
  globalid (0.4.2)
79
79
  activesupport (>= 4.2.0)
80
- i18n (1.6.0)
80
+ i18n (1.7.0)
81
81
  concurrent-ruby (~> 1.0)
82
- loofah (2.2.3)
82
+ loofah (2.3.0)
83
83
  crass (~> 1.0.2)
84
84
  nokogiri (>= 1.5.9)
85
85
  mail (2.7.1)
@@ -90,8 +90,8 @@ GEM
90
90
  mimemagic (0.3.3)
91
91
  mini_mime (1.0.2)
92
92
  mini_portile2 (2.4.0)
93
- minitest (5.11.3)
94
- nio4r (2.5.1)
93
+ minitest (5.12.2)
94
+ nio4r (2.5.2)
95
95
  nokogiri (1.10.4)
96
96
  mini_portile2 (~> 2.4.0)
97
97
  pg (1.1.4)
@@ -106,63 +106,63 @@ GEM
106
106
  rack
107
107
  rack-test (1.1.0)
108
108
  rack (>= 1.0, < 3)
109
- rails (6.0.0.rc1)
110
- actioncable (= 6.0.0.rc1)
111
- actionmailbox (= 6.0.0.rc1)
112
- actionmailer (= 6.0.0.rc1)
113
- actionpack (= 6.0.0.rc1)
114
- actiontext (= 6.0.0.rc1)
115
- actionview (= 6.0.0.rc1)
116
- activejob (= 6.0.0.rc1)
117
- activemodel (= 6.0.0.rc1)
118
- activerecord (= 6.0.0.rc1)
119
- activestorage (= 6.0.0.rc1)
120
- activesupport (= 6.0.0.rc1)
109
+ rails (6.0.0)
110
+ actioncable (= 6.0.0)
111
+ actionmailbox (= 6.0.0)
112
+ actionmailer (= 6.0.0)
113
+ actionpack (= 6.0.0)
114
+ actiontext (= 6.0.0)
115
+ actionview (= 6.0.0)
116
+ activejob (= 6.0.0)
117
+ activemodel (= 6.0.0)
118
+ activerecord (= 6.0.0)
119
+ activestorage (= 6.0.0)
120
+ activesupport (= 6.0.0)
121
121
  bundler (>= 1.3.0)
122
- railties (= 6.0.0.rc1)
122
+ railties (= 6.0.0)
123
123
  sprockets-rails (>= 2.0.0)
124
124
  rails-dom-testing (2.0.3)
125
125
  activesupport (>= 4.2.0)
126
126
  nokogiri (>= 1.6)
127
- rails-html-sanitizer (1.2.0)
128
- loofah (~> 2.2, >= 2.2.2)
129
- railties (6.0.0.rc1)
130
- actionpack (= 6.0.0.rc1)
131
- activesupport (= 6.0.0.rc1)
127
+ rails-html-sanitizer (1.3.0)
128
+ loofah (~> 2.3)
129
+ railties (6.0.0)
130
+ actionpack (= 6.0.0)
131
+ activesupport (= 6.0.0)
132
132
  method_source
133
133
  rake (>= 0.8.7)
134
134
  thor (>= 0.20.3, < 2.0)
135
- rake (12.3.3)
136
- redis (4.1.2)
135
+ rake (13.0.0)
136
+ redis (4.1.3)
137
137
  request_store (1.4.1)
138
138
  rack (>= 1.4)
139
- rspec (3.8.0)
140
- rspec-core (~> 3.8.0)
141
- rspec-expectations (~> 3.8.0)
142
- rspec-mocks (~> 3.8.0)
143
- rspec-core (3.8.2)
144
- rspec-support (~> 3.8.0)
145
- rspec-expectations (3.8.4)
139
+ rspec (3.9.0)
140
+ rspec-core (~> 3.9.0)
141
+ rspec-expectations (~> 3.9.0)
142
+ rspec-mocks (~> 3.9.0)
143
+ rspec-core (3.9.0)
144
+ rspec-support (~> 3.9.0)
145
+ rspec-expectations (3.9.0)
146
146
  diff-lcs (>= 1.2.0, < 2.0)
147
- rspec-support (~> 3.8.0)
148
- rspec-mocks (3.8.1)
147
+ rspec-support (~> 3.9.0)
148
+ rspec-mocks (3.9.0)
149
149
  diff-lcs (>= 1.2.0, < 2.0)
150
- rspec-support (~> 3.8.0)
151
- rspec-rails (3.8.2)
150
+ rspec-support (~> 3.9.0)
151
+ rspec-rails (3.9.0)
152
152
  actionpack (>= 3.0)
153
153
  activesupport (>= 3.0)
154
154
  railties (>= 3.0)
155
- rspec-core (~> 3.8.0)
156
- rspec-expectations (~> 3.8.0)
157
- rspec-mocks (~> 3.8.0)
158
- rspec-support (~> 3.8.0)
159
- rspec-support (3.8.2)
160
- sidekiq (6.0.0)
155
+ rspec-core (~> 3.9.0)
156
+ rspec-expectations (~> 3.9.0)
157
+ rspec-mocks (~> 3.9.0)
158
+ rspec-support (~> 3.9.0)
159
+ rspec-support (3.9.0)
160
+ sidekiq (6.0.1)
161
161
  connection_pool (>= 2.2.2)
162
162
  rack (>= 2.0.0)
163
163
  rack-protection (>= 2.0.0)
164
164
  redis (>= 4.1.0)
165
- sprockets (3.7.2)
165
+ sprockets (4.0.0)
166
166
  concurrent-ruby (~> 1.0)
167
167
  rack (> 1, < 3)
168
168
  sprockets-rails (3.2.1)
@@ -176,13 +176,13 @@ GEM
176
176
  websocket-driver (0.7.1)
177
177
  websocket-extensions (>= 0.1.0)
178
178
  websocket-extensions (0.1.4)
179
- zeitwerk (2.1.10)
179
+ zeitwerk (2.2.0)
180
180
 
181
181
  PLATFORMS
182
182
  ruby
183
183
 
184
184
  DEPENDENCIES
185
- activerecord (= 6.0.0.rc1)
185
+ activerecord (~> 6.0.0)
186
186
  activerecord-multi-tenant!
187
187
  appraisal
188
188
  pg
@@ -195,4 +195,4 @@ DEPENDENCIES
195
195
  thor
196
196
 
197
197
  BUNDLED WITH
198
- 1.17.2
198
+ 1.17.3
@@ -3,6 +3,14 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "appraisal"
6
- gem "rails", "4.2.8"
6
+ gem "rails", "~> 4.2.8"
7
+ gem "i18n", "~> 0.9.5"
8
+ gem "nokogiri", "~> 1.7.1"
9
+ gem "nio4r", "~> 2.3.1"
10
+ gem "sprockets", "~> 3.7.1"
11
+ gem "byebug", "~> 9.0.6"
12
+ gem "rake", "12.0.0"
13
+ gem "redis", "3.3.3"
14
+ gem "pg", "~> 0.15"
7
15
 
8
16
  gemspec path: "../"
@@ -1,152 +1,152 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- activerecord-multi-tenant (1.0.2)
4
+ activerecord-multi-tenant (1.0.3)
5
5
  rails (>= 4.2)
6
6
  request_store (>= 1.0.5)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.2.8)
12
- actionpack (= 4.2.8)
13
- actionview (= 4.2.8)
14
- activejob (= 4.2.8)
11
+ actionmailer (4.2.11.1)
12
+ actionpack (= 4.2.11.1)
13
+ actionview (= 4.2.11.1)
14
+ activejob (= 4.2.11.1)
15
15
  mail (~> 2.5, >= 2.5.4)
16
16
  rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.8)
18
- actionview (= 4.2.8)
19
- activesupport (= 4.2.8)
17
+ actionpack (4.2.11.1)
18
+ actionview (= 4.2.11.1)
19
+ activesupport (= 4.2.11.1)
20
20
  rack (~> 1.6)
21
21
  rack-test (~> 0.6.2)
22
22
  rails-dom-testing (~> 1.0, >= 1.0.5)
23
23
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.8)
25
- activesupport (= 4.2.8)
24
+ actionview (4.2.11.1)
25
+ activesupport (= 4.2.11.1)
26
26
  builder (~> 3.1)
27
27
  erubis (~> 2.7.0)
28
28
  rails-dom-testing (~> 1.0, >= 1.0.5)
29
29
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
30
- activejob (4.2.8)
31
- activesupport (= 4.2.8)
30
+ activejob (4.2.11.1)
31
+ activesupport (= 4.2.11.1)
32
32
  globalid (>= 0.3.0)
33
- activemodel (4.2.8)
34
- activesupport (= 4.2.8)
33
+ activemodel (4.2.11.1)
34
+ activesupport (= 4.2.11.1)
35
35
  builder (~> 3.1)
36
- activerecord (4.2.8)
37
- activemodel (= 4.2.8)
38
- activesupport (= 4.2.8)
36
+ activerecord (4.2.11.1)
37
+ activemodel (= 4.2.11.1)
38
+ activesupport (= 4.2.11.1)
39
39
  arel (~> 6.0)
40
- activesupport (4.2.8)
40
+ activesupport (4.2.11.1)
41
41
  i18n (~> 0.7)
42
42
  minitest (~> 5.1)
43
43
  thread_safe (~> 0.3, >= 0.3.4)
44
44
  tzinfo (~> 1.1)
45
- appraisal (2.1.0)
45
+ appraisal (2.2.0)
46
46
  bundler
47
47
  rake
48
48
  thor (>= 0.14.0)
49
49
  arel (6.0.4)
50
50
  builder (3.2.3)
51
51
  byebug (9.0.6)
52
- coderay (1.1.1)
53
- concurrent-ruby (1.0.5)
54
- connection_pool (2.2.1)
52
+ coderay (1.1.2)
53
+ concurrent-ruby (1.1.5)
54
+ connection_pool (2.2.2)
55
+ crass (1.0.4)
55
56
  diff-lcs (1.3)
56
57
  erubis (2.7.0)
57
- globalid (0.3.7)
58
- activesupport (>= 4.1.0)
59
- i18n (0.8.1)
60
- loofah (2.0.3)
58
+ globalid (0.4.2)
59
+ activesupport (>= 4.2.0)
60
+ i18n (0.9.5)
61
+ concurrent-ruby (~> 1.0)
62
+ loofah (2.3.0)
63
+ crass (~> 1.0.2)
61
64
  nokogiri (>= 1.5.9)
62
- mail (2.6.4)
63
- mime-types (>= 1.16, < 4)
64
- method_source (0.8.2)
65
- mime-types (3.1)
66
- mime-types-data (~> 3.2015)
67
- mime-types-data (3.2016.0521)
65
+ mail (2.7.1)
66
+ mini_mime (>= 0.1.1)
67
+ method_source (0.9.2)
68
+ mini_mime (1.0.2)
68
69
  mini_portile2 (2.1.0)
69
- minitest (5.10.1)
70
- nokogiri (1.7.1)
70
+ minitest (5.12.2)
71
+ nio4r (2.3.1)
72
+ nokogiri (1.7.2)
71
73
  mini_portile2 (~> 2.1.0)
72
- pg (0.20.0)
73
- pry (0.10.4)
74
+ pg (0.21.0)
75
+ pry (0.12.2)
74
76
  coderay (~> 1.1.0)
75
- method_source (~> 0.8.1)
76
- slop (~> 3.4)
77
- pry-byebug (3.4.2)
78
- byebug (~> 9.0)
77
+ method_source (~> 0.9.0)
78
+ pry-byebug (3.4.3)
79
+ byebug (>= 9.0, < 9.1)
79
80
  pry (~> 0.10)
80
- rack (1.6.5)
81
- rack-protection (1.5.3)
81
+ rack (1.6.11)
82
+ rack-protection (2.0.7)
82
83
  rack
83
84
  rack-test (0.6.3)
84
85
  rack (>= 1.0)
85
- rails (4.2.8)
86
- actionmailer (= 4.2.8)
87
- actionpack (= 4.2.8)
88
- actionview (= 4.2.8)
89
- activejob (= 4.2.8)
90
- activemodel (= 4.2.8)
91
- activerecord (= 4.2.8)
92
- activesupport (= 4.2.8)
86
+ rails (4.2.11.1)
87
+ actionmailer (= 4.2.11.1)
88
+ actionpack (= 4.2.11.1)
89
+ actionview (= 4.2.11.1)
90
+ activejob (= 4.2.11.1)
91
+ activemodel (= 4.2.11.1)
92
+ activerecord (= 4.2.11.1)
93
+ activesupport (= 4.2.11.1)
93
94
  bundler (>= 1.3.0, < 2.0)
94
- railties (= 4.2.8)
95
+ railties (= 4.2.11.1)
95
96
  sprockets-rails
96
97
  rails-deprecated_sanitizer (1.0.3)
97
98
  activesupport (>= 4.2.0.alpha)
98
- rails-dom-testing (1.0.8)
99
- activesupport (>= 4.2.0.beta, < 5.0)
99
+ rails-dom-testing (1.0.9)
100
+ activesupport (>= 4.2.0, < 5.0)
100
101
  nokogiri (~> 1.6)
101
102
  rails-deprecated_sanitizer (>= 1.0.1)
102
- rails-html-sanitizer (1.0.3)
103
- loofah (~> 2.0)
104
- railties (4.2.8)
105
- actionpack (= 4.2.8)
106
- activesupport (= 4.2.8)
103
+ rails-html-sanitizer (1.3.0)
104
+ loofah (~> 2.3)
105
+ railties (4.2.11.1)
106
+ actionpack (= 4.2.11.1)
107
+ activesupport (= 4.2.11.1)
107
108
  rake (>= 0.8.7)
108
109
  thor (>= 0.18.1, < 2.0)
109
110
  rake (12.0.0)
110
111
  redis (3.3.3)
111
112
  request_store (1.4.1)
112
113
  rack (>= 1.4)
113
- rspec (3.5.0)
114
- rspec-core (~> 3.5.0)
115
- rspec-expectations (~> 3.5.0)
116
- rspec-mocks (~> 3.5.0)
117
- rspec-core (3.5.4)
118
- rspec-support (~> 3.5.0)
119
- rspec-expectations (3.5.0)
114
+ rspec (3.9.0)
115
+ rspec-core (~> 3.9.0)
116
+ rspec-expectations (~> 3.9.0)
117
+ rspec-mocks (~> 3.9.0)
118
+ rspec-core (3.9.0)
119
+ rspec-support (~> 3.9.0)
120
+ rspec-expectations (3.9.0)
120
121
  diff-lcs (>= 1.2.0, < 2.0)
121
- rspec-support (~> 3.5.0)
122
- rspec-mocks (3.5.0)
122
+ rspec-support (~> 3.9.0)
123
+ rspec-mocks (3.9.0)
123
124
  diff-lcs (>= 1.2.0, < 2.0)
124
- rspec-support (~> 3.5.0)
125
- rspec-rails (3.5.2)
125
+ rspec-support (~> 3.9.0)
126
+ rspec-rails (3.9.0)
126
127
  actionpack (>= 3.0)
127
128
  activesupport (>= 3.0)
128
129
  railties (>= 3.0)
129
- rspec-core (~> 3.5.0)
130
- rspec-expectations (~> 3.5.0)
131
- rspec-mocks (~> 3.5.0)
132
- rspec-support (~> 3.5.0)
133
- rspec-support (3.5.0)
134
- sidekiq (4.2.10)
130
+ rspec-core (~> 3.9.0)
131
+ rspec-expectations (~> 3.9.0)
132
+ rspec-mocks (~> 3.9.0)
133
+ rspec-support (~> 3.9.0)
134
+ rspec-support (3.9.0)
135
+ sidekiq (5.0.4)
135
136
  concurrent-ruby (~> 1.0)
136
137
  connection_pool (~> 2.2, >= 2.2.0)
137
138
  rack-protection (>= 1.5.0)
138
- redis (~> 3.2, >= 3.2.1)
139
- slop (3.6.0)
140
- sprockets (3.7.1)
139
+ redis (~> 3.3, >= 3.3.3)
140
+ sprockets (3.7.2)
141
141
  concurrent-ruby (~> 1.0)
142
142
  rack (> 1, < 3)
143
- sprockets-rails (3.2.0)
143
+ sprockets-rails (3.2.1)
144
144
  actionpack (>= 4.0)
145
145
  activesupport (>= 4.0)
146
146
  sprockets (>= 3.0.0)
147
- thor (0.19.4)
147
+ thor (0.20.3)
148
148
  thread_safe (0.3.6)
149
- tzinfo (1.2.2)
149
+ tzinfo (1.2.5)
150
150
  thread_safe (~> 0.1)
151
151
 
152
152
  PLATFORMS
@@ -155,15 +155,21 @@ PLATFORMS
155
155
  DEPENDENCIES
156
156
  activerecord-multi-tenant!
157
157
  appraisal
158
- pg
158
+ byebug (~> 9.0.6)
159
+ i18n (~> 0.9.5)
160
+ nio4r (~> 2.3.1)
161
+ nokogiri (~> 1.7.1)
162
+ pg (~> 0.15)
159
163
  pry
160
164
  pry-byebug
161
- rails (= 4.2.8)
162
- rake
165
+ rails (~> 4.2.8)
166
+ rake (= 12.0.0)
167
+ redis (= 3.3.3)
163
168
  rspec (>= 3.0)
164
169
  rspec-rails
165
170
  sidekiq
171
+ sprockets (~> 3.7.1)
166
172
  thor
167
173
 
168
174
  BUNDLED WITH
169
- 1.17.2
175
+ 1.17.3