appium_lib 13.0.0 → 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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/appium_lib.gemspec +1 -1
- data/docs/android_docs.md +205 -205
- data/docs/ios_docs.md +243 -243
- data/lib/appium_lib/version.rb +2 -2
- data/release_notes.md +6 -0
- metadata +16 -10
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 = '2023-06-
|
|
17
|
+
VERSION = '13.0.1' unless defined? ::Appium::VERSION
|
|
18
|
+
DATE = '2023-06-19' unless defined? ::Appium::DATE
|
|
19
19
|
end
|
data/release_notes.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
|
|
1
7
|
#### v13.0.0 2023-06-18
|
|
2
8
|
|
|
3
9
|
- [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.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-06-
|
|
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: '
|
|
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: '
|
|
33
|
+
version: '8'
|
|
28
34
|
- !ruby/object:Gem::Dependency
|
|
29
35
|
name: nokogiri
|
|
30
36
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -293,7 +299,7 @@ homepage: https://github.com/appium/ruby_lib
|
|
|
293
299
|
licenses:
|
|
294
300
|
- Apache-2.0
|
|
295
301
|
metadata: {}
|
|
296
|
-
post_install_message:
|
|
302
|
+
post_install_message:
|
|
297
303
|
rdoc_options: []
|
|
298
304
|
require_paths:
|
|
299
305
|
- lib
|
|
@@ -308,8 +314,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
308
314
|
- !ruby/object:Gem::Version
|
|
309
315
|
version: '0'
|
|
310
316
|
requirements: []
|
|
311
|
-
rubygems_version: 3.
|
|
312
|
-
signing_key:
|
|
317
|
+
rubygems_version: 3.3.3
|
|
318
|
+
signing_key:
|
|
313
319
|
specification_version: 4
|
|
314
320
|
summary: Ruby library for Appium
|
|
315
321
|
test_files: []
|