capybara-wait_before_click 0.1.0 → 0.1.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: 0035551bd4ee668708eabad5f2b1efe246a168b6a41edc564b50596e739a3759
4
- data.tar.gz: 7c8140e61f71a5d7a693a05f7f86e8fe869862e73e1ca3db9f625ea1da2c96ab
3
+ metadata.gz: 4c4654656c037643cb98adbdf9fc416f08486e1676d997898f29b31aa642ceb9
4
+ data.tar.gz: 806028ee61b7e75044f212ac8656951d63909ad66c458fe5620ac6c053a52678
5
5
  SHA512:
6
- metadata.gz: fc9a780be9b35fc980029b81b5a53261421221dd8568f0485cfd0b24b475356248efc8a1187bc9aec3c3569fe240218b7ceca558598c5bf54f79bb07a858b27a
7
- data.tar.gz: 29e66ab3d47b837bda68170975ec5da1bb2870170bffc64180a840177302d6fe4d0b0c29fe92d90cfb196a609260a2fb653d015825ac372fc9165f20a0dbda05
6
+ metadata.gz: 5949fec9f7735e03fbd8f9f2f73b444bd90a00e88f9e1e98be1dbfd4d896e3d250d2c20239a28abb6ddac105edbe46d5a7d1cadf33089b32fdd67c3b0b38388d
7
+ data.tar.gz: a87f7ada4de1c48841daa87433e8ca48f70b94a20298bb3abf0636a1d0b13db4ab0ca855b7ddfbf7587a9c488d04f28f84d9e0653e4294dc5c69701ab5f6cbbc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capybara-wait_before_click (0.1.0)
4
+ capybara-wait_before_click (0.1.1)
5
5
  capybara (~> 3.0)
6
6
 
7
7
  GEM
@@ -28,6 +28,8 @@ GEM
28
28
  nio4r (2.5.8)
29
29
  nokogiri (1.14.0-arm64-darwin)
30
30
  racc (~> 1.4)
31
+ nokogiri (1.14.0-x86_64-darwin)
32
+ racc (~> 1.4)
31
33
  nokogiri (1.14.0-x86_64-linux)
32
34
  racc (~> 1.4)
33
35
  parallel (1.22.1)
@@ -96,6 +98,7 @@ GEM
96
98
  PLATFORMS
97
99
  arm64-darwin-21
98
100
  arm64-darwin-22
101
+ x86_64-darwin-22
99
102
  x86_64-linux
100
103
 
101
104
  DEPENDENCIES
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Capybara
4
4
  module WaitBeforeClick
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara-wait_before_click
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - willnet
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-17 00:00:00.000000000 Z
11
+ date: 2023-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  requirements: []
70
- rubygems_version: 3.3.26
70
+ rubygems_version: 3.4.1
71
71
  signing_key:
72
72
  specification_version: 4
73
73
  summary: Reduce click miss in E2E tests and increases test stability