Skip to content

Commit 6fb77ad

Browse files
new release preparation
1 parent 739d0bd commit 6fb77ad

File tree

7 files changed

+18
-14
lines changed

7 files changed

+18
-14
lines changed

Gemfile.lock

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_storage_validations (1.0.3)
4+
active_storage_validations (1.1.0)
55
activejob (>= 5.2.0)
66
activemodel (>= 5.2.0)
77
activestorage (>= 5.2.0)
@@ -53,6 +53,7 @@ GEM
5353
thor (>= 0.14.6)
5454
concurrent-ruby (1.1.7)
5555
crass (1.0.6)
56+
docile (1.4.0)
5657
erubi (1.10.0)
5758
ffi (1.15.5)
5859
globalid (1.0.0)
@@ -113,6 +114,12 @@ GEM
113114
ruby-progressbar (1.11.0)
114115
ruby-vips (2.1.4)
115116
ffi (~> 1.12)
117+
simplecov (0.22.0)
118+
docile (~> 1.1)
119+
simplecov-html (~> 0.11)
120+
simplecov_json_formatter (~> 0.1)
121+
simplecov-html (0.12.3)
122+
simplecov_json_formatter (0.1.4)
116123
sqlite3 (1.4.2)
117124
thor (1.0.1)
118125
tzinfo (2.0.4)
@@ -134,6 +141,7 @@ DEPENDENCIES
134141
pry
135142
rubocop
136143
ruby-vips (>= 2.1.0)
144+
simplecov
137145
sqlite3
138146

139147
BUNDLED WITH

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,10 @@ You are welcome to contribute.
443443
- https://github.com/iainbeeston
444444
- https://github.com/marckohlbrugge
445445
- https://github.com/Mth0158
446+
- https://github.com/technicalpickles
447+
- https://github.com/ricsdeol
448+
- https://github.com/Fonsan
449+
446450

447451
## License
448452

gemfiles/rails_6_0.gemfile.lock

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.0.4)
4+
active_storage_validations (1.1.0)
55
activejob (>= 5.2.0)
66
activemodel (>= 5.2.0)
77
activestorage (>= 5.2.0)
@@ -73,10 +73,6 @@ GEM
7373
nokogiri (1.13.8)
7474
mini_portile2 (~> 2.8.0)
7575
racc (~> 1.4)
76-
nokogiri (1.13.8-x86_64-darwin)
77-
racc (~> 1.4)
78-
nokogiri (1.13.8-x86_64-linux)
79-
racc (~> 1.4)
8076
parallel (1.20.1)
8177
parser (3.0.0.0)
8278
ast (~> 2.4.1)

gemfiles/rails_6_1.gemfile.lock

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.0.4)
4+
active_storage_validations (1.1.0)
55
activejob (>= 5.2.0)
66
activemodel (>= 5.2.0)
77
activestorage (>= 5.2.0)
@@ -75,10 +75,6 @@ GEM
7575
nokogiri (1.13.8)
7676
mini_portile2 (~> 2.8.0)
7777
racc (~> 1.4)
78-
nokogiri (1.13.8-x86_64-darwin)
79-
racc (~> 1.4)
80-
nokogiri (1.13.8-x86_64-linux)
81-
racc (~> 1.4)
8278
parallel (1.20.1)
8379
parser (3.0.0.0)
8480
ast (~> 2.4.1)

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.0.4)
4+
active_storage_validations (1.1.0)
55
activejob (>= 5.2.0)
66
activemodel (>= 5.2.0)
77
activestorage (>= 5.2.0)

gemfiles/rails_next.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GIT
9292
PATH
9393
remote: ..
9494
specs:
95-
active_storage_validations (1.0.4)
95+
active_storage_validations (1.1.0)
9696
activejob (>= 5.2.0)
9797
activemodel (>= 5.2.0)
9898
activestorage (>= 5.2.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.0.4'
4+
VERSION = '1.1.0'
55
end

0 commit comments

Comments
 (0)