rails_admin_dropzone 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +15 -0
- data/Gemfile.lock +87 -84
- data/lib/rails_admin_dropzone/version.rb +1 -1
- data/rails_admin_dropzone.gemspec +1 -0
- metadata +18 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb8cc5662165c43a08384bf81905ac0e51bf25ddaa8ddbde55c2c21eb3f1da22
|
4
|
+
data.tar.gz: 639c8140d85355776ca2288782ed58f63db9fba3db2ea77f4565819156ca5931
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe513a84847af4e3735aa66550c8915d01217ed48a4a53827cd69fbe5babf885624b62887fd7733cdd2fe10f0eece072e4b84dd16335d8e53c188c7e702ce930
|
7
|
+
data.tar.gz: bd52d984c60f6aadc156a885358e260c1ae83ec284105060db9c3814fbe74f2f8c9fcfd9939d21820e900ccdf5d9f9ede6469a60837744670fc6d4efb2bdd927
|
@@ -0,0 +1,15 @@
|
|
1
|
+
version: 2
|
2
|
+
updates:
|
3
|
+
- package-ecosystem: bundler
|
4
|
+
directory: "/"
|
5
|
+
schedule:
|
6
|
+
interval: daily
|
7
|
+
time: "09:00"
|
8
|
+
open-pull-requests-limit: 10
|
9
|
+
ignore:
|
10
|
+
- dependency-name: rails
|
11
|
+
versions:
|
12
|
+
- 6.1.2
|
13
|
+
- dependency-name: nokogiri
|
14
|
+
versions:
|
15
|
+
- 1.11.1
|
data/Gemfile.lock
CHANGED
@@ -1,133 +1,136 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails_admin_dropzone (1.1.
|
4
|
+
rails_admin_dropzone (1.1.1)
|
5
5
|
dropzonejs-rails (~> 0.8.5)
|
6
6
|
jquery-rails (>= 4.0, < 5)
|
7
|
+
nokogiri (>= 1.11.0.rc4)
|
7
8
|
simple_form (~> 5.0)
|
8
9
|
|
9
10
|
GEM
|
10
11
|
remote: https://rubygems.org/
|
11
12
|
specs:
|
12
|
-
actioncable (6.1.
|
13
|
-
actionpack (= 6.1.
|
14
|
-
activesupport (= 6.1.
|
13
|
+
actioncable (6.1.4.3)
|
14
|
+
actionpack (= 6.1.4.3)
|
15
|
+
activesupport (= 6.1.4.3)
|
15
16
|
nio4r (~> 2.0)
|
16
17
|
websocket-driver (>= 0.6.1)
|
17
|
-
actionmailbox (6.1.
|
18
|
-
actionpack (= 6.1.
|
19
|
-
activejob (= 6.1.
|
20
|
-
activerecord (= 6.1.
|
21
|
-
activestorage (= 6.1.
|
22
|
-
activesupport (= 6.1.
|
18
|
+
actionmailbox (6.1.4.3)
|
19
|
+
actionpack (= 6.1.4.3)
|
20
|
+
activejob (= 6.1.4.3)
|
21
|
+
activerecord (= 6.1.4.3)
|
22
|
+
activestorage (= 6.1.4.3)
|
23
|
+
activesupport (= 6.1.4.3)
|
23
24
|
mail (>= 2.7.1)
|
24
|
-
actionmailer (6.1.
|
25
|
-
actionpack (= 6.1.
|
26
|
-
actionview (= 6.1.
|
27
|
-
activejob (= 6.1.
|
28
|
-
activesupport (= 6.1.
|
25
|
+
actionmailer (6.1.4.3)
|
26
|
+
actionpack (= 6.1.4.3)
|
27
|
+
actionview (= 6.1.4.3)
|
28
|
+
activejob (= 6.1.4.3)
|
29
|
+
activesupport (= 6.1.4.3)
|
29
30
|
mail (~> 2.5, >= 2.5.4)
|
30
31
|
rails-dom-testing (~> 2.0)
|
31
|
-
actionpack (6.1.
|
32
|
-
actionview (= 6.1.
|
33
|
-
activesupport (= 6.1.
|
32
|
+
actionpack (6.1.4.3)
|
33
|
+
actionview (= 6.1.4.3)
|
34
|
+
activesupport (= 6.1.4.3)
|
34
35
|
rack (~> 2.0, >= 2.0.9)
|
35
36
|
rack-test (>= 0.6.3)
|
36
37
|
rails-dom-testing (~> 2.0)
|
37
38
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
38
|
-
actiontext (6.1.
|
39
|
-
actionpack (= 6.1.
|
40
|
-
activerecord (= 6.1.
|
41
|
-
activestorage (= 6.1.
|
42
|
-
activesupport (= 6.1.
|
39
|
+
actiontext (6.1.4.3)
|
40
|
+
actionpack (= 6.1.4.3)
|
41
|
+
activerecord (= 6.1.4.3)
|
42
|
+
activestorage (= 6.1.4.3)
|
43
|
+
activesupport (= 6.1.4.3)
|
43
44
|
nokogiri (>= 1.8.5)
|
44
|
-
actionview (6.1.
|
45
|
-
activesupport (= 6.1.
|
45
|
+
actionview (6.1.4.3)
|
46
|
+
activesupport (= 6.1.4.3)
|
46
47
|
builder (~> 3.1)
|
47
48
|
erubi (~> 1.4)
|
48
49
|
rails-dom-testing (~> 2.0)
|
49
50
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
50
|
-
activejob (6.1.
|
51
|
-
activesupport (= 6.1.
|
51
|
+
activejob (6.1.4.3)
|
52
|
+
activesupport (= 6.1.4.3)
|
52
53
|
globalid (>= 0.3.6)
|
53
|
-
activemodel (6.1.
|
54
|
-
activesupport (= 6.1.
|
55
|
-
activerecord (6.1.
|
56
|
-
activemodel (= 6.1.
|
57
|
-
activesupport (= 6.1.
|
58
|
-
activestorage (6.1.
|
59
|
-
actionpack (= 6.1.
|
60
|
-
activejob (= 6.1.
|
61
|
-
activerecord (= 6.1.
|
62
|
-
activesupport (= 6.1.
|
63
|
-
marcel (~> 0.
|
64
|
-
|
65
|
-
activesupport (6.1.
|
54
|
+
activemodel (6.1.4.3)
|
55
|
+
activesupport (= 6.1.4.3)
|
56
|
+
activerecord (6.1.4.3)
|
57
|
+
activemodel (= 6.1.4.3)
|
58
|
+
activesupport (= 6.1.4.3)
|
59
|
+
activestorage (6.1.4.3)
|
60
|
+
actionpack (= 6.1.4.3)
|
61
|
+
activejob (= 6.1.4.3)
|
62
|
+
activerecord (= 6.1.4.3)
|
63
|
+
activesupport (= 6.1.4.3)
|
64
|
+
marcel (~> 1.0.0)
|
65
|
+
mini_mime (>= 1.1.0)
|
66
|
+
activesupport (6.1.4.3)
|
66
67
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
67
68
|
i18n (>= 1.6, < 2)
|
68
69
|
minitest (>= 5.1)
|
69
70
|
tzinfo (~> 2.0)
|
70
71
|
zeitwerk (~> 2.3)
|
71
72
|
builder (3.2.4)
|
72
|
-
concurrent-ruby (1.1.
|
73
|
+
concurrent-ruby (1.1.9)
|
73
74
|
crass (1.0.6)
|
74
75
|
diff-lcs (1.4.4)
|
75
76
|
dropzonejs-rails (0.8.5)
|
76
77
|
rails (> 3.1)
|
77
78
|
erubi (1.10.0)
|
78
|
-
globalid (0.
|
79
|
-
activesupport (>=
|
80
|
-
i18n (1.8.
|
79
|
+
globalid (1.0.0)
|
80
|
+
activesupport (>= 5.0)
|
81
|
+
i18n (1.8.11)
|
81
82
|
concurrent-ruby (~> 1.0)
|
82
83
|
jquery-rails (4.4.0)
|
83
84
|
rails-dom-testing (>= 1, < 3)
|
84
85
|
railties (>= 4.2.0)
|
85
86
|
thor (>= 0.14, < 2.0)
|
86
|
-
loofah (2.
|
87
|
+
loofah (2.13.0)
|
87
88
|
crass (~> 1.0.2)
|
88
89
|
nokogiri (>= 1.5.9)
|
89
90
|
mail (2.7.1)
|
90
91
|
mini_mime (>= 0.1.1)
|
91
|
-
marcel (0.
|
92
|
-
mimemagic (~> 0.3.2)
|
92
|
+
marcel (1.0.2)
|
93
93
|
method_source (1.0.0)
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
94
|
+
mini_mime (1.1.2)
|
95
|
+
mini_portile2 (2.6.1)
|
96
|
+
minitest (5.15.0)
|
97
|
+
nio4r (2.5.8)
|
98
|
+
nokogiri (1.12.5)
|
99
|
+
mini_portile2 (~> 2.6.1)
|
100
|
+
racc (~> 1.4)
|
101
|
+
nokogiri (1.12.5-x86_64-darwin)
|
102
|
+
racc (~> 1.4)
|
103
|
+
racc (1.6.0)
|
101
104
|
rack (2.2.3)
|
102
105
|
rack-test (1.1.0)
|
103
106
|
rack (>= 1.0, < 3)
|
104
|
-
rails (6.1.
|
105
|
-
actioncable (= 6.1.
|
106
|
-
actionmailbox (= 6.1.
|
107
|
-
actionmailer (= 6.1.
|
108
|
-
actionpack (= 6.1.
|
109
|
-
actiontext (= 6.1.
|
110
|
-
actionview (= 6.1.
|
111
|
-
activejob (= 6.1.
|
112
|
-
activemodel (= 6.1.
|
113
|
-
activerecord (= 6.1.
|
114
|
-
activestorage (= 6.1.
|
115
|
-
activesupport (= 6.1.
|
107
|
+
rails (6.1.4.3)
|
108
|
+
actioncable (= 6.1.4.3)
|
109
|
+
actionmailbox (= 6.1.4.3)
|
110
|
+
actionmailer (= 6.1.4.3)
|
111
|
+
actionpack (= 6.1.4.3)
|
112
|
+
actiontext (= 6.1.4.3)
|
113
|
+
actionview (= 6.1.4.3)
|
114
|
+
activejob (= 6.1.4.3)
|
115
|
+
activemodel (= 6.1.4.3)
|
116
|
+
activerecord (= 6.1.4.3)
|
117
|
+
activestorage (= 6.1.4.3)
|
118
|
+
activesupport (= 6.1.4.3)
|
116
119
|
bundler (>= 1.15.0)
|
117
|
-
railties (= 6.1.
|
120
|
+
railties (= 6.1.4.3)
|
118
121
|
sprockets-rails (>= 2.0.0)
|
119
122
|
rails-dom-testing (2.0.3)
|
120
123
|
activesupport (>= 4.2.0)
|
121
124
|
nokogiri (>= 1.6)
|
122
|
-
rails-html-sanitizer (1.
|
125
|
+
rails-html-sanitizer (1.4.2)
|
123
126
|
loofah (~> 2.3)
|
124
|
-
railties (6.1.
|
125
|
-
actionpack (= 6.1.
|
126
|
-
activesupport (= 6.1.
|
127
|
+
railties (6.1.4.3)
|
128
|
+
actionpack (= 6.1.4.3)
|
129
|
+
activesupport (= 6.1.4.3)
|
127
130
|
method_source
|
128
|
-
rake (>= 0.
|
131
|
+
rake (>= 0.13)
|
129
132
|
thor (~> 1.0)
|
130
|
-
rake (13.0.
|
133
|
+
rake (13.0.6)
|
131
134
|
rspec (3.10.0)
|
132
135
|
rspec-core (~> 3.10.0)
|
133
136
|
rspec-expectations (~> 3.10.0)
|
@@ -141,23 +144,23 @@ GEM
|
|
141
144
|
diff-lcs (>= 1.2.0, < 2.0)
|
142
145
|
rspec-support (~> 3.10.0)
|
143
146
|
rspec-support (3.10.0)
|
144
|
-
simple_form (5.0
|
145
|
-
actionpack (>= 5.
|
146
|
-
activemodel (>= 5.
|
147
|
+
simple_form (5.1.0)
|
148
|
+
actionpack (>= 5.2)
|
149
|
+
activemodel (>= 5.2)
|
147
150
|
sprockets (4.0.2)
|
148
151
|
concurrent-ruby (~> 1.0)
|
149
152
|
rack (> 1, < 3)
|
150
|
-
sprockets-rails (3.
|
151
|
-
actionpack (>=
|
152
|
-
activesupport (>=
|
153
|
+
sprockets-rails (3.4.2)
|
154
|
+
actionpack (>= 5.2)
|
155
|
+
activesupport (>= 5.2)
|
153
156
|
sprockets (>= 3.0.0)
|
154
|
-
thor (1.0
|
155
|
-
tzinfo (2.0.
|
157
|
+
thor (1.1.0)
|
158
|
+
tzinfo (2.0.4)
|
156
159
|
concurrent-ruby (~> 1.0)
|
157
|
-
websocket-driver (0.7.
|
160
|
+
websocket-driver (0.7.5)
|
158
161
|
websocket-extensions (>= 0.1.0)
|
159
162
|
websocket-extensions (0.1.5)
|
160
|
-
zeitwerk (2.
|
163
|
+
zeitwerk (2.5.1)
|
161
164
|
|
162
165
|
PLATFORMS
|
163
166
|
ruby
|
@@ -171,4 +174,4 @@ DEPENDENCIES
|
|
171
174
|
rspec (~> 3.10)
|
172
175
|
|
173
176
|
BUNDLED WITH
|
174
|
-
2.2.
|
177
|
+
2.2.3
|
@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
|
|
23
23
|
s.add_dependency "simple_form", "~> 5.0"
|
24
24
|
s.add_dependency "jquery-rails", [">= 4.0", "< 5"]
|
25
25
|
s.add_dependency "dropzonejs-rails", "~> 0.8.5"
|
26
|
+
s.add_dependency "nokogiri", ">= 1.11.0.rc4"
|
26
27
|
|
27
28
|
s.add_development_dependency "rails", [">= 6.0", "< 7"]
|
28
29
|
s.add_development_dependency "bundler", "~> 2.2"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_admin_dropzone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luiz Picolo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: simple_form
|
@@ -58,6 +58,20 @@ dependencies:
|
|
58
58
|
- - "~>"
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: 0.8.5
|
61
|
+
- !ruby/object:Gem::Dependency
|
62
|
+
name: nokogiri
|
63
|
+
requirement: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - ">="
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: 1.11.0.rc4
|
68
|
+
type: :runtime
|
69
|
+
prerelease: false
|
70
|
+
version_requirements: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - ">="
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: 1.11.0.rc4
|
61
75
|
- !ruby/object:Gem::Dependency
|
62
76
|
name: rails
|
63
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,6 +142,7 @@ executables: []
|
|
128
142
|
extensions: []
|
129
143
|
extra_rdoc_files: []
|
130
144
|
files:
|
145
|
+
- ".github/dependabot.yml"
|
131
146
|
- ".gitignore"
|
132
147
|
- ".ruby-version"
|
133
148
|
- ".travis.yml"
|
@@ -191,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
206
|
- !ruby/object:Gem::Version
|
192
207
|
version: '0'
|
193
208
|
requirements: []
|
194
|
-
rubygems_version: 3.
|
209
|
+
rubygems_version: 3.2.3
|
195
210
|
signing_key:
|
196
211
|
specification_version: 4
|
197
212
|
summary: RailsAdmin dropzone.js
|