Skip to content

Commit 4f7f536

Browse files
preparing for a new release
1 parent 3729a2f commit 4f7f536

8 files changed

+34
-89
lines changed

CHANGES.md

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

3+
- 1.2.0
4+
Many improvements and fixes:
5+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/236
6+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/237
7+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/238
8+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/240
9+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/245
10+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/248
11+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/251
12+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/250
13+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/247
14+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/252
15+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/253
16+
- https://github.com/igorkasyanchuk/active_storage_validations/pull/262
17+
18+
319
- 1.1.4
420
Many improvements and fixes:
521
- https://github.com/igorkasyanchuk/active_storage_validations/pull/235

Gemfile.lock

+1-69
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,13 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (6.1.3.1)
14-
actionpack (= 6.1.3.1)
15-
activesupport (= 6.1.3.1)
16-
nio4r (~> 2.0)
17-
websocket-driver (>= 0.6.1)
18-
actionmailbox (6.1.3.1)
19-
actionpack (= 6.1.3.1)
20-
activejob (= 6.1.3.1)
21-
activerecord (= 6.1.3.1)
22-
activestorage (= 6.1.3.1)
23-
activesupport (= 6.1.3.1)
24-
mail (>= 2.7.1)
25-
actionmailer (6.1.3.1)
26-
actionpack (= 6.1.3.1)
27-
actionview (= 6.1.3.1)
28-
activejob (= 6.1.3.1)
29-
activesupport (= 6.1.3.1)
30-
mail (~> 2.5, >= 2.5.4)
31-
rails-dom-testing (~> 2.0)
3213
actionpack (6.1.3.1)
3314
actionview (= 6.1.3.1)
3415
activesupport (= 6.1.3.1)
3516
rack (~> 2.0, >= 2.0.9)
3617
rack-test (>= 0.6.3)
3718
rails-dom-testing (~> 2.0)
3819
rails-html-sanitizer (~> 1.0, >= 1.2.0)
39-
actiontext (6.1.3.1)
40-
actionpack (= 6.1.3.1)
41-
activerecord (= 6.1.3.1)
42-
activestorage (= 6.1.3.1)
43-
activesupport (= 6.1.3.1)
44-
nokogiri (>= 1.8.5)
4520
actionview (6.1.3.1)
4621
activesupport (= 6.1.3.1)
4722
builder (~> 3.1)
@@ -83,7 +58,6 @@ GEM
8358
bigdecimal
8459
rexml
8560
crass (1.0.6)
86-
date (3.3.4)
8761
docile (1.4.0)
8862
erubi (1.10.0)
8963
ffi (1.15.5)
@@ -96,11 +70,6 @@ GEM
9670
loofah (2.22.0)
9771
crass (~> 1.0.2)
9872
nokogiri (>= 1.12.0)
99-
mail (2.8.1)
100-
mini_mime (>= 0.1.1)
101-
net-imap
102-
net-pop
103-
net-smtp
10473
marcel (1.0.4)
10574
method_source (1.1.0)
10675
mini_magick (5.0.1)
@@ -109,16 +78,6 @@ GEM
10978
minitest (5.25.1)
11079
minitest-focus (1.4.0)
11180
minitest (>= 4, < 6)
112-
net-imap (0.4.16)
113-
date
114-
net-protocol
115-
net-pop (0.1.2)
116-
net-protocol
117-
net-protocol (0.2.2)
118-
timeout
119-
net-smtp (0.5.0)
120-
net-protocol
121-
nio4r (2.7.3)
12281
nokogiri (1.16.7)
12382
mini_portile2 (~> 2.8.2)
12483
racc (~> 1.4)
@@ -136,21 +95,6 @@ GEM
13695
rack (2.2.3)
13796
rack-test (1.1.0)
13897
rack (>= 1.0, < 3)
139-
rails (6.1.3.1)
140-
actioncable (= 6.1.3.1)
141-
actionmailbox (= 6.1.3.1)
142-
actionmailer (= 6.1.3.1)
143-
actionpack (= 6.1.3.1)
144-
actiontext (= 6.1.3.1)
145-
actionview (= 6.1.3.1)
146-
activejob (= 6.1.3.1)
147-
activemodel (= 6.1.3.1)
148-
activerecord (= 6.1.3.1)
149-
activestorage (= 6.1.3.1)
150-
activesupport (= 6.1.3.1)
151-
bundler (>= 1.15.0)
152-
railties (= 6.1.3.1)
153-
sprockets-rails (>= 2.0.0)
15498
rails-dom-testing (2.0.3)
15599
activesupport (>= 4.2.0)
156100
nokogiri (>= 1.6)
@@ -174,29 +118,18 @@ GEM
174118
simplecov_json_formatter (~> 0.1)
175119
simplecov-html (0.12.3)
176120
simplecov_json_formatter (0.1.4)
177-
sprockets (4.1.1)
178-
concurrent-ruby (~> 1.0)
179-
rack (> 1, < 3)
180-
sprockets-rails (3.5.2)
181-
actionpack (>= 6.1)
182-
activesupport (>= 6.1)
183-
sprockets (>= 3.0.0)
184121
sqlite3 (1.7.3)
185122
mini_portile2 (~> 2.8.0)
186123
sqlite3 (1.7.3-arm64-darwin)
187124
sqlite3 (1.7.3-x86_64-darwin)
188125
sqlite3 (1.7.3-x86_64-linux)
189126
thor (1.3.2)
190-
timeout (0.4.1)
191127
tzinfo (2.0.6)
192128
concurrent-ruby (~> 1.0)
193129
webmock (3.23.0)
194130
addressable (>= 2.8.0)
195131
crack (>= 0.3.2)
196132
hashdiff (>= 0.4.0, < 2.0.0)
197-
websocket-driver (0.7.6)
198-
websocket-extensions (>= 0.1.0)
199-
websocket-extensions (0.1.5)
200133
zeitwerk (2.6.18)
201134

