appium_capybara 2.0.2 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/appium_capybara.gemspec +2 -3
- data/lib/appium_capybara/version.rb +1 -1
- data/release_notes.md +6 -0
- metadata +4 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8fa2974034da5a71b5dcd15ce959245daf7205d51024fda614bdaa7f0035754
|
4
|
+
data.tar.gz: b85a0c159a54944cbe0cc00d6a9f08ce3d669e60638343fe84dc70156ec1cb6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f581e64407e72fabb037166a1d59b87ceb1025a012b8a05bf58975eacc407279f54fd9bc07edf8fdc1356bb0cffef19b23def7b7164351a6d9dfa223d518819
|
7
|
+
data.tar.gz: 87342612a1440d10b29b40030e71d317628b656ae0e0f22bce6396461f7f88bca76d14029e7fd3da6922df38ea93d16e040c5bc39f1e9abe4caaf9ee5e160c4e
|
data/appium_capybara.gemspec
CHANGED
@@ -7,7 +7,7 @@ class Gem::Specification
|
|
7
7
|
end
|
8
8
|
|
9
9
|
Gem::Specification.new do |s|
|
10
|
-
s.required_ruby_version = '>= 2.
|
10
|
+
s.required_ruby_version = '>= 2.7'
|
11
11
|
|
12
12
|
s.name = 'appium_capybara'
|
13
13
|
s.version = Appium::Capybara::VERSION
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
15
15
|
s.license = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
|
16
16
|
s.description = s.summary = 'Enables appium support in Capybara'
|
17
17
|
s.description += '.' # avoid identical warning
|
18
|
-
s.authors = s.email = ['
|
18
|
+
s.authors = s.email = ['fly.49.89.over@gmail.com']
|
19
19
|
s.homepage = 'https://github.com/appium/appium_capybara'
|
20
20
|
s.require_paths = ['lib']
|
21
21
|
|
@@ -24,6 +24,5 @@ Gem::Specification.new do |s|
|
|
24
24
|
|
25
25
|
s.add_development_dependency 'appium_thor', '~> 1.1.6'
|
26
26
|
|
27
|
-
|
28
27
|
s.files = s.remove_zip_files(`git ls-files`.split("\n"))
|
29
28
|
end
|
data/release_notes.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
#### v2.1.0 2022-11-13
|
2
|
+
|
3
|
+
- [2c5362f](https://github.com/appium/appium_capybara/commit/2c5362f95bdb71af717d1ffeb89841bfa7775ef2) Release 2.1.0
|
4
|
+
- [b200990](https://github.com/appium/appium_capybara/commit/b2009905b0901b081a453a31151a1b4929d692f2) chore: fix required ruby version to match with the base appium_lib (#71)
|
5
|
+
|
6
|
+
|
1
7
|
#### v2.0.2 2022-11-13
|
2
8
|
|
3
9
|
- [1145db9](https://github.com/appium/appium_capybara/commit/1145db93010c2cfbcf3a14faeb3dfac03a058e4a) Release 2.0.2
|
metadata
CHANGED
@@ -1,12 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appium_capybara
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
- code@bootstraponline.com
|
9
|
-
- jason.s.carr@gmail.com
|
7
|
+
- fly.49.89.over@gmail.com
|
10
8
|
autorequire:
|
11
9
|
bindir: bin
|
12
10
|
cert_chain: []
|
@@ -56,9 +54,7 @@ dependencies:
|
|
56
54
|
version: 1.1.6
|
57
55
|
description: Enables appium support in Capybara.
|
58
56
|
email:
|
59
|
-
-
|
60
|
-
- code@bootstraponline.com
|
61
|
-
- jason.s.carr@gmail.com
|
57
|
+
- fly.49.89.over@gmail.com
|
62
58
|
executables: []
|
63
59
|
extensions: []
|
64
60
|
extra_rdoc_files: []
|
@@ -99,7 +95,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
99
95
|
requirements:
|
100
96
|
- - ">="
|
101
97
|
- !ruby/object:Gem::Version
|
102
|
-
version: '2.
|
98
|
+
version: '2.7'
|
103
99
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
104
100
|
requirements:
|
105
101
|
- - ">="
|