File tree 7 files changed +18
-14
lines changed
lib/active_storage_validations
7 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- active_storage_validations (1.0.3 )
4
+ active_storage_validations (1.1.0 )
5
5
activejob (>= 5.2.0 )
6
6
activemodel (>= 5.2.0 )
7
7
activestorage (>= 5.2.0 )
53
53
thor (>= 0.14.6 )
54
54
concurrent-ruby (1.1.7 )
55
55
crass (1.0.6 )
56
+ docile (1.4.0 )
56
57
erubi (1.10.0 )
57
58
ffi (1.15.5 )
58
59
globalid (1.0.0 )
113
114
ruby-progressbar (1.11.0 )
114
115
ruby-vips (2.1.4 )
115
116
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 )
116
123
sqlite3 (1.4.2 )
117
124
thor (1.0.1 )
118
125
tzinfo (2.0.4 )
@@ -134,6 +141,7 @@ DEPENDENCIES
134
141
pry
135
142
rubocop
136
143
ruby-vips (>= 2.1.0 )
144
+ simplecov
137
145
sqlite3
138
146
139
147
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -443,6 +443,10 @@ You are welcome to contribute.
443
443
- https://github.com/iainbeeston
444
444
- https://github.com/marckohlbrugge
445
445
- https://github.com/Mth0158
446
+ - https://github.com/technicalpickles
447
+ - https://github.com/ricsdeol
448
+ - https://github.com/Fonsan
449
+
446
450
447
451
# # License
448
452
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- active_storage_validations (1.0.4 )
4
+ active_storage_validations (1.1.0 )
5
5
activejob (>= 5.2.0)
6
6
activemodel (>= 5.2.0)
7
7
activestorage (>= 5.2.0)
73
73
nokogiri (1.13.8)
74
74
mini_portile2 (~> 2.8.0)
75
75
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)
80
76
parallel (1.20.1)
81
77
parser (3.0.0.0)
82
78
ast (~> 2.4.1)
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- active_storage_validations (1.0.4 )
4
+ active_storage_validations (1.1.0 )
5
5
activejob (>= 5.2.0)
6
6
activemodel (>= 5.2.0)
7
7
activestorage (>= 5.2.0)
75
75
nokogiri (1.13.8)
76
76
mini_portile2 (~> 2.8.0)
77
77
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)
82
78
parallel (1.20.1)
83
79
parser (3.0.0.0)
84
80
ast (~> 2.4.1)
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- active_storage_validations (1.0.4 )
4
+ active_storage_validations (1.1.0 )
5
5
activejob (>= 5.2.0)
6
6
activemodel (>= 5.2.0)
7
7
activestorage (>= 5.2.0)
Original file line number Diff line number Diff line change 92
92
PATH
93
93
remote: ..
94
94
specs:
95
- active_storage_validations (1.0.4 )
95
+ active_storage_validations (1.1.0 )
96
96
activejob (>= 5.2.0)
97
97
activemodel (>= 5.2.0)
98
98
activestorage (>= 5.2.0)
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module ActiveStorageValidations
4
- VERSION = '1.0.4 '
4
+ VERSION = '1.1.0 '
5
5
end
You can’t perform that action at this time.
0 commit comments