appium_capybara 2.1.0 → 2.1.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/appium_capybara.gemspec +1 -1
- data/lib/appium_capybara/version.rb +2 -2
- data/release_notes.md +6 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac847117f804a667ee4fc247f731e923bfac17e27eab943bde53d203d959b5fa
|
|
4
|
+
data.tar.gz: 853b1a0e106cd9968a90e8b1016768e6a2a40fb1f3434e3f383411d4000caa38
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2f033476e6dcb97858c82db26049a0f93d90d3785eb8210a40a7dcf1b55e3d2e3aebf7ad494d80408af13ffbe3141143a2683afd40366a37aaef66812728805
|
|
7
|
+
data.tar.gz: 0e502c4b9a8733e11b6aa868f144498228cddfddebdae363add14e4f6baf9ae2d6ce25eef27372e08c1a4eb579f173f9cf857f288d5660e1dec5387a064b41a3
|
data/appium_capybara.gemspec
CHANGED
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
s.add_runtime_dependency 'appium_lib', '~> 12.0.0'
|
|
23
23
|
s.add_runtime_dependency 'capybara', '~> 3.36'
|
|
24
24
|
|
|
25
|
-
s.add_development_dependency 'appium_thor', '~>
|
|
25
|
+
s.add_development_dependency 'appium_thor', '~> 2.0'
|
|
26
26
|
|
|
27
27
|
s.files = s.remove_zip_files(`git ls-files`.split("\n"))
|
|
28
28
|
end
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module Appium
|
|
2
2
|
module Capybara
|
|
3
|
-
VERSION = '2.1.
|
|
4
|
-
DATE = '
|
|
3
|
+
VERSION = '2.1.1'.freeze unless defined? ::Appium::Capybara::VERSION
|
|
4
|
+
DATE = '2024-04-27'.freeze unless defined? ::Appium::Capybara::DATE
|
|
5
5
|
end
|
|
6
6
|
end
|
data/release_notes.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
#### v2.1.1 2024-04-27
|
|
2
|
+
|
|
3
|
+
- [c1fd8b6](https://github.com/appium/appium_capybara/commit/c1fd8b637a1cc74838eca0151be0250ba9445043) Release 2.1.1
|
|
4
|
+
- [f31edf5](https://github.com/appium/appium_capybara/commit/f31edf540e7117bd24432e6ae0002803d41f5375) chore: bump thor to avoid ruby v3 issue
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
#### v2.1.0 2022-11-13
|
|
2
8
|
|
|
3
9
|
- [2c5362f](https://github.com/appium/appium_capybara/commit/2c5362f95bdb71af717d1ffeb89841bfa7775ef2) Release 2.1.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appium_capybara
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- fly.49.89.over@gmail.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: appium_lib
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: '2.0'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: '2.0'
|
|
55
55
|
description: Enables appium support in Capybara.
|
|
56
56
|
email:
|
|
57
57
|
- fly.49.89.over@gmail.com
|
|
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
103
|
version: '0'
|
|
104
104
|
requirements: []
|
|
105
|
-
rubygems_version: 3.
|
|
105
|
+
rubygems_version: 3.5.9
|
|
106
106
|
signing_key:
|
|
107
107
|
specification_version: 4
|
|
108
108
|
summary: Enables appium support in Capybara
|