Skip to content

Commit 3333395

Browse files
committed
Version bump
1 parent a2f4e24 commit 3333395

File tree

8 files changed

+147
-102
lines changed

8 files changed

+147
-102
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased
22
----------
33

4+
0.6.0
5+
-----
6+
7+
* Add `ActsAsTenant.with_mutable_tenant` for allowing tenants to be changed within a block #230
8+
49
0.5.3
510
-----
611

gemfiles/rails_5.gemfile.lock

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
acts_as_tenant (0.5.3)
4+
acts_as_tenant (0.6.0)
55
rails (>= 5.2)
66
request_store (>= 1.0.5)
77

@@ -60,41 +60,47 @@ GEM
6060
concurrent-ruby (1.1.10)
6161
connection_pool (2.3.0)
6262
crass (1.0.6)
63+
date (3.3.2)
6364
diff-lcs (1.5.0)
6465
erubi (1.11.0)
6566
globalid (1.0.0)
6667
activesupport (>= 5.0)
6768
i18n (1.12.0)
6869
concurrent-ruby (~> 1.0)
69-
json (2.6.2)
70-
loofah (2.19.0)
70+
json (2.6.3)
71+
language_server-protocol (3.17.0.2)
72+
loofah (2.19.1)
7173
crass (~> 1.0.2)
7274
nokogiri (>= 1.5.9)
73-
mail (2.7.1)
75+
mail (2.8.0)
7476
mini_mime (>= 0.1.1)
77+
net-imap
78+
net-pop
79+
net-smtp
7580
marcel (1.0.2)
7681
method_source (1.0.0)
7782
mini_mime (1.1.2)
7883
minitest (5.16.3)
79-
net-imap (0.3.1)
84+
net-imap (0.3.2)
85+
date
8086
net-protocol
8187
net-pop (0.1.2)
8288
net-protocol
83-
net-protocol (0.1.3)
89+
net-protocol (0.2.1)
8490
timeout
8591
net-smtp (0.3.3)
8692
net-protocol
8793
nio4r (2.5.8)
88-
nokogiri (1.13.9-arm64-darwin)
94+
nokogiri (1.13.10-arm64-darwin)
8995
racc (~> 1.4)
90-
nokogiri (1.13.9-x86_64-darwin)
96+
nokogiri (1.13.10-x86_64-darwin)
9197
racc (~> 1.4)
92-
nokogiri (1.13.9-x86_64-linux)
98+
nokogiri (1.13.10-x86_64-linux)
9399
racc (~> 1.4)
94100
parallel (1.22.1)
95101
parser (3.1.3.0)
96102
ast (~> 2.4.1)
97-
racc (1.6.0)
103+
racc (1.6.1)
98104
rack (2.2.4)
99105
rack-test (2.0.2)
100106
rack (>= 1.3)
@@ -114,8 +120,8 @@ GEM
114120
rails-dom-testing (2.0.3)
115121
activesupport (>= 4.2.0)
116122
nokogiri (>= 1.6)
117-
rails-html-sanitizer (1.4.3)
118-
loofah (~> 2.3)
123+
rails-html-sanitizer (1.4.4)
124+
loofah (~> 2.19, >= 2.19.1)
119125
railties (5.2.8.1)
120126
actionpack (= 5.2.8.1)
121127
activesupport (= 5.2.8.1)
@@ -135,10 +141,10 @@ GEM
135141
rspec-mocks (~> 3.12.0)
136142
rspec-core (3.12.0)
137143
rspec-support (~> 3.12.0)
138-
rspec-expectations (3.12.0)
144+
rspec-expectations (3.12.1)
139145
diff-lcs (>= 1.2.0, < 2.0)
140146
rspec-support (~> 3.12.0)
141-
rspec-mocks (3.12.0)
147+
rspec-mocks (3.12.1)
142148
diff-lcs (>= 1.2.0, < 2.0)
143149
rspec-support (~> 3.12.0)
144150
rspec-rails (5.1.2)
@@ -180,12 +186,13 @@ GEM
180186
sqlite3 (1.5.4-arm64-darwin)
181187
sqlite3 (1.5.4-x86_64-darwin)
182188
sqlite3 (1.5.4-x86_64-linux)
183-
standard (1.18.1)
189+
standard (1.19.1)
190+
language_server-protocol (~> 3.17.0.2)
184191
rubocop (= 1.39.0)
185192
rubocop-performance (= 1.15.1)
186193
thor (1.2.1)
187194
thread_safe (0.3.6)
188-
timeout (0.3.0)
195+
timeout (0.3.1)
189196
tzinfo (1.2.10)
190197
thread_safe (~> 0.1)
191198
unicode-display_width (2.3.0)

