appium_capybara 2.1.0 → 3.0.0

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
  SHA256:
3
- metadata.gz: f8fa2974034da5a71b5dcd15ce959245daf7205d51024fda614bdaa7f0035754
4
- data.tar.gz: b85a0c159a54944cbe0cc00d6a9f08ce3d669e60638343fe84dc70156ec1cb6b
3
+ metadata.gz: 9257abc090d27db22f3294d0809dffc5bdbae04ac14db612cab439a97fb60471
4
+ data.tar.gz: 201533d0e288732745a85af77b574af035b9f08e00f88c5a7863fc380e328d0f
5
5
  SHA512:
6
- metadata.gz: 5f581e64407e72fabb037166a1d59b87ceb1025a012b8a05bf58975eacc407279f54fd9bc07edf8fdc1356bb0cffef19b23def7b7164351a6d9dfa223d518819
7
- data.tar.gz: 87342612a1440d10b29b40030e71d317628b656ae0e0f22bce6396461f7f88bca76d14029e7fd3da6922df38ea93d16e040c5bc39f1e9abe4caaf9ee5e160c4e
6
+ metadata.gz: e0f7b84b800f0e6042bab1d87d7681d54143684521d08df03c61ba8a798339a4face35be8971d1b000d550816bfda54420c742edad4d66e44050a1396ef2fc65
7
+ data.tar.gz: 98aa986334aee3ae33fe4f9a7053d8a5ba86df55a59ad0a7bc84e4cfcb4e8931390ef35e1c17b6fd8121076a1ec0299a5ba3f0c375a0eca2e9f54c5ea7785c95
data/README.md CHANGED
@@ -69,7 +69,9 @@ Make sure to run `thor bump` or manually modify version.rb before publishing. Ru
69
69
  version to be published twice. After the version is bumped, run `thor publish`
70
70
 
71
71
 
72
- ## Changelogs
72
+ ## major changelogs
73
+ - v3.0.0
74
+ - Support Ruby 3+ only
73
75
 
74
76
  - v2.0.0
75
77
  - Bump base appium_lib version to v12
@@ -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.7'
10
+ s.required_ruby_version = Gem::Requirement.new('>= 3.0')
11
11
 
12
12
  s.name = 'appium_capybara'
13
13
  s.version = Appium::Capybara::VERSION
@@ -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', '~> 1.1.6'
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.0'.freeze unless defined? ::Appium::Capybara::VERSION
4
- DATE = '2022-11-13'.freeze unless defined? ::Appium::Capybara::DATE
3
+ VERSION = '3.0.0'.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
+ #### v3.0.0 2024-04-27
2
+
3
+ - [4e25275](https://github.com/appium/appium_capybara/commit/4e25275f35bd934b52daf58e60237fe43577aa3f) Release 3.0.0
4
+ - [00014d6](https://github.com/appium/appium_capybara/commit/00014d6c37ec6279f924715371c82d9716fd4598) chore: bump Ruby min version (#72)
5
+
6
+
7
+ #### v2.1.1 2024-04-27
8
+
9
+ - [c1fd8b6](https://github.com/appium/appium_capybara/commit/c1fd8b637a1cc74838eca0151be0250ba9445043) Release 2.1.1
10
+ - [f31edf5](https://github.com/appium/appium_capybara/commit/f31edf540e7117bd24432e6ae0002803d41f5375) chore: bump thor to avoid ruby v3 issue
11
+
12
+
1
13
  #### v2.1.0 2022-11-13
2
14
 
3
15
  - [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.0
4
+ version: 3.0.0
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: 2022-11-13 00:00:00.000000000 Z
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: 1.1.6
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: 1.1.6
54
+ version: '2.0'
55
55
  description: Enables appium support in Capybara.
56
56
  email:
57
57
  - fly.49.89.over@gmail.com
@@ -95,14 +95,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
95
  requirements:
96
96
  - - ">="
97
97
  - !ruby/object:Gem::Version
98
- version: '2.7'
98
+ version: '3.0'
99
99
  required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - ">="
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  requirements: []
105
- rubygems_version: 3.3.3
105
+ rubygems_version: 3.5.9
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: Enables appium support in Capybara