appium_lib 12.2.2 → 13.0.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.
@@ -14,6 +14,6 @@
14
14
 
15
15
  module Appium
16
16
  # Version and Date are defined on the 'Appium' module, not 'Appium::Common'
17
- VERSION = '12.2.2' unless defined? ::Appium::VERSION
18
- DATE = '2023-04-27' unless defined? ::Appium::DATE
17
+ VERSION = '13.0.1' unless defined? ::Appium::VERSION
18
+ DATE = '2023-06-19' unless defined? ::Appium::DATE
19
19
  end
data/readme.md CHANGED
@@ -18,7 +18,7 @@ We can avoid the class driver with current `ruby_lib`, but if you'd like to impl
18
18
  # Setup
19
19
  ## Requirement
20
20
  - [Appium](https://github.com/appium/appium#requirements)
21
- - Ruby: 2.7+
21
+ - Ruby: 3.0+
22
22
 
23
23
  ### Ruby Lib and Appium
24
24
 
data/release_notes.md CHANGED
@@ -1,3 +1,19 @@
1
+ #### v13.0.1 2023-06-19
2
+
3
+ - [777e15d](https://github.com/appium/ruby_lib/commit/777e15d7c0a727cbe25b1e51a3ba7a68759a12db) Release 13.0.1
4
+ - [d6a2afe](https://github.com/appium/ruby_lib/commit/d6a2afede2c39f242a47e995efe2ff047afe35cd) chore: Update appium_lib_core requirement from ~> 6.0 to >= 6, < 8 (#991)
5
+
6
+
7
+ #### v13.0.0 2023-06-18
8
+
9
+ - [a5add59](https://github.com/appium/ruby_lib/commit/a5add59a76fd88883c323566387c03b95a6db265) Release 13.0.0
10
+ - [7af0cde](https://github.com/appium/ruby_lib/commit/7af0cdeab1afa8832cf7725fb14705f49b1fa1dd) feat: drop Ruby 2.7 (#990)
11
+ - [2a3bee4](https://github.com/appium/ruby_lib/commit/2a3bee4ce4ebd82a6e8e27923332ec50c8252de5) chore: Update rubocop requirement from = 1.52.0 to = 1.52.1 (#989)
12
+ - [669beaa](https://github.com/appium/ruby_lib/commit/669beaa5734d34ea5f6af4ccf345d594ba52225f) chore: Update rubocop requirement from = 1.51.0 to = 1.52.0 (#988)
13
+ - [b96709e](https://github.com/appium/ruby_lib/commit/b96709e9b0833bfe898b35326564bfa8a819ac2a) chore: Update fakefs requirement from ~> 2.4.0 to ~> 2.5.0 (#987)
14
+ - [d075903](https://github.com/appium/ruby_lib/commit/d075903ff5586a996a6775a3fbe938765c66c50c) chore: Update rubocop requirement from = 1.50.2 to = 1.51.0 (#986)
15
+
16
+
1
17
  #### v12.2.2 2023-04-27
2
18
 
3
19
  - [2f3ac2d](https://github.com/appium/ruby_lib/commit/2f3ac2df0e770e033076429059f5b96dde0565b5) Release 12.2.2
@@ -60,10 +76,6 @@
60
76
  - [a9b7558](https://github.com/appium/ruby_lib/commit/a9b75583e9923ade4f4fd16cb7fad03cc0f7c1be) docs: tweak
61
77
  - [600f867](https://github.com/appium/ruby_lib/commit/600f8670f97d91babfd84e1c6c1ef34d2682b883) docs: updating (#950)
62
78
  - [a81ea4b](https://github.com/appium/ruby_lib/commit/a81ea4b2a74ea71fa62c1756ffea2f85da57d49b) docd: udpate readme
63
-
64
-
65
- #### v12.1.0 2022-10-11
66
-
67
79
  - [8f20fe1](https://github.com/appium/ruby_lib/commit/8f20fe12b728195a8d2eb7d39004de4075caeff8) Release 12.1.0
68
80
  - [b00662a](https://github.com/appium/ruby_lib/commit/b00662a3976aeadc8d5385fd00129fb9dafa967c) chore: specify latest core
69
81
  - [98a3c6b](https://github.com/appium/ruby_lib/commit/98a3c6b9720eeff74f6eefda6e54196477854ed3) feat: update the minimal ruby lib core version (#946)
metadata CHANGED
@@ -1,30 +1,36 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.2.2
4
+ version: 13.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
8
8
  - Kazuaki Matsuo
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-04-27 00:00:00.000000000 Z
12
+ date: 2023-06-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: appium_lib_core
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">="
19
+ - !ruby/object:Gem::Version
20
+ version: '6'
21
+ - - "<"
19
22
  - !ruby/object:Gem::Version
20
- version: '6.0'
23
+ version: '8'
21
24
  type: :runtime
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
24
27
  requirements:
25
- - - "~>"
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '6'
31
+ - - "<"
26
32
  - !ruby/object:Gem::Version
27
- version: '6.0'
33
+ version: '8'
28
34
  - !ruby/object:Gem::Dependency
29
35
  name: nokogiri
30
36
  requirement: !ruby/object:Gem::Requirement
@@ -91,14 +97,14 @@ dependencies:
91
97
  requirements:
92
98
  - - "~>"
93
99
  - !ruby/object:Gem::Version
94
- version: 2.4.0
100
+ version: 2.5.0
95
101
  type: :development
96
102
  prerelease: false
97
103
  version_requirements: !ruby/object:Gem::Requirement
98
104
  requirements:
99
105
  - - "~>"
100
106
  - !ruby/object:Gem::Version
101
- version: 2.4.0
107
+ version: 2.5.0
102
108
  - !ruby/object:Gem::Dependency
103
109
  name: hashdiff
104
110
  requirement: !ruby/object:Gem::Requirement
@@ -161,14 +167,14 @@ dependencies:
161
167
  requirements:
162
168
  - - '='
163
169
  - !ruby/object:Gem::Version
164
- version: 1.50.2
170
+ version: 1.52.1
165
171
  type: :development
166
172
  prerelease: false
167
173
  version_requirements: !ruby/object:Gem::Requirement
168
174
  requirements:
169
175
  - - '='
170
176
  - !ruby/object:Gem::Version
171
- version: 1.50.2
177
+ version: 1.52.1
172
178
  - !ruby/object:Gem::Dependency
173
179
  name: spec
174
180
  requirement: !ruby/object:Gem::Requirement
@@ -211,7 +217,6 @@ executables: []
211
217
  extensions: []
212
218
  extra_rdoc_files: []
213
219
  files:
214
- - ".azure-pipelines.yml"
215
220
  - ".github/ISSUE_TEMPLATE.md"
216
221
  - ".github/PULL_REQUEST_TEMPLATE.md"
217
222
  - ".github/dependabot.yml"
@@ -294,7 +299,7 @@ homepage: https://github.com/appium/ruby_lib
294
299
  licenses:
295
300
  - Apache-2.0
296
301
  metadata: {}
297
- post_install_message:
302
+ post_install_message:
298
303
  rdoc_options: []
299
304
  require_paths:
300
305
  - lib
@@ -302,15 +307,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
302
307
  requirements:
303
308
  - - ">="
304
309
  - !ruby/object:Gem::Version
305
- version: '2.7'
310
+ version: '3.0'
306
311
  required_rubygems_version: !ruby/object:Gem::Requirement
307
312
  requirements:
308
313
  - - ">="
309
314
  - !ruby/object:Gem::Version
310
315
  version: '0'
311
316
  requirements: []
312
- rubygems_version: 3.2.14
313
- signing_key:
317
+ rubygems_version: 3.3.3
318
+ signing_key:
314
319
  specification_version: 4
315
320
  summary: Ruby library for Appium
316
321
  test_files: []
data/.azure-pipelines.yml DELETED
@@ -1,18 +0,0 @@
1
- # Ruby
2
- # Package your Ruby project.
3
- # Add steps that install rails, analyze code, save build artifacts, deploy, and more:
4
- # https://docs.microsoft.com/azure/devops/pipelines/languages/ruby
5
-
6
- trigger:
7
- - main
8
-
9
- pool:
10
- vmImage: 'macOS-10.15'
11
-
12
- steps:
13
- - task: UseRubyVersion@0
14
- inputs:
15
- versionSpec: '>= 2.6'
16
-
17
- - script: bundle install --retry=3 --jobs=4
18
- displayName: 'bundle install'