gemfiles/rails_6.gemfile.lock

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
acts_as_tenant (0.5.3)
4+
acts_as_tenant (0.6.0)
55
rails (>= 5.2)
66
request_store (>= 1.0.5)
77

@@ -77,41 +77,47 @@ GEM
7777
concurrent-ruby (1.1.10)
7878
connection_pool (2.3.0)
7979
crass (1.0.6)
80+
date (3.3.2)
8081
diff-lcs (1.5.0)
8182
erubi (1.11.0)
8283
globalid (1.0.0)
8384
activesupport (>= 5.0)
8485
i18n (1.12.0)
8586
concurrent-ruby (~> 1.0)
86-
json (2.6.2)
87-
loofah (2.19.0)
87+
json (2.6.3)
88+
language_server-protocol (3.17.0.2)
89+
loofah (2.19.1)
8890
crass (~> 1.0.2)
8991
nokogiri (>= 1.5.9)
90-
mail (2.7.1)
92+
mail (2.8.0)
9193
mini_mime (>= 0.1.1)
94+
net-imap
95+
net-pop
96+
net-smtp
9297
marcel (1.0.2)
9398
method_source (1.0.0)
9499
mini_mime (1.1.2)
95100
minitest (5.16.3)
96-
net-imap (0.3.1)
101+
net-imap (0.3.2)
102+
date
97103
net-protocol
98104
net-pop (0.1.2)
99105
net-protocol
100-
net-protocol (0.1.3)
106+
net-protocol (0.2.1)
101107
timeout
102108
net-smtp (0.3.3)
103109
net-protocol
104110
nio4r (2.5.8)
105-
nokogiri (1.13.9-arm64-darwin)
111+
nokogiri (1.13.10-arm64-darwin)
106112
racc (~> 1.4)
107-
nokogiri (1.13.9-x86_64-darwin)
113+
nokogiri (1.13.10-x86_64-darwin)
108114
racc (~> 1.4)
109-
nokogiri (1.13.9-x86_64-linux)
115+
nokogiri (1.13.10-x86_64-linux)
110116
racc (~> 1.4)
111117
parallel (1.22.1)
112118
parser (3.1.3.0)
113119
ast (~> 2.4.1)
114-
racc (1.6.0)
120+
racc (1.6.1)
115121
rack (2.2.4)
116122
rack-test (2.0.2)
117123
rack (>= 1.3)
@@ -133,8 +139,8 @@ GEM
133139
rails-dom-testing (2.0.3)
134140
activesupport (>= 4.2.0)
135141
nokogiri (>= 1.6)
136-
rails-html-sanitizer (1.4.3)
137-
loofah (~> 2.3)
142+
rails-html-sanitizer (1.4.4)
143+
loofah (~> 2.19, >= 2.19.1)
138144
railties (6.1.7)
139145
actionpack (= 6.1.7)
140146
activesupport (= 6.1.7)
@@ -154,10 +160,10 @@ GEM
154160
rspec-mocks (~> 3.12.0)
155161
rspec-core (3.12.0)
156162
rspec-support (~> 3.12.0)
157-
rspec-expectations (3.12.0)
163+
rspec-expectations (3.12.1)
158164
diff-lcs (>= 1.2.0, < 2.0)
159165
rspec-support (~> 3.12.0)
160-
rspec-mocks (3.12.0)
166+
rspec-mocks (3.12.1)
161167
diff-lcs (>= 1.2.0, < 2.0)
162168
rspec-support (~> 3.12.0)
163169
rspec-rails (6.0.1)
@@ -199,11 +205,12 @@ GEM
199205
sqlite3 (1.5.4-arm64-darwin)
200206
sqlite3 (1.5.4-x86_64-darwin)
201207
sqlite3 (1.5.4-x86_64-linux)
202-
standard (1.18.1)
208+
standard (1.19.1)
209+
language_server-protocol (~> 3.17.0.2)
203210
rubocop (= 1.39.0)
204211
rubocop-performance (= 1.15.1)
205212
thor (1.2.1)
206-
timeout (0.3.0)
213+
timeout (0.3.1)
207214
tzinfo (2.0.5)
208215
concurrent-ruby (~> 1.0)
209216
unicode-display_width (2.3.0)

gemfiles/rails_6_1.gemfile.lock

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
acts_as_tenant (0.5.3)
4+
acts_as_tenant (0.6.0)
55
rails (>= 5.2)
66
request_store (>= 1.0.5)
77

@@ -77,41 +77,47 @@ GEM
7777
concurrent-ruby (1.1.10)
7878
connection_pool (2.3.0)
7979
crass (1.0.6)
80+
date (3.3.2)
8081
diff-lcs (1.5.0)
8182
erubi (1.11.0)
8283
globalid (1.0.0)
8384
activesupport (>= 5.0)
8485
i18n (1.12.0)
8586
concurrent-ruby (~> 1.0)
86-
json (2.6.2)
87-
loofah (2.19.0)
87+
json (2.6.3)
88+
language_server-protocol (3.17.0.2)
89+
loofah (2.19.1)
8890
crass (~> 1.0.2)
8991
nokogiri (>= 1.5.9)
90-
mail (2.7.1)
92+
mail (2.8.0)
9193
mini_mime (>= 0.1.1)
94+
net-imap
95+
net-pop
96+
net-smtp
9297
marcel (1.0.2)
9398
method_source (1.0.0)
9499
mini_mime (1.1.2)
95100
minitest (5.16.3)
96-
net-imap (0.3.1)
101+
net-imap (0.3.2)
102+
date
97103
net-protocol
98104
net-pop (0.1.2)
99105
net-protocol
100-
net-protocol (0.1.3)
106+
net-protocol (0.2.1)
101107
timeout
102108
net-smtp (0.3.3)
103109
net-protocol
104110
nio4r (2.5.8)
105-
nokogiri (1.13.9-arm64-darwin)
111+
nokogiri (1.13.10-arm64-darwin)
106112
racc (~> 1.4)
107-
nokogiri (1.13.9-x86_64-darwin)
113+
nokogiri (1.13.10-x86_64-darwin)
108114
racc (~> 1.4)
109-
nokogiri (1.13.9-x86_64-linux)
115+
nokogiri (1.13.10-x86_64-linux)
110116
racc (~> 1.4)
111117
parallel (1.22.1)
112118
parser (3.1.3.0)
113119
ast (~> 2.4.1)
114-
racc (1.6.0)
120+
racc (1.6.1)
115121
rack (2.2.4)
116122
rack-test (2.0.2)
117123
rack (>= 1.3)
@@ -133,8 +139,8 @@ GEM
133139
rails-dom-testing (2.0.3)
134140
activesupport (>= 4.2.0)
135141
nokogiri (>= 1.6)
136-
rails-html-sanitizer (1.4.3)
137-
loofah (~> 2.3)
142+
rails-html-sanitizer (1.4.4)
143+
loofah (~> 2.19, >= 2.19.1)
138144
railties (6.1.7)
139145
actionpack (= 6.1.7)
140146
activesupport (= 6.1.7)
@@ -154,10 +160,10 @@ GEM
154160
rspec-mocks (~> 3.12.0)
155161
rspec-core (3.12.0)
156162
rspec-support (~> 3.12.0)
157-
rspec-expectations (3.12.0)
163+
rspec-expectations (3.12.1)
158164
diff-lcs (>= 1.2.0, < 2.0)
159165
rspec-support (~> 3.12.0)
160-
rspec-mocks (3.12.0)
166+
rspec-mocks (3.12.1)
161167
diff-lcs (>= 1.2.0, < 2.0)
162168
rspec-support (~> 3.12.0)
163169
rspec-rails (6.0.1)
@@ -199,11 +205,12 @@ GEM
199205
sqlite3 (1.5.4-arm64-darwin)
200206
sqlite3 (1.5.4-x86_64-darwin)
201207
sqlite3 (1.5.4-x86_64-linux)
202-
standard (1.18.1)
208+
standard (1.19.1)
209+
language_server-protocol (~> 3.17.0.2)
203210
rubocop (= 1.39.0)
204211
rubocop-performance (= 1.15.1)
205212
thor (1.2.1)
206-
timeout (0.3.0)
213+
timeout (0.3.1)
207214
tzinfo (2.0.5)
208215
concurrent-ruby (~> 1.0)
209216
unicode-display_width (2.3.0)

0 commit comments

Comments
 (0)