chemlab 0.9.0 → 0.9.1

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: c09a8e6e3c407893b4df27fadd71ffff047f3ea3df27b34a1ad7f1c0b8119de9
4
- data.tar.gz: c79979483ff6d8dc48716c3d6be27e683117bba9c346b925e6b7013e0d616238
3
+ metadata.gz: 00e25e2624a8c4ad20d1fa15db8bcd16ebe1940a91186465981963a462a958dd
4
+ data.tar.gz: ffbc472131c05820118af09dc12d78c7f373bb91af996dcd083788894eba4d51
5
5
  SHA512:
6
- metadata.gz: 96fc1f354f2b5568362c01688d265be896ca238f24819f075f1d16aa6b4f43c7b9cacf72662cd110d46dda4ee2bf6448b6a870927f9f1c9d2847fafa53949130
7
- data.tar.gz: f1aa2b1677db2f65e134db511b4741fc4a8977c1d0098c1f5eb1f246a6107ab45576df778b93117b93b617e94234a481a4ebd58d5c4fa7417b505e4002cbbecd
6
+ metadata.gz: 461fe6fd2f7608d2058a9866c6cf8128b186afcf3a86e9153dd04849aa4e5c88399cef65b696de5823b8f8c24316a341984a596c862087e7f7926db5dd8e9ce4
7
+ data.tar.gz: c72ef8cbb15aefb4c29098cefe12bf6009c3bec514c860c51a456e9ca9a175d51176d3714cc66b80cc07ca46ed6e5a986243fda9f09883c813a6ee2f236e1da5
@@ -136,7 +136,7 @@ module Chemlab
136
136
  locator = { css: %([data-qa-selector="#{name}"]) } if locator.nil?
137
137
 
138
138
  # extract extraneous arguments from the locator and insert them into args
139
- chemlab_options, locator = extract_chemlab_options(locator)
139
+ chemlab_options, locator = extract_chemlab_options(**locator)
140
140
  args.merge!(chemlab_options)
141
141
 
142
142
  old_timeout = Chemlab.configuration.default_timeout
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Chemlab
4
- VERSION = '0.9.0'
4
+ VERSION = '0.9.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chemlab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-23 00:00:00.000000000 Z
11
+ date: 2021-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control