Skip to content

Commit 0a5396c

Browse files
release 1.3.0 (#274)
* release 1.3.0
1 parent b07a36e commit 0a5396c

11 files changed

+57
-17
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
- master
22

3+
- 1.3.0
4+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/256
5+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/268
6+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/267
7+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/263
8+
39
- 1.2.0
410
Many improvements and fixes:
511
- https://github.com/igorkasyanchuk/active_storage_validations/pull/236

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ gemspec
1818
# gem 'rails', '6.1.4'
1919
# gem 'sqlite3', '~> 1.7'
2020

21+
gem 'nokogiri', '~> 1.16.7'
22+
2123
group :development, :test do
2224
# To use a debugger:
2325
# gem 'byebug'

gemfiles/rails_6_1_4.gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ source 'https://rubygems.org'
33
%w[activejob activemodel activestorage activesupport].each { |rails_subcomponent| gem rails_subcomponent, '~> 6.1.4' }
44

55
gemspec :path => '../'
6+
7+
gem 'nokogiri', '~> 1.16.7'

gemfiles/rails_6_1_4.gemfile.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.2.0)
4+
active_storage_validations (1.3.0)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)
@@ -90,7 +90,7 @@ GEM
9090
coderay (~> 1.1)
9191
method_source (~> 1.0)
9292
public_suffix (6.0.1)
93-
racc (1.8.0)
93+
racc (1.8.1)
9494
rack (2.2.9)
9595
rack-test (2.1.0)
9696
rack (>= 1.3)
@@ -134,6 +134,7 @@ GEM
134134
PLATFORMS
135135
arm64-darwin
136136
ruby
137+
x86_64-darwin
137138
x86_64-darwin-19
138139
x86_64-linux
139140

@@ -147,6 +148,7 @@ DEPENDENCIES
147148
marcel (>= 1.0.3)
148149
mini_magick (>= 4.9.5)
149150
minitest-focus (~> 1.4)
151+
nokogiri (~> 1.16.7)
150152
pry
151153
ruby-vips (>= 2.1.0)
152154
simplecov

gemfiles/rails_7_0.gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ source 'https://rubygems.org'
33
%w[activejob activemodel activestorage activesupport].each { |rails_subcomponent| gem rails_subcomponent, '~> 7.0.0' }
44

55
gemspec :path => '../'
6+
7+
gem 'nokogiri', '~> 1.16.7'

gemfiles/rails_7_0.gemfile.lock

+18-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.2.0)
4+
active_storage_validations (1.3.0)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)
@@ -72,18 +72,24 @@ GEM
7272
method_source (1.0.0)
7373
mini_magick (4.11.0)
7474
mini_mime (1.1.2)
75-
mini_portile2 (2.8.0)
75+
mini_portile2 (2.8.7)
7676
minitest (5.16.3)
7777
minitest-focus (1.4.0)
7878
minitest (>= 4, < 6)
79-
nokogiri (1.13.8)
80-
mini_portile2 (~> 2.8.0)
79+
nokogiri (1.16.7)
80+
mini_portile2 (~> 2.8.2)
81+
racc (~> 1.4)
82+
nokogiri (1.16.7-arm64-darwin)
83+
racc (~> 1.4)
84+
nokogiri (1.16.7-x86_64-darwin)
85+
racc (~> 1.4)
86+
nokogiri (1.16.7-x86_64-linux)
8187
racc (~> 1.4)
8288
pry (0.14.2)
8389
coderay (~> 1.1)
8490
method_source (~> 1.0)
8591
public_suffix (6.0.0)
86-
racc (1.6.0)
92+
racc (1.8.1)
8793
rack (2.2.3)
8894
rack-test (1.1.0)
8995
rack (>= 1.0, < 3)
@@ -111,6 +117,9 @@ GEM
111117
simplecov_json_formatter (0.1.4)
112118
sqlite3 (1.7.3)
113119
mini_portile2 (~> 2.8.0)
120+
sqlite3 (1.7.3-arm64-darwin)
121+
sqlite3 (1.7.3-x86_64-darwin)
122+
sqlite3 (1.7.3-x86_64-linux)
114123
thor (1.2.1)
115124
tzinfo (2.0.5)
116125
concurrent-ruby (~> 1.0)
@@ -121,7 +130,10 @@ GEM
121130
zeitwerk (2.5.4)
122131

123132
PLATFORMS
133+
arm64-darwin
124134
ruby
135+
x86_64-darwin
136+
x86_64-linux
125137

126138
DEPENDENCIES
127139
active_storage_validations!
@@ -133,6 +145,7 @@ DEPENDENCIES
133145
marcel (>= 1.0.3)
134146
mini_magick (>= 4.9.5)
135147
minitest-focus (~> 1.4)
148+
nokogiri (~> 1.16.7)
136149
pry
137150
ruby-vips (>= 2.1.0)
138151
simplecov

