appium_capybara 2.0.2 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61255547032b2929a417bce0dd2cd32d1b1f14cac5e1f541ff3f2e4af4936bd0
4
- data.tar.gz: 4c9bbbb7797a46b2f2beee958eeb2eeb092f2ada2b83b6fd3a77218f02aa816b
3
+ metadata.gz: ac847117f804a667ee4fc247f731e923bfac17e27eab943bde53d203d959b5fa
4
+ data.tar.gz: 853b1a0e106cd9968a90e8b1016768e6a2a40fb1f3434e3f383411d4000caa38
5
5
  SHA512:
6
- metadata.gz: df111f9390b02d9a8b0f73b03c5c08ea8b06faa5fa7a4b28b51422f2bdb1f0f420a46e964fe680ca83d10a7b4d46116615c27c4cbced1fbb72620425ea75b47a
7
- data.tar.gz: 268d230df4a4fa564a10b0171810563d2dd091f7cbe810d234f99f548a18e18a07f1d872570c46a8a1992f20302e62122b23a98ca4fd5dd3811d34bb1e9cf782
6
+ metadata.gz: d2f033476e6dcb97858c82db26049a0f93d90d3785eb8210a40a7dcf1b55e3d2e3aebf7ad494d80408af13ffbe3141143a2683afd40366a37aaef66812728805
7
+ data.tar.gz: 0e502c4b9a8733e11b6aa868f144498228cddfddebdae363add14e4f6baf9ae2d6ce25eef27372e08c1a4eb579f173f9cf857f288d5660e1dec5387a064b41a3
@@ -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.6'
10
+ s.required_ruby_version = '>= 2.7'
11
11
 
12
12
  s.name = 'appium_capybara'
13
13
  s.version = Appium::Capybara::VERSION
@@ -15,15 +15,14 @@ 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 = ['scott.bonebrake@gmail.com', 'code@bootstraponline.com', 'jason.s.carr@gmail.com']
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
 
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', '~> 1.1.6'
26
-
25
+ s.add_development_dependency 'appium_thor', '~> 2.0'
27
26
 
28
27
  s.files = s.remove_zip_files(`git ls-files`.split("\n"))
29
28
  end
@@ -1,6 +1,6 @@
1
1
  module Appium
2
2
  module Capybara
3
- VERSION = '2.0.2'.freeze unless defined? ::Appium::Capybara::VERSION
4
- DATE = '2022-11-13'.freeze unless defined? ::Appium::Capybara::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,15 @@
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
+
7
+ #### v2.1.0 2022-11-13
8
+
9
+ - [2c5362f](https://github.com/appium/appium_capybara/commit/2c5362f95bdb71af717d1ffeb89841bfa7775ef2) Release 2.1.0
10
+ - [b200990](https://github.com/appium/appium_capybara/commit/b2009905b0901b081a453a31151a1b4929d692f2) chore: fix required ruby version to match with the base appium_lib (#71)
11
+
12
+
1
13
  #### v2.0.2 2022-11-13
2
14
 
3
15
  - [1145db9](https://github.com/appium/appium_capybara/commit/1145db93010c2cfbcf3a14faeb3dfac03a058e4a) Release 2.0.2
metadata CHANGED
@@ -1,16 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - scott.bonebrake@gmail.com
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: []
13
- date: 2022-11-13 00:00:00.000000000 Z
11
+ date: 2024-04-27 00:00:00.000000000 Z
14
12
  dependencies:
15
13
  - !ruby/object:Gem::Dependency
16
14
  name: appium_lib
@@ -46,19 +44,17 @@ dependencies:
46
44
  requirements:
47
45
  - - "~>"
48
46
  - !ruby/object:Gem::Version
49
- version: 1.1.6
47
+ version: '2.0'
50
48
  type: :development
51
49
  prerelease: false
52
50
  version_requirements: !ruby/object:Gem::Requirement
53
51
  requirements:
54
52
  - - "~>"
55
53
  - !ruby/object:Gem::Version
56
- version: 1.1.6
54
+ version: '2.0'
57
55
  description: Enables appium support in Capybara.
58
56
  email:
59
- - scott.bonebrake@gmail.com
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,14 +95,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
95
  requirements:
100
96
  - - ">="
101
97
  - !ruby/object:Gem::Version
102
- version: '2.6'
98
+ version: '2.7'
103
99
  required_rubygems_version: !ruby/object:Gem::Requirement
104
100
  requirements:
105
101
  - - ">="
106
102
  - !ruby/object:Gem::Version
107
103
  version: '0'
108
104
  requirements: []
109
- rubygems_version: 3.3.3
105
+ rubygems_version: 3.5.9
110
106
  signing_key:
111
107
  specification_version: 4
112
108
  summary: Enables appium support in Capybara