venetian 0.1.3 → 0.1.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/venetian/version.rb +2 -2
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8894a94bd04d285d094166aea97a598e5fe430d0517cd2727af3004c1c1e94ca
4
- data.tar.gz: 0bc4c8fa1e7b5188df862e0a1addba7beb46a4e52eb4baa2421c545cc7638fd8
3
+ metadata.gz: 11550e871b1664c233154fcc113fc15bde91b0e4997253ac4769bc2c0487518d
4
+ data.tar.gz: 9aa532ba78812cb8ee77263b8627b1711a2372ccfdcae36b3dfc8742b9179860
5
5
  SHA512:
6
- metadata.gz: 53e51de62a9901d09b496f21f13fef0003d17ae21ee7284e722863fe3b1f8485d43bd2f255aaa8ab2252e736b474ca2d04742caa721dff29b48c319d4cd369ce
7
- data.tar.gz: 4fe720569a97919438869bb4e65e5fc1f132922837fca139174f86c20f059f28423ba0c7b376e9bec53fa92dcd52b876a4b64913ccb7857a21716c12f3fdbc47
6
+ metadata.gz: 7987e1406b883f65de9a75f2a184096acb07e649e7cfd1d6e96d2f0b2b8cce993a70413debb88c8ef2f742512889121e42632d7cd3988ccaf6651453a76a31cb
7
+ data.tar.gz: f86cc3d21f27d9953e84a8f98d76ac559ce54e4f920534d6d3ba58d201f7be85f992127aeddba2d7b6acb2fbc693971872d7bd32c72bbed16d9eb46541dcb480
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Venetian
4
- VERSION = "0.1.3"
5
- COMPATIBLE_PLAYWRIGHT_VERSION = "1.60.0"
4
+ VERSION = "0.1.4"
5
+ COMPATIBLE_PLAYWRIGHT_VERSION = "1.61.1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: venetian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Malčić
@@ -29,14 +29,14 @@ dependencies:
29
29
  requirements:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 1.60.0
32
+ version: 1.61.0
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: 1.60.0
39
+ version: 1.61.0
40
40
  description: Bundles the Playwright driver binary in platform-specific gem variants
41
41
  and integrates with `capybara-playwright-driver`.
42
42
  email:
@@ -69,7 +69,7 @@ metadata:
69
69
  homepage_uri: https://malcic.codes/software/venetian
70
70
  source_code_uri: https://github.com/jmalcic/venetian
71
71
  rubygems_mfa_required: 'true'
72
- playwright_version: 1.60.0
72
+ playwright_version: 1.61.1
73
73
  rdoc_options: []
74
74
  require_paths:
75
75
  - lib