selenium_download_helper 0.5.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f31d9161b708b861e391685bd2c11dbe8e1bed3c2a8aabdad14a127cd573d6f2
4
- data.tar.gz: 28eb670ab1d11e62c57e925e730b2040e07457a851149f1dfa4f41c61a9b482a
3
+ metadata.gz: 85e717fb652e52a196fe55a4cc971559ea40ca19520697224a61954314a2ccd6
4
+ data.tar.gz: 751c36041230552bc4c8e0a0ef461319be336a561fd91d5530c4054c2afed474
5
5
  SHA512:
6
- metadata.gz: 0d3270a973fcf81dc31dc2935fdec8282dcd5b955b9613c6444ecbed867035fe290f62c2c186955e4ad2f95ea93e722327e1485a877524cbbefaadcb984b7622
7
- data.tar.gz: 4aadf4888f539d14140874191f3a9ec01f342611d55ba0b48973889496892e0d51ba1ab534dca071b1a9216c90fe80a32ab7f57ee767fc4748adfd788bdef9ae
6
+ metadata.gz: 0ee99f51e617dd311131a3fb5a23d1d05418aaeea6739ac99570c722a9d1de8f850b5dae188f2425bf459300c0a641a384dc184f0cf3a00962e6a804ccc6d8a4
7
+ data.tar.gz: 47f6086b1363285424b4951c88ee1995b971c511f7fa942706271aa53bc66e8499cae5bf231f848b4d17d78d2acaf9f3d7be80268bb17ab3878d0c60a1987239
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 1.0.0
2
+
3
+ - Drop support for ruby v2
4
+ - Drop support for rails v6
5
+
6
+ ## 0.6.0
7
+
8
+ - Support rails v7
9
+
1
10
  ## 0.5.0
2
11
 
3
12
  - Refactor
data/Gemfile.lock CHANGED
@@ -1,125 +1,183 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- selenium_download_helper (0.5.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 (6.1.3.1)
12
- actionpack (= 6.1.3.1)
13
- activesupport (= 6.1.3.1)
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 (6.1.3.1)
17
- actionpack (= 6.1.3.1)
18
- activejob (= 6.1.3.1)
19
- activerecord (= 6.1.3.1)
20
- activestorage (= 6.1.3.1)
21
- activesupport (= 6.1.3.1)
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
- actionmailer (6.1.3.1)
24
- actionpack (= 6.1.3.1)
25
- actionview (= 6.1.3.1)
26
- activejob (= 6.1.3.1)
27
- activesupport (= 6.1.3.1)
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
- rails-dom-testing (~> 2.0)
30
- actionpack (6.1.3.1)
31
- actionview (= 6.1.3.1)
32
- activesupport (= 6.1.3.1)
33
- rack (~> 2.0, >= 2.0.9)
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.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.3.1)
38
- actionpack (= 6.1.3.1)
39
- activerecord (= 6.1.3.1)
40
- activestorage (= 6.1.3.1)
41
- activesupport (= 6.1.3.1)
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 (6.1.3.1)
44
- activesupport (= 6.1.3.1)
54
+ actionview (7.1.3.4)
55
+ activesupport (= 7.1.3.4)
45
56
  builder (~> 3.1)
46
- erubi (~> 1.4)
47
- rails-dom-testing (~> 2.0)
48
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.3.1)
50
- activesupport (= 6.1.3.1)
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 (6.1.3.1)
53
- activesupport (= 6.1.3.1)
54
- activerecord (6.1.3.1)
55
- activemodel (= 6.1.3.1)
56
- activesupport (= 6.1.3.1)
57
- activestorage (6.1.3.1)
58
- actionpack (= 6.1.3.1)
59
- activejob (= 6.1.3.1)
60
- activerecord (= 6.1.3.1)
61
- activesupport (= 6.1.3.1)
62
- marcel (~> 1.0.0)
63
- mini_mime (~> 1.0.2)
64
- activesupport (6.1.3.1)
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
- zeitwerk (~> 2.3)
70
- builder (3.2.4)
71
- childprocess (3.0.0)
72
- concurrent-ruby (1.1.8)
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
- erubi (1.10.0)
76
- globalid (0.4.2)
77
- activesupport (>= 4.2.0)
78
- i18n (1.8.10)
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
- loofah (2.9.1)
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.5.9)
83
- mail (2.7.1)
106
+ nokogiri (>= 1.12.0)
107
+ mail (2.8.1)
84
108
  mini_mime (>= 0.1.1)
85
- marcel (1.0.1)
86
- method_source (1.0.0)
87
- mini_mime (1.0.3)
88
- minitest (5.14.4)
89
- nio4r (2.5.7)
90
- nokogiri (1.11.3-x86_64-darwin)
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
- racc (1.5.2)
93
- rack (2.2.3)
94
- rack-test (1.1.0)
95
- rack (>= 1.0, < 3)
96
- rails (6.1.3.1)
97
- actioncable (= 6.1.3.1)
98
- actionmailbox (= 6.1.3.1)
99
- actionmailer (= 6.1.3.1)
100
- actionpack (= 6.1.3.1)
101
- actiontext (= 6.1.3.1)
102
- actionview (= 6.1.3.1)
103
- activejob (= 6.1.3.1)
104
- activemodel (= 6.1.3.1)
105
- activerecord (= 6.1.3.1)
106
- activestorage (= 6.1.3.1)
107
- activesupport (= 6.1.3.1)
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 (= 6.1.3.1)
110
- sprockets-rails (>= 2.0.0)
111
- rails-dom-testing (2.0.3)
112
- activesupport (>= 4.2.0)
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.3.0)
115
- loofah (~> 2.3)
116
- railties (6.1.3.1)
117
- actionpack (= 6.1.3.1)
118
- activesupport (= 6.1.3.1)
119
- method_source
120
- rake (>= 0.8.7)
121
- thor (~> 1.0)
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.0)
137
- selenium-webdriver (3.142.7)
138
- childprocess (>= 0.5, < 4.0)
139
- rubyzip (>= 1.2.2)
140
- sprockets (4.0.2)
141
- concurrent-ruby (~> 1.0)
142
- rack (> 1, < 3)
143
- sprockets-rails (3.2.2)
144
- actionpack (>= 4.0)
145
- activesupport (>= 4.0)
146
- sprockets (>= 3.0.0)
147
- thor (1.1.0)
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
- websocket-driver (0.7.3)
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.4.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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SeleniumDownloadHelper
4
- VERSION = '0.5.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,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.5.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: 2021-05-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
15
15
  requirement: !ruby/object:Gem::Requirement
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