selenium_download_helper 0.5.0 → 0.6.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: f31d9161b708b861e391685bd2c11dbe8e1bed3c2a8aabdad14a127cd573d6f2
4
- data.tar.gz: 28eb670ab1d11e62c57e925e730b2040e07457a851149f1dfa4f41c61a9b482a
3
+ metadata.gz: 32067606060915225e73bcb7cc835f48ac41ce089bb04cd86991b4b15836e14e
4
+ data.tar.gz: 77985acfa7db13c9aff7d781a2717920620dc2306d3c2a3976710d0715bccdeb
5
5
  SHA512:
6
- metadata.gz: 0d3270a973fcf81dc31dc2935fdec8282dcd5b955b9613c6444ecbed867035fe290f62c2c186955e4ad2f95ea93e722327e1485a877524cbbefaadcb984b7622
7
- data.tar.gz: 4aadf4888f539d14140874191f3a9ec01f342611d55ba0b48973889496892e0d51ba1ab534dca071b1a9216c90fe80a32ab7f57ee767fc4748adfd788bdef9ae
6
+ metadata.gz: 3cc56c9d274aac7b0dff0fe2d418ca510e1cdc004605c1ae3bbb89cf6da3f0f8063a5d22ecd0cbec412736b77865b6258fedb12f792e3d7274526fdc136e0fb9
7
+ data.tar.gz: d6b32e8a892a3db147c794b21dcd600cb3709011136d0e920e68f38ae65ecf5070d16e432c51aee25f45a0bb0fa47631a3139ed1bf12903a4d912517133a963b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.6.0
2
+
3
+ - Support rails v7
4
+
1
5
  ## 0.5.0
2
6
 
3
7
  - Refactor
data/Gemfile.lock CHANGED
@@ -1,125 +1,151 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- selenium_download_helper (0.5.0)
5
- rails (~> 6.0)
4
+ selenium_download_helper (0.6.0)
5
+ rails (>= 6.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.0.2.3)
12
+ actionpack (= 7.0.2.3)
13
+ activesupport (= 7.0.2.3)
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
+ 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)
22
22
  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)
23
+ net-imap
24
+ net-pop
25
+ 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)
28
31
  mail (~> 2.5, >= 2.5.4)
32
+ net-imap
33
+ net-pop
34
+ net-smtp
29
35
  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)
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)
34
40
  rack-test (>= 0.6.3)
35
41
  rails-dom-testing (~> 2.0)
36
42
  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)
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)
48
+ globalid (>= 0.6.0)
42
49
  nokogiri (>= 1.8.5)
43
- actionview (6.1.3.1)
44
- activesupport (= 6.1.3.1)
50
+ actionview (7.0.2.3)
51
+ activesupport (= 7.0.2.3)
45
52
  builder (~> 3.1)
46
53
  erubi (~> 1.4)
47
54
  rails-dom-testing (~> 2.0)
48
55
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.3.1)
50
- activesupport (= 6.1.3.1)
56
+ activejob (7.0.2.3)
57
+ activesupport (= 7.0.2.3)
51
58
  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)
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)
69
+ marcel (~> 1.0)
70
+ mini_mime (>= 1.1.0)
71
+ activesupport (7.0.2.3)
65
72
  concurrent-ruby (~> 1.0, >= 1.0.2)
66
73
  i18n (>= 1.6, < 2)
67
74
  minitest (>= 5.1)
68
75
  tzinfo (~> 2.0)
69
- zeitwerk (~> 2.3)
70
76
  builder (3.2.4)
71
- childprocess (3.0.0)
72
- concurrent-ruby (1.1.8)
77
+ childprocess (4.1.0)
78
+ concurrent-ruby (1.1.10)
73
79
  crass (1.0.6)
74
80
  diff-lcs (1.4.4)
81
+ digest (3.1.0)
75
82
  erubi (1.10.0)
76
- globalid (0.4.2)
77
- activesupport (>= 4.2.0)
78
- i18n (1.8.10)
83
+ globalid (1.0.0)
84
+ activesupport (>= 5.0)
85
+ i18n (1.10.0)
79
86
  concurrent-ruby (~> 1.0)
