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 +4 -4
- data/README.md +2 -1
- data/lib/appium_capybara/driver/appium/node.rb +1 -1
- data/lib/appium_capybara/version.rb +2 -2
- data/release_notes.md +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5f8813731b82594834465b69b03ce5b481272dc
|
|
4
|
+
data.tar.gz: a489b41ddc565c6c29524a4779a8beb748b6881f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 520f1cb936e606f7bcd036aa0e9e143f0689253676e77e3bd7fd1f67cf7e82a6dcc0a16fe39f925f5955f6a265f93cb2062e62d30d00eb501bb4825a1aa686cc
|
|
7
|
+
data.tar.gz: fc052138f6c565167995f6aefc9eda3dc9c8cfb9a2b395cc9507655e64bc8f98d7ee2f722f91ef615c86cfce05128d28dcb8c3f8a0a92b87222f61f48d4a5832
|
data/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# appium_capybara [](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
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module Appium
|
|
2
2
|
module Capybara
|
|
3
|
-
VERSION = '1.5.
|
|
4
|
-
DATE = '2018-
|
|
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.
|
|
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-
|
|
13
|
+
date: 2018-06-23 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: appium_lib
|