Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Feb 15, 2021
1 parent e9e2b12 commit 9004d8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.8.0

* Fix usage of `:in` when defined with a `:default` option that is not a hash, to apply the default when param is not given.
* Fix usage of `:in` incorrectly calling scopes when receiving a blank param value without `allow_blank` set.
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
PATH
remote: .
specs:
has_scope (0.7.2)
has_scope (0.8.0)
actionpack (>= 5.2)
activesupport (>= 5.2)

GEM
remote: https://rubygems.org/
specs:
actionpack (6.1.1)
actionview (= 6.1.1)
activesupport (= 6.1.1)
actionpack (6.1.2.1)
actionview (= 6.1.2.1)
activesupport (= 6.1.2.1)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.1)
activesupport (= 6.1.1)
actionview (6.1.2.1)
activesupport (= 6.1.2.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.1.1)
activesupport (6.1.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -31,7 +31,7 @@ GEM
concurrent-ruby (1.1.8)
crass (1.0.6)
erubi (1.10.0)
i18n (1.8.7)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
loofah (2.9.0)
crass (~> 1.0.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/has_scope/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HasScope
VERSION = "0.7.2"
VERSION = "0.8.0"
end

0 comments on commit 9004d8d

Please sign in to comment.