80
- loofah (2.9.1)
87
+ loofah (2.16.0)
81
88
  crass (~> 1.0.2)
82
89
  nokogiri (>= 1.5.9)
83
90
  mail (2.7.1)
84
91
  mini_mime (>= 0.1.1)
85
- marcel (1.0.1)
92
+ marcel (1.0.2)
86
93
  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)
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
99
+ net-protocol
100
+ strscan
101
+ net-pop (0.1.1)
102
+ digest
103
+ net-protocol
104
+ timeout
105
+ net-protocol (0.1.3)
106
+ timeout
107
+ net-smtp (0.3.1)
108
+ digest
109
+ net-protocol
110
+ timeout
111
+ nio4r (2.5.8)
112
+ nokogiri (1.13.3)
113
+ mini_portile2 (~> 2.8.0)
114
+ racc (~> 1.4)
115
+ nokogiri (1.13.3-x86_64-darwin)
91
116
  racc (~> 1.4)
92
- racc (1.5.2)
117
+ racc (1.6.0)
93
118
  rack (2.2.3)
94
119
  rack-test (1.1.0)
95
120
  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)
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)
108
133
  bundler (>= 1.15.0)
109
- railties (= 6.1.3.1)
110
- sprockets-rails (>= 2.0.0)
134
+ railties (= 7.0.2.3)
111
135
  rails-dom-testing (2.0.3)
112
136
  activesupport (>= 4.2.0)
113
137
  nokogiri (>= 1.6)
114
- rails-html-sanitizer (1.3.0)
138
+ rails-html-sanitizer (1.4.2)
115
139
  loofah (~> 2.3)
116
- railties (6.1.3.1)
117
- actionpack (= 6.1.3.1)
118
- activesupport (= 6.1.3.1)
140
+ railties (7.0.2.3)
141
+ actionpack (= 7.0.2.3)
142
+ activesupport (= 7.0.2.3)
119
143
  method_source
120
- rake (>= 0.8.7)
144
+ rake (>= 12.2)
121
145
  thor (~> 1.0)
146
+ zeitwerk (~> 2.5)
122
147
  rake (13.0.3)
148
+ rexml (3.2.5)
123
149
  rspec (3.10.0)
124
150
  rspec-core (~> 3.10.0)
125
151
  rspec-expectations (~> 3.10.0)
@@ -133,24 +159,20 @@ GEM
133
159
  diff-lcs (>= 1.2.0, < 2.0)
134
160
  rspec-support (~> 3.10.0)
135
161
  rspec-support (3.10.2)
136
- rubyzip (2.3.0)
137
- selenium-webdriver (3.142.7)
138
- childprocess (>= 0.5, < 4.0)
162
+ rubyzip (2.3.2)
163
+ selenium-webdriver (4.1.0)
164
+ childprocess (>= 0.5, < 5.0)
165
+ rexml (~> 3.2, >= 3.2.5)
139
166
  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)
167
+ strscan (3.0.1)
168
+ thor (1.2.1)
169
+ timeout (0.2.0)
148
170
  tzinfo (2.0.4)
149
171
  concurrent-ruby (~> 1.0)
150
- websocket-driver (0.7.3)
172
+ websocket-driver (0.7.5)
151
173
  websocket-extensions (>= 0.1.0)
152
174
  websocket-extensions (0.1.5)
153
- zeitwerk (2.4.2)
175
+ zeitwerk (2.5.4)
154
176
 
155
177
  PLATFORMS
156
178
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SeleniumDownloadHelper
4
- VERSION = '0.5.0'
4
+ VERSION = '0.6.0'
5
5
  end
@@ -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', '>= 6.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,27 +1,27 @@
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: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - aki77
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-05 00:00:00.000000000 Z
11
+ date: 2022-04-05 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
19
  version: '6.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
26
  version: '6.0'
27
27
  - !ruby/object:Gem::Dependency