gemfiles/rails_7_1.gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ source 'https://rubygems.org'
33
%w[activejob activemodel activestorage activesupport].each { |rails_subcomponent| gem rails_subcomponent, '~> 7.1.0' }
44

55
gemspec :path => '../'
6+
7+
gem 'nokogiri', '~> 1.16.7'

gemfiles/rails_7_1.gemfile.lock

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.2.0)
4+
active_storage_validations (1.3.0)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)
@@ -91,11 +91,11 @@ GEM
9191
minitest-focus (1.4.0)
9292
minitest (>= 4, < 6)
9393
mutex_m (0.2.0)
94-
nokogiri (1.15.5-arm64-darwin)
94+
nokogiri (1.16.7-arm64-darwin)
9595
racc (~> 1.4)
96-
nokogiri (1.15.5-x86_64-darwin)
96+
nokogiri (1.16.7-x86_64-darwin)
9797
racc (~> 1.4)
98-
nokogiri (1.15.5-x86_64-linux)
98+
nokogiri (1.16.7-x86_64-linux)
9999
racc (~> 1.4)
100100
pry (0.14.2)
101101
coderay (~> 1.1)
@@ -158,7 +158,9 @@ GEM
158158
zeitwerk (2.6.12)
159159

160160
PLATFORMS
161+
arm64-darwin
161162
arm64-darwin-22
163+
x86_64-darwin
162164
x86_64-darwin-21
163165
x86_64-linux
164166

@@ -172,6 +174,7 @@ DEPENDENCIES
172174
marcel (>= 1.0.3)
173175
mini_magick (>= 4.9.5)
174176
minitest-focus (~> 1.4)
177+
nokogiri (~> 1.16.7)
175178
pry
176179
ruby-vips (>= 2.1.0)
177180
simplecov

gemfiles/rails_next.gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ source 'https://rubygems.org'
33
gem 'rails', git: 'https://github.com/rails/rails'
44

55
gemspec :path => '../'
6+
7+
gem 'nokogiri', '~> 1.16.7'

gemfiles/rails_next.gemfile.lock

+11-5
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GIT
9292
PATH
9393
remote: ..
9494
specs:
95-
active_storage_validations (1.2.0)
95+
active_storage_validations (1.3.0)
9696
activejob (>= 6.1.4)
9797
activemodel (>= 6.1.4)
9898
activestorage (>= 6.1.4)
@@ -154,18 +154,20 @@ GEM
154154
net-protocol
155155
timeout
156156
nio4r (2.5.8)
157-
nokogiri (1.15.2)
157+
nokogiri (1.16.7)
158158
mini_portile2 (~> 2.8.2)
159159
racc (~> 1.4)
160-
nokogiri (1.15.2-x86_64-darwin)
160+
nokogiri (1.16.7-arm64-darwin)
161161
racc (~> 1.4)
162-
nokogiri (1.15.2-x86_64-linux)
162+
nokogiri (1.16.7-x86_64-darwin)
163+
racc (~> 1.4)
164+
nokogiri (1.16.7-x86_64-linux)
163165
racc (~> 1.4)
164166
pry (0.14.2)
165167
coderay (~> 1.1)
166168
method_source (~> 1.0)
167169
public_suffix (6.0.0)
168-
racc (1.7.0)
170+
racc (1.8.1)
169171
rack (2.2.3)
170172
rack-test (1.1.0)
171173
rack (>= 1.0, < 3)
@@ -186,6 +188,7 @@ GEM
186188
simplecov_json_formatter (0.1.4)
187189
sqlite3 (1.7.3)
188190
mini_portile2 (~> 2.8.0)
191+
sqlite3 (1.7.3-arm64-darwin)
189192
sqlite3 (1.7.3-x86_64-darwin)
190193
sqlite3 (1.7.3-x86_64-linux)
191194
strscan (3.0.1)
@@ -203,7 +206,9 @@ GEM
203206
zeitwerk (2.5.4)
204207

205208
PLATFORMS
209+
arm64-darwin
206210
ruby
211+
x86_64-darwin
207212
x86_64-darwin-20
208213
x86_64-linux
209214

@@ -213,6 +218,7 @@ DEPENDENCIES
213218
marcel (>= 1.0.3)
214219
mini_magick (>= 4.9.5)
215220
minitest-focus (~> 1.4)
221+
nokogiri (~> 1.16.7)
216222
pry
217223
rails!
218224
ruby-vips (>= 2.1.0)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveStorageValidations
4-
VERSION = '1.2.0'
4+
VERSION = '1.3.0'
55
end

0 commit comments

Comments
 (0)