postdoc 0.4.5 → 0.5.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: '09f770e5f9f810f3695458d4a90c59a444c80a5cec25cd51e3afc11936de26bf'
4
- data.tar.gz: 47e86514b4bf1d5648d16ef7745c96f85c59848b7551a1863ae9cc97a2a5af13
3
+ metadata.gz: aade4f88547c3a278657e650592f0920647f25c0ca7f60a2257b7f31482e6acd
4
+ data.tar.gz: 06bcf8c169fa9019a87fa10c45ff11b8d7b20cde2af5451f4cdf3f84107204bf
5
5
  SHA512:
6
- metadata.gz: 42ed6f938d2bd9a8ef3db1b0ef09879a9926e37755f265a59a23ff6969cbbd861c0c7cdae2a5a351778583d061df75c98cd1229053e24ee9f57529e9b9fcb242
7
- data.tar.gz: 9b5d74d7cb1fa73e8934d113ffaacde8fa617c993871eb0f1ed7b14811e41cc7c7cc1b57fc02ba5a66d6b8e2e9f2523ef355e823fbdc1d32bf124d5a40c9bab1
6
+ metadata.gz: 3cc40c9d92ff54dc7d70ae844cd10b5e68ec2293ccad473ae54c2cb95493d5610e0152b282fb924cdd92903abf4b68d4be480a739c60104da75ae8b134b35865
7
+ data.tar.gz: 149c083cad1541023891855f496c143bad72d7c067b86cca343a903c1745a9a8281acbcf744655fc32c5f3aa1c302a71d59d6a982385c12e4cc51a6f23411e4c
@@ -7,7 +7,7 @@ module Postdoc
7
7
 
8
8
  def initialize(port: Random.rand(1025..65535), **_options)
9
9
  @port = port
10
- @pid = Process.spawn "chrome --remote-debugging-port=#{port} --headless",
10
+ @pid = Process.spawn "chrome --remote-debugging-port=#{port} --headless about:blank",
11
11
  out: File::NULL, err: File::NULL
12
12
  end
13
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Groeneveld
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-07 00:00:00.000000000 Z
11
+ date: 2023-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chrome_remote
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  requirements: []
96
- rubygems_version: 3.2.15
96
+ rubygems_version: 3.4.1
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: Summary of Postdoc.