selenium_download_helper 0.6.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32067606060915225e73bcb7cc835f48ac41ce089bb04cd86991b4b15836e14e
4
- data.tar.gz: 77985acfa7db13c9aff7d781a2717920620dc2306d3c2a3976710d0715bccdeb
3
+ metadata.gz: 85e717fb652e52a196fe55a4cc971559ea40ca19520697224a61954314a2ccd6
4
+ data.tar.gz: 751c36041230552bc4c8e0a0ef461319be336a561fd91d5530c4054c2afed474
5
5
  SHA512:
6
- metadata.gz: 3cc56c9d274aac7b0dff0fe2d418ca510e1cdc004605c1ae3bbb89cf6da3f0f8063a5d22ecd0cbec412736b77865b6258fedb12f792e3d7274526fdc136e0fb9
7
- data.tar.gz: d6b32e8a892a3db147c794b21dcd600cb3709011136d0e920e68f38ae65ecf5070d16e432c51aee25f45a0bb0fa47631a3139ed1bf12903a4d912517133a963b
6
+ metadata.gz: 0ee99f51e617dd311131a3fb5a23d1d05418aaeea6739ac99570c722a9d1de8f850b5dae188f2425bf459300c0a641a384dc184f0cf3a00962e6a804ccc6d8a4
7
+ data.tar.gz: 47f6086b1363285424b4951c88ee1995b971c511f7fa942706271aa53bc66e8499cae5bf231f848b4d17d78d2acaf9f3d7be80268bb17ab3878d0c60a1987239
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 1.0.0
2
+
3
+ - Drop support for ruby v2
4
+ - Drop support for rails v6
5
+
1
6
  ## 0.6.0
2
7
 
3
8
  - Support rails v7
data/Gemfile.lock CHANGED
@@ -1,151 +1,183 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- selenium_download_helper (0.6.0)
5
- rails (>= 6.0)
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 (7.0.2.3)
12
- actionpack (= 7.0.2.3)
13
- activesupport (= 7.0.2.3)
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
- actionmailbox (7.0.2.3)
17
- actionpack (= 7.0.2.3)
18
- activejob (= 7.0.2.3)
19
- activerecord (= 7.0.2.3)
20
- activestorage (= 7.0.2.3)
21
- activesupport (= 7.0.2.3)
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
  net-imap
24
25
  net-pop
25
26
  net-smtp
26
- actionmailer (7.0.2.3)
27
- actionpack (= 7.0.2.3)
28
- actionview (= 7.0.2.3)
29
- activejob (= 7.0.2.3)
30
- activesupport (= 7.0.2.3)
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)
31
32
  mail (~> 2.5, >= 2.5.4)
32
33
  net-imap
33
34
  net-pop
34
35
  net-smtp
35
- rails-dom-testing (~> 2.0)
36
- actionpack (7.0.2.3)
37
- actionview (= 7.0.2.3)
38
- activesupport (= 7.0.2.3)
39
- rack (~> 2.0, >= 2.2.0)
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)
40
44
  rack-test (>= 0.6.3)
41
- rails-dom-testing (~> 2.0)
42
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
43
- actiontext (7.0.2.3)
44
- actionpack (= 7.0.2.3)
45
- activerecord (= 7.0.2.3)
46
- activestorage (= 7.0.2.3)
47
- activesupport (= 7.0.2.3)
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)
48
52
  globalid (>= 0.6.0)
49
53
  nokogiri (>= 1.8.5)
50
- actionview (7.0.2.3)
51
- activesupport (= 7.0.2.3)
54
+ actionview (7.1.3.4)
55
+ activesupport (= 7.1.3.4)
52
56
  builder (~> 3.1)
53
- erubi (~> 1.4)
54
- rails-dom-testing (~> 2.0)
55
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
56
- activejob (7.0.2.3)
57
- activesupport (= 7.0.2.3)
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)
58
62
  globalid (>= 0.3.6)
59
- activemodel (7.0.2.3)
60
- activesupport (= 7.0.2.3)
61
- activerecord (7.0.2.3)
62
- activemodel (= 7.0.2.3)
63
- activesupport (= 7.0.2.3)
64
- activestorage (7.0.2.3)
65
- actionpack (= 7.0.2.3)
66
- activejob (= 7.0.2.3)
67
- activerecord (= 7.0.2.3)
68
- activesupport (= 7.0.2.3)
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)
69
74
  marcel (~> 1.0)
70
- mini_mime (>= 1.1.0)
71
- activesupport (7.0.2.3)
75
+ activesupport (7.1.3.4)
76
+ base64
77
+ bigdecimal
72
78
  concurrent-ruby (~> 1.0, >= 1.0.2)
79
+ connection_pool (>= 2.2.5)
80
+ drb
73
81
  i18n (>= 1.6, < 2)
74
82
  minitest (>= 5.1)
83
+ mutex_m
75
84
  tzinfo (~> 2.0)
76
- builder (3.2.4)
77
- childprocess (4.1.0)
78
- concurrent-ruby (1.1.10)
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)
79
90
  crass (1.0.6)
91
+ date (3.3.4)
80
92
  diff-lcs (1.4.4)
