playwright-ruby-client 0.5.5 → 0.5.6

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: cd2cd0b1ca23f5807c139c717c91341d2279c98cf6a8b513560221f9da9701cf
4
- data.tar.gz: 8a059997574ce31fb065b1dbc3dae5c94c3660ada06fc0eaaff5cb29cc6efa6b
3
+ metadata.gz: 00cad3443e3aa3e8f527ceda91858789a4ab9ed2853a99f48c24abae1e0e1a0e
4
+ data.tar.gz: f326aa14284545710e95eb53986053325fbf37b5ddc3a82edc9fecf1454afccf
5
5
  SHA512:
6
- metadata.gz: 6eb023ebb94129a006dcdacb383b43221dbcae61b1d1f474e382f84c2dd4d2b39d6c9cc878673e193f71c2409860bd69d0a8c865508a5930188aeb607325ed00
7
- data.tar.gz: a3bd488faa4ef02f7afe9e50bd9e001429440b0bfd3a96a00ddf074aac809db828d06562985083b8573c31be966e64394253d6d5d26593cf4ad8434bc5660c50
6
+ metadata.gz: 81d0d106ae9bdc7dd12e001dd82aec2e5cfe507cb04330df67e480127f8cd07f92f92dcca078900069ba134bcd34c9643ec17c1629ee288037d85e062cda741f
7
+ data.tar.gz: 6ff3bf21ddcf009eb5eda9365ad324796692993166ead922d71a145b0c861161c6062f0ddb3fe0f6471eb5c5c6de6bbb52399ad5fa128ebd070c7fc322a624c2
@@ -14,7 +14,7 @@ module Playwright
14
14
  when ApiImplementation
15
15
  ApiImplementationWrapper.new(channel_owner_or_api_implementation).wrap
16
16
  else
17
- nil
17
+ channel_owner_or_api_implementation
18
18
  end
19
19
  end
20
20
 
@@ -119,7 +119,7 @@ module Playwright
119
119
  if object.is_a?(Array)
120
120
  object.map { |obj| wrap_impl(obj) }
121
121
  else
122
- ::Playwright::PlaywrightApi.wrap(object) || object
122
+ ::Playwright::PlaywrightApi.wrap(object)
123
123
  end
124
124
  end
125
125
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playwright
4
- VERSION = '0.5.5'
4
+ VERSION = '0.5.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playwright-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - YusukeIwaki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-06 00:00:00.000000000 Z
11
+ date: 2021-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby