appium_capybara 1.5.0 → 1.5.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
  SHA1:
3
- metadata.gz: dcc0b2b5f97fa3cdc4b6784d3c6076bf091b5cf5
4
- data.tar.gz: 690433fad0c06f5514cf424dc7637c42dd89ac19
3
+ metadata.gz: d5f8813731b82594834465b69b03ce5b481272dc
4
+ data.tar.gz: a489b41ddc565c6c29524a4779a8beb748b6881f
5
5
  SHA512:
6
- metadata.gz: a295b12e76f120fd873589845b0d7cd18e92d8d67a886ca6727ec5de7fa5e9c82b65fa89bbf56cda140ceef44164a1653d0a063c8d52727d3d507382446169ae
7
- data.tar.gz: f7b549176d8fe6f929e5362d69a34f77b18fdfa62af0fbb87e777712d2d633da7293ac26fb3be705edf3292aa840b434f846141d7771296950c80230b2f3e50d
6
+ metadata.gz: 520f1cb936e606f7bcd036aa0e9e143f0689253676e77e3bd7fd1f67cf7e82a6dcc0a16fe39f925f5955f6a265f93cb2062e62d30d00eb501bb4825a1aa686cc
7
+ data.tar.gz: fc052138f6c565167995f6aefc9eda3dc9c8cfb9a2b395cc9507655e64bc8f98d7ee2f722f91ef615c86cfce05128d28dcb8c3f8a0a92b87222f61f48d4a5832
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # appium_capybara [![Gem Version](https://badge.fury.io/rb/appium_capybara.svg)](http://badge.fury.io/rb/appium_capybara)
2
2
 
3
-
4
3
  Gem enabling appium support in capybara
5
4
 
5
+ Please use `v1.4.1` for Capybara 2.x users. `v1.5.0` requires Capybara 3.x.
6
+
6
7
  ## Driver Setup
7
8
  Set up the appium_capybara driver by running this before starting your test.
8
9
 
@@ -9,7 +9,7 @@ module Appium::Capybara
9
9
  end
10
10
 
11
11
  # Override
12
- def set(value)
12
+ def set(value, _options = {})
13
13
  native.clear
14
14
  send_keys(value)
15
15
  end
@@ -1,6 +1,6 @@
1
1
  module Appium
2
2
  module Capybara
3
- VERSION = '1.5.0' unless defined? ::Appium::Capybara::VERSION
4
- DATE = '2018-05-08' unless defined? ::Appium::Capybara::DATE
3
+ VERSION = '1.5.1' unless defined? ::Appium::Capybara::VERSION
4
+ DATE = '2018-06-23' unless defined? ::Appium::Capybara::DATE
5
5
  end
6
6
  end
data/release_notes.md CHANGED
@@ -1,3 +1,11 @@
1
+ #### v1.5.1 2018-06-23
2
+
3
+ - [9ea4945](https://github.com/appium/appium_capybara/commit/9ea49458af7efa54964c5ac1303c29f50d4d7210) Release 1.5.1
4
+ - [7f87aa0](https://github.com/appium/appium_capybara/commit/7f87aa0af5040de7f696c7e40fe69df4dd2a78c0) Merge pull request #39 from rjaros87/patch-1
5
+ - [5b9b516](https://github.com/appium/appium_capybara/commit/5b9b516235d20e7f1b0ef19959a24b764956840b) #38 Update 'set' method due to Capybara changes
6
+ - [53c4923](https://github.com/appium/appium_capybara/commit/53c49235fb5513ebdc3f60b5f673d4a21f08fb35) Update README.md
7
+
8
+
1
9
  #### v1.5.0 2018-05-08
2
10
 
3
11
  - [99963c2](https://github.com/appium/appium_capybara/commit/99963c23e11081f53e82dabd9336a296f1bd5a0a) Release 1.5.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.5.0
4
+ version: 1.5.1
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-05-08 00:00:00.000000000 Z
13
+ date: 2018-06-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: appium_lib