chop 0.38.4 → 0.38.5

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: 300fb8ac4550a733af68e3cab0ee51b43f436dd1ce0d29d3b22b0ddd2e053213
4
- data.tar.gz: 07c6fdd1a3b15e83478049e3494eae28bc8430855cfd3c8bbb17e5a2279d555a
3
+ metadata.gz: 19069d46a77d04e6bf1d99596712c1d5bcc62d5a89b96db39f746699f3c98903
4
+ data.tar.gz: 252c293990b8573d74f9d36954ad21a3f8769a228d9f4f2c877188a1d8b90001
5
5
  SHA512:
6
- metadata.gz: c194a8ed998d2ac0d9621fce2bdb8a84a357d90fc2e574328d17044062272d70f600ed502434adf41bd3ea13ed685d507cda86f7498af229ce7c392bdcfa60f2
7
- data.tar.gz: b98b7a9654c28976a919a5d2e15c17d8762d3ebedf871cede4de73c1df9f8e0ca4eeee09064d1de69fd525522f6bc2162718fbea1bb79553172dd589a8f18b6e
6
+ metadata.gz: 694e7b17b0a80ea2e2e7eaa908c3fcb84592f1657c6dd2503932d136705d6be534124ae801c5a2081cdc5a2715256dd96fc8d22909f1e6dd550fdcc0c62c51a0
7
+ data.tar.gz: abec46fe2ef62213c6fb48657c18bceb0e0d83314b4be199851890d6c4f854c1b77a0d6ac0d8aa94d50a2bc0348471393948fc54583a927baa488b50daf7bb8d
data/lib/chop/form.rb CHANGED
@@ -85,11 +85,11 @@ module Chop
85
85
 
86
86
  def find_by_wrapping_label
87
87
  wrapping_label = @session.all("label", text: @locator, visible: :all, minimum: 0, wait: 0.1).find do |label|
88
- label.find(@css_selector, visible: :all, minimum: 0, wait: 0.1)
88
+ label.find(@css_selector, visible: :all, wait: 0.1)
89
89
  rescue Capybara::ElementNotFound
90
90
  false
91
91
  end
92
- wrapping_label&.find(@css_selector, visible: :all, minimum: 0, wait: 0.1)
92
+ wrapping_label&.find(@css_selector, visible: :all, wait: 0.1)
93
93
  end
94
94
 
95
95
  def raise_not_found
data/lib/chop/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Chop
2
- VERSION = "0.38.4"
2
+ VERSION = "0.38.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.4
4
+ version: 0.38.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-03-09 00:00:00.000000000 Z
11
+ date: 2026-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord