appium_lib 13.0.0 → 13.0.2
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/.github/CODEOWNERS +1 -0
- data/CHANGELOG.md +4 -1
- data/appium_lib.gemspec +3 -3
- data/docs/android_docs.md +205 -205
- data/docs/ios_docs.md +243 -243
- data/lib/appium_lib/version.rb +2 -2
- data/readme.md +1 -1
- data/release_notes.md +31 -0
- metadata +21 -14
data/lib/appium_lib/version.rb
CHANGED
|
@@ -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 = '13.0.
|
|
18
|
-
DATE = '
|
|
17
|
+
VERSION = '13.0.2' unless defined? ::Appium::VERSION
|
|
18
|
+
DATE = '2024-01-25' unless defined? ::Appium::DATE
|
|
19
19
|
end
|
data/readme.md
CHANGED
|
@@ -32,7 +32,7 @@ We can avoid the class driver with current `ruby_lib`, but if you'd like to impl
|
|
|
32
32
|
### Appium 2
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
|
-
$ npm install
|
|
35
|
+
$ npm install --location=global appium
|
|
36
36
|
$ appium driver install xcuitest # proper driver name to install
|
|
37
37
|
$ appium server
|
|
38
38
|
```
|
data/release_notes.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
#### v13.0.2 2024-01-25
|
|
2
|
+
|
|
3
|
+
- [9c52fd3](https://github.com/appium/ruby_lib/commit/9c52fd3a8f0ef88d7c4e83f210ab22f817a30632) Release 13.0.2
|
|
4
|
+
- [d14669e](https://github.com/appium/ruby_lib/commit/d14669ebfe091f06e5c248787c753419cee9ed6f) chore: restrict the ruby core version (#1014)
|
|
5
|
+
- [202718c](https://github.com/appium/ruby_lib/commit/202718ca86a99a3443510c9992f21752c090136c) chore: Update rubocop requirement from = 1.60.0 to = 1.60.1 (#1011)
|
|
6
|
+
- [4e93dce](https://github.com/appium/ruby_lib/commit/4e93dce9d7c4d86fb568ca60cfb8d9918f3b20f6) chore: Update rubocop requirement from = 1.59.0 to = 1.60.0 (#1010)
|
|
7
|
+
- [cb2f421](https://github.com/appium/ruby_lib/commit/cb2f42108c600752b120e06917eea3b0a15f2b6f) chore: Update hashdiff requirement from ~> 1.0.0 to ~> 1.1.0 (#1009)
|
|
8
|
+
- [7342c05](https://github.com/appium/ruby_lib/commit/7342c055090e49f03a8c5d5229c1d795d0c60fd5) chore: Update rubocop requirement from = 1.58.0 to = 1.59.0 (#1008)
|
|
9
|
+
- [033eb4f](https://github.com/appium/ruby_lib/commit/033eb4f70cf5a6a5ba015bb86c1f61f2c4ca341e) chore: Update rubocop requirement from = 1.57.2 to = 1.58.0 (#1007)
|
|
10
|
+
- [d3b9c56](https://github.com/appium/ruby_lib/commit/d3b9c56bfa5dbf9939499bd9d1b10639914a4a46) chore: Update rubocop requirement from = 1.57.1 to = 1.57.2 (#1006)
|
|
11
|
+
- [fd8e103](https://github.com/appium/ruby_lib/commit/fd8e103a507e7c6a1815cfb0b590c84cedb8caca) chore: Update rubocop requirement from = 1.57.0 to = 1.57.1 (#1005)
|
|
12
|
+
- [5d3e809](https://github.com/appium/ruby_lib/commit/5d3e809d1e7c05b276b5e19a05822204d4d852fb) chore: Update rubocop requirement from = 1.56.4 to = 1.57.0 (#1004)
|
|
13
|
+
- [e6383f8](https://github.com/appium/ruby_lib/commit/e6383f84c723e08db670bd2b59f88d07da210eb5) chore: Update rubocop requirement from = 1.56.2 to = 1.56.4 (#1003)
|
|
14
|
+
- [c37e87f](https://github.com/appium/ruby_lib/commit/c37e87f6b50e71e99bccf2c3601def497412482c) chore: Update rubocop requirement from = 1.56.1 to = 1.56.2 (#1001)
|
|
15
|
+
- [ee96909](https://github.com/appium/ruby_lib/commit/ee969091251d3fb5ace65ef2d0f0d543880bb4dd) chore: Update rubocop requirement from = 1.56.0 to = 1.56.1 (#1000)
|
|
16
|
+
- [4282704](https://github.com/appium/ruby_lib/commit/42827044578a215ac8cd024f15e56ccfb075a760) chore: Update rubocop requirement from = 1.55.1 to = 1.56.0 (#999)
|
|
17
|
+
- [2083158](https://github.com/appium/ruby_lib/commit/20831586a664e39b51e953fc755860b5d1255a9a) chore: Update rubocop requirement from = 1.55.0 to = 1.55.1 (#998)
|
|
18
|
+
- [7807e5d](https://github.com/appium/ruby_lib/commit/7807e5d2de3803c08a480d2e760b0d7d8957b06d) chore: Update rubocop requirement from = 1.54.2 to = 1.55.0 (#997)
|
|
19
|
+
- [093449f](https://github.com/appium/ruby_lib/commit/093449fbf31eb8751b9c07affa2d4204312bd887) docs: readme.md
|
|
20
|
+
- [e156bbd](https://github.com/appium/ruby_lib/commit/e156bbd5ef012db7a2c0472a7a51764a592b25a6) chore: add CODEOWNERS
|
|
21
|
+
- [00a5b5d](https://github.com/appium/ruby_lib/commit/00a5b5dcef0a3bf53ed52f19ce765ffc9d22990e) chore: Update rubocop requirement from = 1.53.1 to = 1.54.2 (#996)
|
|
22
|
+
- [d5c1caa](https://github.com/appium/ruby_lib/commit/d5c1caad5f2f91f6ecf66dfe137a54ee6693fb22) chore: Update rubocop requirement from = 1.53.0 to = 1.53.1 (#993)
|
|
23
|
+
- [6aa7001](https://github.com/appium/ruby_lib/commit/6aa70019fd7d33fdbc35b292a640708f3a98a6e1) chore: Update rubocop requirement from = 1.52.1 to = 1.53.0 (#992)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
#### v13.0.1 2023-06-19
|
|
27
|
+
|
|
28
|
+
- [777e15d](https://github.com/appium/ruby_lib/commit/777e15d7c0a727cbe25b1e51a3ba7a68759a12db) Release 13.0.1
|
|
29
|
+
- [d6a2afe](https://github.com/appium/ruby_lib/commit/d6a2afede2c39f242a47e995efe2ff047afe35cd) chore: Update appium_lib_core requirement from ~> 6.0 to >= 6, < 8 (#991)
|
|
30
|
+
|
|
31
|
+
|
|
1
32
|
#### v13.0.0 2023-06-18
|
|
2
33
|
|
|
3
34
|
- [a5add59](https://github.com/appium/ruby_lib/commit/a5add59a76fd88883c323566387c03b95a6db265) Release 13.0.0
|
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: 13.0.
|
|
4
|
+
version: 13.0.2
|
|
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:
|
|
12
|
+
date: 2024-01-25 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:
|
|
23
|
+
version: 7.4.0
|
|
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:
|
|
33
|
+
version: 7.4.0
|
|
28
34
|
- !ruby/object:Gem::Dependency
|
|
29
35
|
name: nokogiri
|
|
30
36
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -105,14 +111,14 @@ dependencies:
|
|
|
105
111
|
requirements:
|
|
106
112
|
- - "~>"
|
|
107
113
|
- !ruby/object:Gem::Version
|
|
108
|
-
version: 1.
|
|
114
|
+
version: 1.1.0
|
|
109
115
|
type: :development
|
|
110
116
|
prerelease: false
|
|
111
117
|
version_requirements: !ruby/object:Gem::Requirement
|
|
112
118
|
requirements:
|
|
113
119
|
- - "~>"
|
|
114
120
|
- !ruby/object:Gem::Version
|
|
115
|
-
version: 1.
|
|
121
|
+
version: 1.1.0
|
|
116
122
|
- !ruby/object:Gem::Dependency
|
|
117
123
|
name: posix-spawn
|
|
118
124
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -161,14 +167,14 @@ dependencies:
|
|
|
161
167
|
requirements:
|
|
162
168
|
- - '='
|
|
163
169
|
- !ruby/object:Gem::Version
|
|
164
|
-
version: 1.
|
|
170
|
+
version: 1.60.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.
|
|
177
|
+
version: 1.60.1
|
|
172
178
|
- !ruby/object:Gem::Dependency
|
|
173
179
|
name: spec
|
|
174
180
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -211,6 +217,7 @@ executables: []
|
|
|
211
217
|
extensions: []
|
|
212
218
|
extra_rdoc_files: []
|
|
213
219
|
files:
|
|
220
|
+
- ".github/CODEOWNERS"
|
|
214
221
|
- ".github/ISSUE_TEMPLATE.md"
|
|
215
222
|
- ".github/PULL_REQUEST_TEMPLATE.md"
|
|
216
223
|
- ".github/dependabot.yml"
|
|
@@ -293,7 +300,7 @@ homepage: https://github.com/appium/ruby_lib
|
|
|
293
300
|
licenses:
|
|
294
301
|
- Apache-2.0
|
|
295
302
|
metadata: {}
|
|
296
|
-
post_install_message:
|
|
303
|
+
post_install_message:
|
|
297
304
|
rdoc_options: []
|
|
298
305
|
require_paths:
|
|
299
306
|
- lib
|
|
@@ -308,8 +315,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
308
315
|
- !ruby/object:Gem::Version
|
|
309
316
|
version: '0'
|
|
310
317
|
requirements: []
|
|
311
|
-
rubygems_version: 3.
|
|
312
|
-
signing_key:
|
|
318
|
+
rubygems_version: 3.4.10
|
|
319
|
+
signing_key:
|
|
313
320
|
specification_version: 4
|
|
314
321
|
summary: Ruby library for Appium
|
|
315
322
|
test_files: []
|