Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkasyanchuk committed Oct 19, 2022
1 parent 7fce7c5 commit f986bb7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
- master
- add ProcessableImageValidator

- 1.0.1
- add ProcessableImageValidator https://github.com/igorkasyanchuk/active_storage_validations/pull/168
- fix slowness https://github.com/igorkasyanchuk/active_storage_validations/pull/169

- 1.0.0
- allow Procs as an input for validation options https://github.com/igorkasyanchuk/active_storage_validations/pull/135/files
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ You are welcome to contribute.
= https://github.com/gr8bit
= https://github.com/codegeek319
= https://github.com/clwy-cn
= https://github.com/kukicola
= https://github.com/sobrinho

## License

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_validations (1.0.0)
active_storage_validations (1.0.1)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_validations (1.0.0)
active_storage_validations (1.0.1)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_validations (1.0.0)
active_storage_validations (1.0.1)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_next.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GIT
PATH
remote: ..
specs:
active_storage_validations (1.0.0)
active_storage_validations (1.0.1)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_storage_validations/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveStorageValidations
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit f986bb7

Please sign in to comment.