selenium_download_helper 0.5.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/Gemfile.lock +168 -108
- data/lib/selenium_download_helper/version.rb +1 -1
- data/selenium_download_helper.gemspec +2 -2
- metadata +11 -12
- data/.github/workflows/main.yml +0 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85e717fb652e52a196fe55a4cc971559ea40ca19520697224a61954314a2ccd6
|
4
|
+
data.tar.gz: 751c36041230552bc4c8e0a0ef461319be336a561fd91d5530c4054c2afed474
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ee99f51e617dd311131a3fb5a23d1d05418aaeea6739ac99570c722a9d1de8f850b5dae188f2425bf459300c0a641a384dc184f0cf3a00962e6a804ccc6d8a4
|
7
|
+
data.tar.gz: 47f6086b1363285424b4951c88ee1995b971c511f7fa942706271aa53bc66e8499cae5bf231f848b4d17d78d2acaf9f3d7be80268bb17ab3878d0c60a1987239
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,125 +1,183 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
selenium_download_helper (0.
|
5
|
-
rails (
|
4
|
+
selenium_download_helper (1.0.0)
|
5
|
+
rails (>= 7.0)
|
6
6
|
selenium-webdriver
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (
|
12
|
-
actionpack (=
|
13
|
-
activesupport (=
|
11
|
+
actioncable (7.1.3.4)
|
12
|
+
actionpack (= 7.1.3.4)
|
13
|
+
activesupport (= 7.1.3.4)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (7.1.3.4)
|
18
|
+
actionpack (= 7.1.3.4)
|
19
|
+
activejob (= 7.1.3.4)
|
20
|
+
activerecord (= 7.1.3.4)
|
21
|
+
activestorage (= 7.1.3.4)
|
22
|
+
activesupport (= 7.1.3.4)
|
22
23
|
mail (>= 2.7.1)
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
24
|
+
net-imap
|
25
|
+
net-pop
|
26
|
+
net-smtp
|
27
|
+
actionmailer (7.1.3.4)
|
28
|
+
actionpack (= 7.1.3.4)
|
29
|
+
actionview (= 7.1.3.4)
|
30
|
+
activejob (= 7.1.3.4)
|
31
|
+
activesupport (= 7.1.3.4)
|
28
32
|
mail (~> 2.5, >= 2.5.4)
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
33
|
+
net-imap
|
34
|
+
net-pop
|
35
|
+
net-smtp
|
36
|
+
rails-dom-testing (~> 2.2)
|
37
|
+
actionpack (7.1.3.4)
|
38
|
+
actionview (= 7.1.3.4)
|
39
|
+
activesupport (= 7.1.3.4)
|
40
|
+
nokogiri (>= 1.8.5)
|
41
|
+
racc
|
42
|
+
rack (>= 2.2.4)
|
43
|
+
rack-session (>= 1.0.1)
|
34
44
|
rack-test (>= 0.6.3)
|
35
|
-
rails-dom-testing (~> 2.
|
36
|
-
rails-html-sanitizer (~> 1.
|
37
|
-
actiontext (
|
38
|
-
actionpack (=
|
39
|
-
activerecord (=
|
40
|
-
activestorage (=
|
41
|
-
activesupport (=
|
45
|
+
rails-dom-testing (~> 2.2)
|
46
|
+
rails-html-sanitizer (~> 1.6)
|
47
|
+
actiontext (7.1.3.4)
|
48
|
+
actionpack (= 7.1.3.4)
|
49
|
+
activerecord (= 7.1.3.4)
|
50
|
+
activestorage (= 7.1.3.4)
|
51
|
+
activesupport (= 7.1.3.4)
|
52
|
+
globalid (>= 0.6.0)
|
42
53
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (
|
44
|
-
activesupport (=
|
54
|
+
actionview (7.1.3.4)
|
55
|
+
activesupport (= 7.1.3.4)
|
45
56
|
builder (~> 3.1)
|
46
|
-
erubi (~> 1.
|
47
|
-
rails-dom-testing (~> 2.
|
48
|
-
rails-html-sanitizer (~> 1.
|
49
|
-
activejob (
|
50
|
-
activesupport (=
|
57
|
+
erubi (~> 1.11)
|
58
|
+
rails-dom-testing (~> 2.2)
|
59
|
+
rails-html-sanitizer (~> 1.6)
|
60
|
+
activejob (7.1.3.4)
|
61
|
+
activesupport (= 7.1.3.4)
|
51
62
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (
|
53
|
-
activesupport (=
|
54
|
-
activerecord (
|
55
|
-
activemodel (=
|
56
|
-
activesupport (=
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
activesupport (
|
63
|
+
activemodel (7.1.3.4)
|
64
|
+
activesupport (= 7.1.3.4)
|
65
|
+
activerecord (7.1.3.4)
|
66
|
+
activemodel (= 7.1.3.4)
|
67
|
+
activesupport (= 7.1.3.4)
|
68
|
+
timeout (>= 0.4.0)
|
69
|
+
activestorage (7.1.3.4)
|
70
|
+
actionpack (= 7.1.3.4)
|
71
|
+
activejob (= 7.1.3.4)
|
72
|
+
activerecord (= 7.1.3.4)
|
73
|
+
activesupport (= 7.1.3.4)
|
74
|
+
marcel (~> 1.0)
|
75
|
+
activesupport (7.1.3.4)
|
76
|
+
base64
|
77
|
+
bigdecimal
|
65
78
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
79
|
+
connection_pool (>= 2.2.5)
|
80
|
+
drb
|
66
81
|
i18n (>= 1.6, < 2)
|
67
82
|
minitest (>= 5.1)
|
83
|
+
mutex_m
|
68
84
|
tzinfo (~> 2.0)
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
concurrent-ruby (1.
|
85
|
+
base64 (0.2.0)
|
86
|
+
bigdecimal (3.1.8)
|
87
|
+
builder (3.3.0)
|
88
|
+
concurrent-ruby (1.3.3)
|
89
|
+
connection_pool (2.4.1)
|
73
90
|
crass (1.0.6)
|
91
|
+
date (3.3.4)
|
74
92
|
diff-lcs (1.4.4)
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
93
|
+
drb (2.2.1)
|
94
|
+
erubi (1.13.0)
|
95
|
+
globalid (1.2.1)
|
96
|
+
activesupport (>= 6.1)
|
97
|
+
i18n (1.14.5)
|
79
98
|
concurrent-ruby (~> 1.0)
|
80
|
-
|
99
|
+
io-console (0.7.2)
|
100
|
+
irb (1.14.0)
|
101
|
+
rdoc (>= 4.0.0)
|
102
|
+
reline (>= 0.4.2)
|
103
|
+
logger (1.6.0)
|
104
|
+
loofah (2.22.0)
|
81
105
|
crass (~> 1.0.2)
|
82
|
-
nokogiri (>= 1.
|
83
|
-
mail (2.
|
106
|
+
nokogiri (>= 1.12.0)
|
107
|
+
mail (2.8.1)
|
84
108
|
mini_mime (>= 0.1.1)
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
109
|
+
net-imap
|
110
|
+
net-pop
|
111
|
+
net-smtp
|
112
|
+
marcel (1.0.4)
|
113
|
+
mini_mime (1.1.5)
|
114
|
+
mini_portile2 (2.8.7)
|
115
|
+
minitest (5.24.1)
|
116
|
+
mutex_m (0.2.0)
|
117
|
+
net-imap (0.4.14)
|
118
|
+
date
|
119
|
+
net-protocol
|
120
|
+
net-pop (0.1.2)
|
121
|
+
net-protocol
|
122
|
+
net-protocol (0.2.2)
|
123
|
+
timeout
|
124
|
+
net-smtp (0.5.0)
|
125
|
+
net-protocol
|
126
|
+
nio4r (2.7.3)
|
127
|
+
nokogiri (1.16.6)
|
128
|
+
mini_portile2 (~> 2.8.2)
|
129
|
+
racc (~> 1.4)
|
130
|
+
nokogiri (1.16.6-arm64-darwin)
|
91
131
|
racc (~> 1.4)
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
132
|
+
nokogiri (1.16.6-x86_64-darwin)
|
133
|
+
racc (~> 1.4)
|
134
|
+
psych (5.1.2)
|
135
|
+
stringio
|
136
|
+
racc (1.8.0)
|
137
|
+
rack (3.1.7)
|
138
|
+
rack-session (2.0.0)
|
139
|
+
rack (>= 3.0.0)
|
140
|
+
rack-test (2.1.0)
|
141
|
+
rack (>= 1.3)
|
142
|
+
rackup (2.1.0)
|
143
|
+
rack (>= 3)
|
144
|
+
webrick (~> 1.8)
|
145
|
+
rails (7.1.3.4)
|
146
|
+
actioncable (= 7.1.3.4)
|
147
|
+
actionmailbox (= 7.1.3.4)
|
148
|
+
actionmailer (= 7.1.3.4)
|
149
|
+
actionpack (= 7.1.3.4)
|
150
|
+
actiontext (= 7.1.3.4)
|
151
|
+
actionview (= 7.1.3.4)
|
152
|
+
activejob (= 7.1.3.4)
|
153
|
+
activemodel (= 7.1.3.4)
|
154
|
+
activerecord (= 7.1.3.4)
|
155
|
+
activestorage (= 7.1.3.4)
|
156
|
+
activesupport (= 7.1.3.4)
|
108
157
|
bundler (>= 1.15.0)
|
109
|
-
railties (=
|
110
|
-
|
111
|
-
|
112
|
-
|
158
|
+
railties (= 7.1.3.4)
|
159
|
+
rails-dom-testing (2.2.0)
|
160
|
+
activesupport (>= 5.0.0)
|
161
|
+
minitest
|
113
162
|
nokogiri (>= 1.6)
|
114
|
-
rails-html-sanitizer (1.
|
115
|
-
loofah (~> 2.
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
163
|
+
rails-html-sanitizer (1.6.0)
|
164
|
+
loofah (~> 2.21)
|
165
|
+
nokogiri (~> 1.14)
|
166
|
+
railties (7.1.3.4)
|
167
|
+
actionpack (= 7.1.3.4)
|
168
|
+
activesupport (= 7.1.3.4)
|
169
|
+
irb
|
170
|
+
rackup (>= 1.0.0)
|
171
|
+
rake (>= 12.2)
|
172
|
+
thor (~> 1.0, >= 1.2.2)
|
173
|
+
zeitwerk (~> 2.6)
|
122
174
|
rake (13.0.3)
|
175
|
+
rdoc (6.7.0)
|
176
|
+
psych (>= 4.0.0)
|
177
|
+
reline (0.5.9)
|
178
|
+
io-console (~> 0.5)
|
179
|
+
rexml (3.3.2)
|
180
|
+
strscan
|
123
181
|
rspec (3.10.0)
|
124
182
|
rspec-core (~> 3.10.0)
|
125
183
|
rspec-expectations (~> 3.10.0)
|
@@ -133,26 +191,28 @@ GEM
|
|
133
191
|
diff-lcs (>= 1.2.0, < 2.0)
|
134
192
|
rspec-support (~> 3.10.0)
|
135
193
|
rspec-support (3.10.2)
|
136
|
-
rubyzip (2.3.
|
137
|
-
selenium-webdriver (
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
tzinfo (2.0.4)
|
194
|
+
rubyzip (2.3.2)
|
195
|
+
selenium-webdriver (4.23.0)
|
196
|
+
base64 (~> 0.2)
|
197
|
+
logger (~> 1.4)
|
198
|
+
rexml (~> 3.2, >= 3.2.5)
|
199
|
+
rubyzip (>= 1.2.2, < 3.0)
|
200
|
+
websocket (~> 1.0)
|
201
|
+
stringio (3.1.1)
|
202
|
+
strscan (3.1.0)
|
203
|
+
thor (1.3.1)
|
204
|
+
timeout (0.4.1)
|
205
|
+
tzinfo (2.0.6)
|
149
206
|
concurrent-ruby (~> 1.0)
|
150
|
-
|
207
|
+
webrick (1.8.1)
|
208
|
+
websocket (1.2.11)
|
209
|
+
websocket-driver (0.7.6)
|
151
210
|
websocket-extensions (>= 0.1.0)
|
152
211
|
websocket-extensions (0.1.5)
|
153
|
-
zeitwerk (2.
|
212
|
+
zeitwerk (2.6.16)
|
154
213
|
|
155
214
|
PLATFORMS
|
215
|
+
arm64-darwin-22
|
156
216
|
ruby
|
157
217
|
x86_64-darwin-19
|
158
218
|
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.description = "Selenium download helper."
|
13
13
|
spec.homepage = "https://github.com/SonicGarden/selenium_download_helper"
|
14
14
|
spec.license = "MIT"
|
15
|
-
spec.required_ruby_version = Gem::Requirement.new(">=
|
15
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
|
16
16
|
|
17
17
|
spec.metadata["homepage_uri"] = spec.homepage
|
18
18
|
spec.metadata["source_code_uri"] = spec.homepage
|
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
|
|
28
28
|
spec.require_paths = ["lib"]
|
29
29
|
|
30
30
|
# Uncomment to register a new dependency of your gem
|
31
|
-
spec.add_dependency 'rails', '
|
31
|
+
spec.add_dependency 'rails', '>= 7.0'
|
32
32
|
spec.add_dependency 'selenium-webdriver'
|
33
33
|
|
34
34
|
# For more information and examples about making a new gem, checkout our
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: selenium_download_helper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- aki77
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '7.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '7.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: selenium-webdriver
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -45,7 +45,6 @@ executables: []
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
-
- ".github/workflows/main.yml"
|
49
48
|
- ".gitignore"
|
50
49
|
- ".rspec"
|
51
50
|
- ".rubocop.yml"
|
@@ -68,7 +67,7 @@ metadata:
|
|
68
67
|
homepage_uri: https://github.com/SonicGarden/selenium_download_helper
|
69
68
|
source_code_uri: https://github.com/SonicGarden/selenium_download_helper
|
70
69
|
changelog_uri: https://github.com/SonicGarden/selenium_download_helper/blob/master/CHANGELOG.md
|
71
|
-
post_install_message:
|
70
|
+
post_install_message:
|
72
71
|
rdoc_options: []
|
73
72
|
require_paths:
|
74
73
|
- lib
|
@@ -76,15 +75,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
75
|
requirements:
|
77
76
|
- - ">="
|
78
77
|
- !ruby/object:Gem::Version
|
79
|
-
version:
|
78
|
+
version: 3.0.0
|
80
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
80
|
requirements:
|
82
81
|
- - ">="
|
83
82
|
- !ruby/object:Gem::Version
|
84
83
|
version: '0'
|
85
84
|
requirements: []
|
86
|
-
rubygems_version: 3.
|
87
|
-
signing_key:
|
85
|
+
rubygems_version: 3.5.3
|
86
|
+
signing_key:
|
88
87
|
specification_version: 4
|
89
88
|
summary: Selenium download helper.
|
90
89
|
test_files: []
|
data/.github/workflows/main.yml
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
name: Ruby
|
2
|
-
|
3
|
-
on: [push,pull_request]
|
4
|
-
|
5
|
-
jobs:
|
6
|
-
build:
|
7
|
-
runs-on: ubuntu-latest
|
8
|
-
steps:
|
9
|
-
- uses: actions/checkout@v2
|
10
|
-
- name: Set up Ruby
|
11
|
-
uses: ruby/setup-ruby@v1
|
12
|
-
with:
|
13
|
-
ruby-version: 2.7.1
|
14
|
-
- name: Run the default task
|
15
|
-
run: |
|
16
|
-
gem install bundler -v 2.2.0
|
17
|
-
bundle install
|
18
|
-
bundle exec rake
|