From 4f7f536ab03888891f3869650b8206a96c503775 Mon Sep 17 00:00:00 2001 From: Igor Kasyanchuk Date: Mon, 23 Sep 2024 19:40:29 +0300 Subject: [PATCH] preparing for a new release --- CHANGES.md | 16 ++++++ Gemfile.lock | 70 +---------------------- README.md | 5 +- gemfiles/rails_6_1_3_1.gemfile.lock | 12 ++-- gemfiles/rails_7_0.gemfile.lock | 2 +- gemfiles/rails_7_1.gemfile.lock | 10 ++-- gemfiles/rails_next.gemfile.lock | 6 +- lib/active_storage_validations/version.rb | 2 +- 8 files changed, 34 insertions(+), 89 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 89d8825..dcfd051 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,21 @@ - master +- 1.2.0 + Many improvements and fixes: + - https://github.com/igorkasyanchuk/active_storage_validations/pull/236 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/237 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/238 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/240 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/245 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/248 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/251 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/250 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/247 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/252 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/253 + - https://github.com/igorkasyanchuk/active_storage_validations/pull/262 + + - 1.1.4 Many improvements and fixes: - https://github.com/igorkasyanchuk/active_storage_validations/pull/235 diff --git a/Gemfile.lock b/Gemfile.lock index 6191f6a..29edcdf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,25 +10,6 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (6.1.3.1) - actionpack (= 6.1.3.1) - activesupport (= 6.1.3.1) - nio4r (~> 2.0) - websocket-driver (>= 0.6.1) - actionmailbox (6.1.3.1) - actionpack (= 6.1.3.1) - activejob (= 6.1.3.1) - activerecord (= 6.1.3.1) - activestorage (= 6.1.3.1) - activesupport (= 6.1.3.1) - mail (>= 2.7.1) - actionmailer (6.1.3.1) - actionpack (= 6.1.3.1) - actionview (= 6.1.3.1) - activejob (= 6.1.3.1) - activesupport (= 6.1.3.1) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 2.0) actionpack (6.1.3.1) actionview (= 6.1.3.1) activesupport (= 6.1.3.1) @@ -36,12 +17,6 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.3.1) - actionpack (= 6.1.3.1) - activerecord (= 6.1.3.1) - activestorage (= 6.1.3.1) - activesupport (= 6.1.3.1) - nokogiri (>= 1.8.5) actionview (6.1.3.1) activesupport (= 6.1.3.1) builder (~> 3.1) @@ -83,7 +58,6 @@ GEM bigdecimal rexml crass (1.0.6) - date (3.3.4) docile (1.4.0) erubi (1.10.0) ffi (1.15.5) @@ -96,11 +70,6 @@ GEM loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mail (2.8.1) - mini_mime (>= 0.1.1) - net-imap - net-pop - net-smtp marcel (1.0.4) method_source (1.1.0) mini_magick (5.0.1) @@ -109,16 +78,6 @@ GEM minitest (5.25.1) minitest-focus (1.4.0) minitest (>= 4, < 6) - net-imap (0.4.16) - date - net-protocol - net-pop (0.1.2) - net-protocol - net-protocol (0.2.2) - timeout - net-smtp (0.5.0) - net-protocol - nio4r (2.7.3) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -136,21 +95,6 @@ GEM rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) - rails (6.1.3.1) - actioncable (= 6.1.3.1) - actionmailbox (= 6.1.3.1) - actionmailer (= 6.1.3.1) - actionpack (= 6.1.3.1) - actiontext (= 6.1.3.1) - actionview (= 6.1.3.1) - activejob (= 6.1.3.1) - activemodel (= 6.1.3.1) - activerecord (= 6.1.3.1) - activestorage (= 6.1.3.1) - activesupport (= 6.1.3.1) - bundler (>= 1.15.0) - railties (= 6.1.3.1) - sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) @@ -174,29 +118,18 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - sprockets (4.1.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.5.2) - actionpack (>= 6.1) - activesupport (>= 6.1) - sprockets (>= 3.0.0) sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) thor (1.3.2) - timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) webmock (3.23.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - websocket-driver (0.7.6) - websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.5) zeitwerk (2.6.18) PLATFORMS @@ -213,10 +146,9 @@ DEPENDENCIES mini_magick (>= 4.9.5) minitest-focus (~> 1.4) pry - rails (= 6.1.3.1) ruby-vips (>= 2.1.0) simplecov - sqlite3 (~> 1.7) + sqlite3 webmock (>= 3) BUNDLED WITH diff --git a/README.md b/README.md index bf72a55..799ef72 100755 --- a/README.md +++ b/README.md @@ -492,7 +492,6 @@ You are welcome to contribute. - https://github.com/vietqhoang - https://github.com/kemenaran - https://github.com/jrmhaig -- https://github.com/tagliala - https://github.com/evedovelli - https://github.com/JuanVqz - https://github.com/luiseugenio @@ -515,6 +514,10 @@ You are welcome to contribute. - https://github.com/tagliala - https://github.com/ocarreterom - https://github.com/aditya-cherukuri +- https://github.com/searls +- https://github.com/yenshirak +- https://github.com/wataori +- https://github.com/Scorpahr ## License diff --git a/gemfiles/rails_6_1_3_1.gemfile.lock b/gemfiles/rails_6_1_3_1.gemfile.lock index 2992e2d..de6cdb2 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.4) + active_storage_validations (1.2.0) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) @@ -73,22 +73,22 @@ GEM method_source (1.0.0) mini_magick (4.12.0) mini_mime (1.0.3) - mini_portile2 (2.8.5) + mini_portile2 (2.8.7) minitest (5.20.0) minitest-focus (1.4.0) minitest (>= 4, < 6) - nokogiri (1.15.5) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.5-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) public_suffix (6.0.0) - racc (1.7.3) + racc (1.8.1) rack (2.2.8) rack-test (2.1.0) rack (>= 1.3) diff --git a/gemfiles/rails_7_0.gemfile.lock b/gemfiles/rails_7_0.gemfile.lock index 0b306cc..bec7fd0 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.4) + active_storage_validations (1.2.0) 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 ad6986c..6b135aa 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.4) + active_storage_validations (1.2.0) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) @@ -87,15 +87,13 @@ GEM marcel (1.0.2) method_source (1.1.0) mini_magick (4.12.0) + mini_portile2 (2.8.7) minitest (5.20.0) minitest-focus (1.4.0) minitest (>= 4, < 6) mutex_m (0.2.0) - nokogiri (1.15.5-arm64-darwin) - racc (~> 1.4) - nokogiri (1.15.5-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.15.5) + mini_portile2 (~> 2.8.2) racc (~> 1.4) pry (0.14.2) coderay (~> 1.1) diff --git a/gemfiles/rails_next.gemfile.lock b/gemfiles/rails_next.gemfile.lock index fdf0bf3..44e046d 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.4) + active_storage_validations (1.2.0) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) @@ -157,10 +157,6 @@ GEM nokogiri (1.15.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.2-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.2-x86_64-linux) - racc (~> 1.4) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) diff --git a/lib/active_storage_validations/version.rb b/lib/active_storage_validations/version.rb index 92dfee3..896429f 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.4' + VERSION = '1.2.0' end