appium_capybara 1.6.0 → 1.7.0

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
  SHA1:
3
- metadata.gz: 8ad5dc82e5103a36d9397d7a64ccd4dec029addf
4
- data.tar.gz: a443b17a2394b6fd7f2f3d678ac45ca7b9a8e3d6
3
+ metadata.gz: 39e6442994ab2465ec62491fe8c99d1ccc3e047f
4
+ data.tar.gz: 0bbe5087fec910ad46f31b5ed4784278b88ccf77
5
5
  SHA512:
6
- metadata.gz: 4241782eabc1b75891883d8846073ff51d539b04a37aa5f035dfb49fa91f6d820afffe6eb5aa149a8fe5e97fa1bcdc402ba0a6d49efa42e8697e6e6e0a7d6361
7
- data.tar.gz: 618e9d0af104fd3689026c7764f1384347b6d956e2993012ec177f501cffe6b386f63f1148b1df57b3ac1c606c8bc66da80d1b65b329b3d6f037d6097905f6ff
6
+ metadata.gz: 0c9b9b45266a2cd92f617457dd0e41d7a85a85ccbbd4fdbc427c8f35da0bb7e0018bc3ebffe93a93f56f9b5cc88d4aab6371e8b498cbd9d4291f457f3fa605b0
7
+ data.tar.gz: b7ca4854f70f90e2ea9d8d34f0ac110e3e75598c4c01850964b81b3ec3488814bdf33ffceef9a3a1a2feefac3fca862ec8b49e3395404f1f4798f11a0dfb16b3
@@ -20,3 +20,6 @@ end
20
20
  Capybara.add_selector(:accessibility_id) do
21
21
  custom(:accessibility_id) { |locator| locator }
22
22
  end
23
+ Capybara.add_selector(:custom) do
24
+ custom(:custom) { |locator| locator }
25
+ end
@@ -1,6 +1,6 @@
1
1
  module Appium
2
2
  module Capybara
3
- VERSION = '1.6.0' unless defined? ::Appium::Capybara::VERSION
4
- DATE = '2018-08-20' unless defined? ::Appium::Capybara::DATE
3
+ VERSION = '1.7.0' unless defined? ::Appium::Capybara::VERSION
4
+ DATE = '2018-10-26' unless defined? ::Appium::Capybara::DATE
5
5
  end
6
6
  end
@@ -1,3 +1,10 @@
1
+ #### v1.7.0 2018-10-26
2
+
3
+ - [320144f](https://github.com/appium/appium_capybara/commit/320144fb2a2e8a4f63eb01476430be283a5a4928) Release 1.7.0
4
+ - [c521dda](https://github.com/appium/appium_capybara/commit/c521dda41a22a018d517985c388e01446e2c2845) Merge pull request #42 from aha-oretama/add-feature-custom-selector
5
+ - [c597c29](https://github.com/appium/appium_capybara/commit/c597c2927c4f739f97018a48dcf0ca62dbd7b691) Add custom tag in selector. This is for element-finding-plugins.
6
+
7
+
1
8
  #### v1.6.0 2018-08-20
2
9
 
3
10
  - [7b2134d](https://github.com/appium/appium_capybara/commit/7b2134d661d8ba1a0f228759c0579921efe0df79) Release 1.6.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - scott.bonebrake@gmail.com
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-08-20 00:00:00.000000000 Z
13
+ date: 2018-10-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: appium_lib