Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Sep 9, 2021
1 parent 9ed9dd5 commit 1e73f66
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased
----------

0.5.1
-----

* Use `klass` from Rails association instead of our own custom lookup - @bramjetten

0.5.0
-----

Expand Down
6 changes: 1 addition & 5 deletions gemfiles/rails_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
acts_as_tenant (0.5.0)
acts_as_tenant (0.5.1)
rails (>= 5.2)
request_store (>= 1.0.5)

Expand Down Expand Up @@ -80,10 +80,6 @@ GEM
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.4-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
Expand Down
6 changes: 1 addition & 5 deletions gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
acts_as_tenant (0.5.0)
acts_as_tenant (0.5.1)
rails (>= 5.2)
request_store (>= 1.0.5)

Expand Down Expand Up @@ -97,10 +97,6 @@ GEM
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.4-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
Expand Down
6 changes: 1 addition & 5 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
acts_as_tenant (0.5.0)
acts_as_tenant (0.5.1)
rails (>= 5.2)
request_store (>= 1.0.5)

Expand Down Expand Up @@ -97,10 +97,6 @@ GEM
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.4-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
Expand Down
6 changes: 1 addition & 5 deletions gemfiles/rails_master.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (0.5.0)
acts_as_tenant (0.5.1)
rails (>= 5.2)
request_store (>= 1.0.5)

Expand Down Expand Up @@ -124,10 +124,6 @@ GEM
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.4-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_tenant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActsAsTenant
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit 1e73f66

Please sign in to comment.