202135
PLATFORMS
@@ -213,10 +146,9 @@ DEPENDENCIES
213146
mini_magick (>= 4.9.5)
214147
minitest-focus (~> 1.4)
215148
pry
216-
rails (= 6.1.3.1)
217149
ruby-vips (>= 2.1.0)
218150
simplecov
219-
sqlite3 (~> 1.7)
151+
sqlite3
220152
webmock (>= 3)
221153

222154
BUNDLED WITH

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ You are welcome to contribute.
492492
- https://github.com/vietqhoang
493493
- https://github.com/kemenaran
494494
- https://github.com/jrmhaig
495-
- https://github.com/tagliala
496495
- https://github.com/evedovelli
497496
- https://github.com/JuanVqz
498497
- https://github.com/luiseugenio
@@ -515,6 +514,10 @@ You are welcome to contribute.
515514
- https://github.com/tagliala
516515
- https://github.com/ocarreterom
517516
- https://github.com/aditya-cherukuri
517+
- https://github.com/searls
518+
- https://github.com/yenshirak
519+
- https://github.com/wataori
520+
- https://github.com/Scorpahr
518521

519522

520523
## License

gemfiles/rails_6_1_3_1.gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.1.4)
4+
active_storage_validations (1.2.0)
55
activejob (>= 5.2.0)
66
activemodel (>= 5.2.0)
77
activestorage (>= 5.2.0)
@@ -73,22 +73,22 @@ GEM
7373
method_source (1.0.0)
7474
mini_magick (4.12.0)
7575
mini_mime (1.0.3)
76-
mini_portile2 (2.8.5)
76+
mini_portile2 (2.8.7)
7777
minitest (5.20.0)
7878
minitest-focus (1.4.0)
7979
minitest (>= 4, < 6)
80-
nokogiri (1.15.5)
80+
nokogiri (1.16.7)
8181
mini_portile2 (~> 2.8.2)
8282
racc (~> 1.4)
83-
nokogiri (1.15.5-x86_64-darwin)
83+
nokogiri (1.16.7-x86_64-darwin)
8484
racc (~> 1.4)
85-
nokogiri (1.15.5-x86_64-linux)
85+
nokogiri (1.16.7-x86_64-linux)
8686
racc (~> 1.4)
8787
pry (0.14.2)
8888
coderay (~> 1.1)
8989
method_source (~> 1.0)
9090
public_suffix (6.0.0)
91-
racc (1.7.3)
91+
racc (1.8.1)
9292
rack (2.2.8)
9393
rack-test (2.1.0)
9494
rack (>= 1.3)

gemfiles/rails_7_0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.1.4)
4+
active_storage_validations (1.2.0)
55
activejob (>= 5.2.0)
66
activemodel (>= 5.2.0)
77
activestorage (>= 5.2.0)

gemfiles/rails_7_1.gemfile.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.1.4)
4+
active_storage_validations (1.2.0)
55
activejob (>= 5.2.0)
66
activemodel (>= 5.2.0)
77
activestorage (>= 5.2.0)
@@ -87,15 +87,13 @@ GEM
8787
marcel (1.0.2)
8888
method_source (1.1.0)
8989
mini_magick (4.12.0)
90+
mini_portile2 (2.8.7)
9091
minitest (5.20.0)
9192
minitest-focus (1.4.0)
9293
minitest (>= 4, < 6)
9394
mutex_m (0.2.0)
94-
nokogiri (1.15.5-arm64-darwin)
95-
racc (~> 1.4)
96-
nokogiri (1.15.5-x86_64-darwin)
97-
racc (~> 1.4)
98-
nokogiri (1.15.5-x86_64-linux)
95+
nokogiri (1.15.5)
96+
mini_portile2 (~> 2.8.2)
9997
racc (~> 1.4)
10098
pry (0.14.2)
10199
coderay (~> 1.1)

gemfiles/rails_next.gemfile.lock

+1-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.1.4)
95+
active_storage_validations (1.2.0)
9696
activejob (>= 5.2.0)
9797
activemodel (>= 5.2.0)
9898
activestorage (>= 5.2.0)
@@ -157,10 +157,6 @@ GEM
157157
nokogiri (1.15.2)
158158
mini_portile2 (~> 2.8.2)
159159
racc (~> 1.4)
160-
nokogiri (1.15.2-x86_64-darwin)
161-
racc (~> 1.4)
162-
nokogiri (1.15.2-x86_64-linux)
163-
racc (~> 1.4)
164160
pry (0.14.2)
165161
coderay (~> 1.1)
166162
method_source (~> 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.1.4'
4+
VERSION = '1.2.0'
55
end

0 commit comments

Comments
 (0)