From 19648df4926cde152a20856e7371c730e6f09878 Mon Sep 17 00:00:00 2001 From: Igor Kasyanchuk Date: Mon, 25 Dec 2023 11:10:21 +0200 Subject: [PATCH] new release --- CHANGES.md | 15 ++++++++++++++- Gemfile.lock | 2 +- gemfiles/rails_6_1_3_1.gemfile.lock | 2 +- gemfiles/rails_7_0.gemfile.lock | 2 +- gemfiles/rails_7_1.gemfile.lock | 2 +- gemfiles/rails_next.gemfile.lock | 2 +- lib/active_storage_validations/version.rb | 2 +- 7 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ed08d5f..be901f4 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ - master - .... + +- 1.1.4 + Many improvements and fixes: + - https://github.com/igorkasyanchuk/active_storage_validations/pull/235 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/233 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/232 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/229 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/228 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/226 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/161 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/153 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/221 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/220 + - 1.1.3 - https://github.com/igorkasyanchuk/active_storage_validations/pull/217/files diff --git a/Gemfile.lock b/Gemfile.lock index d303d0a..76eec10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_storage_validations (1.1.3) + active_storage_validations (1.1.4) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) diff --git a/gemfiles/rails_6_1_3_1.gemfile.lock b/gemfiles/rails_6_1_3_1.gemfile.lock index d207e78..4c95a66 100644 --- a/gemfiles/rails_6_1_3_1.gemfile.lock +++ b/gemfiles/rails_6_1_3_1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_validations (1.1.3) + active_storage_validations (1.1.4) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) diff --git a/gemfiles/rails_7_0.gemfile.lock b/gemfiles/rails_7_0.gemfile.lock index a4154c4..0e9d666 100644 --- a/gemfiles/rails_7_0.gemfile.lock +++ b/gemfiles/rails_7_0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_validations (1.1.3) + active_storage_validations (1.1.4) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) diff --git a/gemfiles/rails_7_1.gemfile.lock b/gemfiles/rails_7_1.gemfile.lock index a363062..dbd9d2d 100644 --- a/gemfiles/rails_7_1.gemfile.lock +++ b/gemfiles/rails_7_1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_storage_validations (1.1.3) + active_storage_validations (1.1.4) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) diff --git a/gemfiles/rails_next.gemfile.lock b/gemfiles/rails_next.gemfile.lock index 92b3500..3585169 100755 --- a/gemfiles/rails_next.gemfile.lock +++ b/gemfiles/rails_next.gemfile.lock @@ -92,7 +92,7 @@ GIT PATH remote: .. specs: - active_storage_validations (1.1.3) + active_storage_validations (1.1.4) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) diff --git a/lib/active_storage_validations/version.rb b/lib/active_storage_validations/version.rb index 2bf4f6b..92dfee3 100755 --- a/lib/active_storage_validations/version.rb +++ b/lib/active_storage_validations/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ActiveStorageValidations - VERSION = '1.1.3' + VERSION = '1.1.4' end