81
- digest (3.1.0)
82
- erubi (1.10.0)
83
- globalid (1.0.0)
84
- activesupport (>= 5.0)
85
- i18n (1.10.0)
93
+ drb (2.2.1)
94
+ erubi (1.13.0)
95
+ globalid (1.2.1)
96
+ activesupport (>= 6.1)
97
+ i18n (1.14.5)
86
98
  concurrent-ruby (~> 1.0)
87
- loofah (2.16.0)
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)
88
105
  crass (~> 1.0.2)
89
- nokogiri (>= 1.5.9)
90
- mail (2.7.1)
106
+ nokogiri (>= 1.12.0)
107
+ mail (2.8.1)
91
108
  mini_mime (>= 0.1.1)
92
- marcel (1.0.2)
93
- method_source (1.0.0)
94
- mini_mime (1.1.2)
95
- mini_portile2 (2.8.0)
96
- minitest (5.15.0)
97
- net-imap (0.2.3)
98
- digest
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
99
119
  net-protocol
100
- strscan
101
- net-pop (0.1.1)
102
- digest
120
+ net-pop (0.1.2)
103
121
  net-protocol
122
+ net-protocol (0.2.2)
104
123
  timeout
105
- net-protocol (0.1.3)
106
- timeout
107
- net-smtp (0.3.1)
108
- digest
124
+ net-smtp (0.5.0)
109
125
  net-protocol
110
- timeout
111
- nio4r (2.5.8)
112
- nokogiri (1.13.3)
113
- mini_portile2 (~> 2.8.0)
126
+ nio4r (2.7.3)
127
+ nokogiri (1.16.6)
128
+ mini_portile2 (~> 2.8.2)
114
129
  racc (~> 1.4)
115
- nokogiri (1.13.3-x86_64-darwin)
130
+ nokogiri (1.16.6-arm64-darwin)
116
131
  racc (~> 1.4)
117
- racc (1.6.0)
118
- rack (2.2.3)
119
- rack-test (1.1.0)
120
- rack (>= 1.0, < 3)
121
- rails (7.0.2.3)
122
- actioncable (= 7.0.2.3)
123
- actionmailbox (= 7.0.2.3)
124
- actionmailer (= 7.0.2.3)
125
- actionpack (= 7.0.2.3)
126
- actiontext (= 7.0.2.3)
127
- actionview (= 7.0.2.3)
128
- activejob (= 7.0.2.3)
129
- activemodel (= 7.0.2.3)
130
- activerecord (= 7.0.2.3)
131
- activestorage (= 7.0.2.3)
132
- activesupport (= 7.0.2.3)
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)
133
157
  bundler (>= 1.15.0)
134
- railties (= 7.0.2.3)
135
- rails-dom-testing (2.0.3)
136
- activesupport (>= 4.2.0)
158
+ railties (= 7.1.3.4)
159
+ rails-dom-testing (2.2.0)
160
+ activesupport (>= 5.0.0)
161
+ minitest
137
162
  nokogiri (>= 1.6)
138
- rails-html-sanitizer (1.4.2)
139
- loofah (~> 2.3)
140
- railties (7.0.2.3)
141
- actionpack (= 7.0.2.3)
142
- activesupport (= 7.0.2.3)
143
- method_source
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)
144
171
  rake (>= 12.2)
145
- thor (~> 1.0)
146
- zeitwerk (~> 2.5)
172
+ thor (~> 1.0, >= 1.2.2)
173
+ zeitwerk (~> 2.6)
147
174
  rake (13.0.3)
148
- rexml (3.2.5)
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
149
181
  rspec (3.10.0)
150
182
  rspec-core (~> 3.10.0)
151
183
  rspec-expectations (~> 3.10.0)
@@ -160,21 +192,27 @@ GEM
160
192
  rspec-support (~> 3.10.0)
161
193
  rspec-support (3.10.2)
162
194
  rubyzip (2.3.2)
163
- selenium-webdriver (4.1.0)
164
- childprocess (>= 0.5, < 5.0)
195
+ selenium-webdriver (4.23.0)
196
+ base64 (~> 0.2)
197
+ logger (~> 1.4)
165
198
  rexml (~> 3.2, >= 3.2.5)
166
- rubyzip (>= 1.2.2)
167
- strscan (3.0.1)
168
- thor (1.2.1)
169
- timeout (0.2.0)
170
- tzinfo (2.0.4)
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)
171
206
  concurrent-ruby (~> 1.0)
172
- websocket-driver (0.7.5)
207
+ webrick (1.8.1)
208
+ websocket (1.2.11)
209
+ websocket-driver (0.7.6)
173
210
  websocket-extensions (>= 0.1.0)
174
211
  websocket-extensions (0.1.5)
175
- zeitwerk (2.5.4)
212
+ zeitwerk (2.6.16)
176
213
 
177
214
  PLATFORMS
215
+ arm64-darwin-22
178
216
  ruby
179
217
  x86_64-darwin-19
180
218
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SeleniumDownloadHelper
4
- VERSION = '0.6.0'
4
+ VERSION = '1.0.0'
5
5
  end
@@ -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(">= 2.6.0")
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', '>= 6.0'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium_download_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.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: 2022-04-05 00:00:00.000000000 Z
11
+ date: 2024-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '6.0'
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: '6.0'
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: 2.6.0
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.1.2
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: []
@@ -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