Skip to content

Commit

Permalink
release 1.3.0 (#274)
Browse files Browse the repository at this point in the history
* release 1.3.0
  • Loading branch information
igorkasyanchuk authored Oct 20, 2024
1 parent b07a36e commit 0a5396c
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
- master

- 1.3.0
- https://github.com/igorkasyanchuk/active_storage_validations/pull/256
- https://github.com/igorkasyanchuk/active_storage_validations/pull/268
- https://github.com/igorkasyanchuk/active_storage_validations/pull/267
- https://github.com/igorkasyanchuk/active_storage_validations/pull/263

- 1.2.0
Many improvements and fixes:
- https://github.com/igorkasyanchuk/active_storage_validations/pull/236
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ gemspec
# gem 'rails', '6.1.4'
# gem 'sqlite3', '~> 1.7'

gem 'nokogiri', '~> 1.16.7'

group :development, :test do
# To use a debugger:
# gem 'byebug'
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_6_1_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ source 'https://rubygems.org'
%w[activejob activemodel activestorage activesupport].each { |rails_subcomponent| gem rails_subcomponent, '~> 6.1.4' }

gemspec :path => '../'

gem 'nokogiri', '~> 1.16.7'
6 changes: 4 additions & 2 deletions gemfiles/rails_6_1_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_validations (1.2.0)
active_storage_validations (1.3.0)
activejob (>= 6.1.4)
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
Expand Down Expand Up @@ -90,7 +90,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (6.0.1)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -134,6 +134,7 @@ GEM
PLATFORMS
arm64-darwin
ruby
x86_64-darwin
x86_64-darwin-19
x86_64-linux

Expand All @@ -147,6 +148,7 @@ DEPENDENCIES
marcel (>= 1.0.3)
mini_magick (>= 4.9.5)
minitest-focus (~> 1.4)
nokogiri (~> 1.16.7)
pry
ruby-vips (>= 2.1.0)
simplecov
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ source 'https://rubygems.org'
%w[activejob activemodel activestorage activesupport].each { |rails_subcomponent| gem rails_subcomponent, '~> 7.0.0' }

gemspec :path => '../'

gem 'nokogiri', '~> 1.16.7'
23 changes: 18 additions & 5 deletions 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.2.0)
active_storage_validations (1.3.0)
activejob (>= 6.1.4)
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
Expand Down Expand Up @@ -72,18 +72,24 @@ GEM
method_source (1.0.0)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.7)
minitest (5.16.3)
minitest-focus (1.4.0)
minitest (>= 4, < 6)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
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.6.0)
racc (1.8.1)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -111,6 +117,9 @@ GEM
simplecov_json_formatter (0.1.4)
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.2.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
Expand All @@ -121,7 +130,10 @@ GEM
zeitwerk (2.5.4)

PLATFORMS
arm64-darwin
ruby
x86_64-darwin
x86_64-linux

DEPENDENCIES
active_storage_validations!
Expand All @@ -133,6 +145,7 @@ DEPENDENCIES
marcel (>= 1.0.3)
mini_magick (>= 4.9.5)
minitest-focus (~> 1.4)
nokogiri (~> 1.16.7)
pry
ruby-vips (>= 2.1.0)
simplecov
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ source 'https://rubygems.org'
%w[activejob activemodel activestorage activesupport].each { |rails_subcomponent| gem rails_subcomponent, '~> 7.1.0' }

gemspec :path => '../'

gem 'nokogiri', '~> 1.16.7'
11 changes: 7 additions & 4 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_storage_validations (1.2.0)
active_storage_validations (1.3.0)
activejob (>= 6.1.4)
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
Expand Down Expand Up @@ -91,11 +91,11 @@ GEM
minitest-focus (1.4.0)
minitest (>= 4, < 6)
mutex_m (0.2.0)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
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)
Expand Down Expand Up @@ -158,7 +158,9 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin
arm64-darwin-22
x86_64-darwin
x86_64-darwin-21
x86_64-linux

Expand All @@ -172,6 +174,7 @@ DEPENDENCIES
marcel (>= 1.0.3)
mini_magick (>= 4.9.5)
minitest-focus (~> 1.4)
nokogiri (~> 1.16.7)
pry
ruby-vips (>= 2.1.0)
simplecov
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_next.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ source 'https://rubygems.org'
gem 'rails', git: 'https://github.com/rails/rails'

gemspec :path => '../'

gem 'nokogiri', '~> 1.16.7'
16 changes: 11 additions & 5 deletions 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.2.0)
active_storage_validations (1.3.0)
activejob (>= 6.1.4)
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
Expand Down Expand Up @@ -154,18 +154,20 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.15.2)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
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.0)
racc (1.8.1)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -186,6 +188,7 @@ GEM
simplecov_json_formatter (0.1.4)
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)
strscan (3.0.1)
Expand All @@ -203,7 +206,9 @@ GEM
zeitwerk (2.5.4)

PLATFORMS
arm64-darwin
ruby
x86_64-darwin
x86_64-darwin-20
x86_64-linux

Expand All @@ -213,6 +218,7 @@ DEPENDENCIES
marcel (>= 1.0.3)
mini_magick (>= 4.9.5)
minitest-focus (~> 1.4)
nokogiri (~> 1.16.7)
pry
rails!
ruby-vips (>= 2.1.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.2.0'
VERSION = '1.3.0'
end

0 comments on commit 0a5396c

Please sign in to comment.