fe_core_ext 0.33.0 → 0.33.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: e03934108a512eada22df20a49377eacbcc98decb4cf1ef976a6b4a68625d878
4
- data.tar.gz: 47c126a960a3c00b535ad7c0de71a00dd891bf1c3df80a25e252376ea0c32bb9
3
+ metadata.gz: df9a459af54ccbe9da684fb43286e1a38cd9a8f6ef4e475325269f9690ae164f
4
+ data.tar.gz: f986708bf317175cdb7fc4d51b13cb6d13b5786d662ae5baaa6ad80f58795299
5
5
  SHA512:
6
- metadata.gz: b0237b7d187495a4362e7cd499cafefd9ac5a4ba0092a7e6988c98cccfeef01c6022a6e7f175dc2224d24f768cf513ee7d478bab6cfd84042d58dd6b06e88d01
7
- data.tar.gz: 0e2294134a6b53bbe9cebd60e311549220559429ac5586b02914ce036d34948df94e13a279b9b63ed70f833441169c2f637eb3f2fbdae4bfdf705120dd01a634
6
+ metadata.gz: 6965024375b50d8b8de703368e12f8a972d4c774e2b0a4d0a29db05dbd0ef2d108ced5a292781849db72262561dfb0b3e6384b7f873014fcaf31271c5b36560c
7
+ data.tar.gz: 10ff4f80e8bd5818c6619bb7243bccbec369661c7185709e849739ce878fa35469440c03a91ea9d437ef70ed8084ae264c6a3484317e0724fefdbcb34a558723
@@ -2,11 +2,11 @@
2
2
 
3
3
  module Ferrum
4
4
  class Browser
5
- delegate %i[wait_for_css wait_for_csses wait_for_xpath wait_for_xpaths], to: :page
5
+ delegate :wait_for_css, :wait_for_csses, :wait_for_xpath, :wait_for_xpaths, to: :page
6
6
  end
7
7
 
8
8
  class Page
9
- delegate %i[wait_for_css wait_for_csses wait_for_xpath wait_for_xpaths], to: :main_frame
9
+ delegate :wait_for_css, :wait_for_csses, :wait_for_xpath, :wait_for_xpaths, to: :main_frame
10
10
  end
11
11
 
12
12
  class Frame
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FeCoreExt
4
- VERSION = "0.33.0"
4
+ VERSION = "0.33.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fe_core_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.33.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsu