appium_lib 16.2.0 → 16.3.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/appium_lib.gemspec +1 -1
- data/lib/appium_lib/version.rb +2 -2
- data/release_notes.md +6 -0
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9e81fd3ef115747e9838bc68954bf0e0fb895df7922612111953f2a0d9888d6
|
|
4
|
+
data.tar.gz: 2beea3083c901bf4ffbceeec161a2c1479aac5727a5982394bf67d00be8fec47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea82b249a833372f9524d7e481694dbeae3f70a60b4e70e13e70dc78fc9bb775eef24e1c030fe03e265f31e387da3e9347b5c269b6897ff51dfa0780c6ae9405
|
|
7
|
+
data.tar.gz: 82cac953765834b5cd86e0edb3b9f1142536875da73b565f6ec2ea18ef467bbb2c47a9e8d8df52133f861b3086e5afca14cb51be00f435337b76f77dd5d55a95
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@ Commit based release not is [release_notes.md](./release_notes.md)
|
|
|
3
3
|
|
|
4
4
|
Release tags are https://github.com/appium/ruby_lib/releases .
|
|
5
5
|
|
|
6
|
+
## [16.3.0] - 2026-05-11
|
|
7
|
+
- Bump appium_lib_core to 13+
|
|
8
|
+
- No user facing changes are expected.
|
|
9
|
+
|
|
6
10
|
## [16.2.0] - 2026-04-19
|
|
7
11
|
- Define device methods (`lock`, `unlock`, `hide_keyboard`, `push_file`, `pull_file`, `background_app`, `shake`, etc.) natively on `Appium::Driver` via `def_delegators :driver`, replacing the implicit delegation previously set up by `extend ::Appium::Core::Device`. Paves the way for `ruby_lib_core` to drop its static compatibility list (appium/ruby_lib_core#97).
|
|
8
12
|
|
data/appium_lib.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
|
|
14
14
|
s.require_paths = ['lib']
|
|
15
15
|
|
|
16
|
-
s.add_dependency 'appium_lib_core', '>=
|
|
16
|
+
s.add_dependency 'appium_lib_core', '>= 13.0.0', '< 14.0'
|
|
17
17
|
s.add_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
|
|
18
18
|
s.add_dependency 'tomlrb', '>= 1.1', '< 3.0'
|
|
19
19
|
|
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 = '16.
|
|
18
|
-
DATE = '2026-
|
|
17
|
+
VERSION = '16.3.0' unless defined? ::Appium::VERSION
|
|
18
|
+
DATE = '2026-05-11' unless defined? ::Appium::DATE
|
|
19
19
|
end
|
data/release_notes.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
#### v16.3.0 2026-05-11
|
|
2
|
+
|
|
3
|
+
- [8b80a78](https://github.com/appium/ruby_lib/commit/8b80a78e1bf1053e8f9a3f16bec3205a766f7faa) Release 16.3.0
|
|
4
|
+
- [b06fc08](https://github.com/appium/ruby_lib/commit/b06fc08fd7f6855189e46adb55574a34816984a2) feat: bump the ruby_lib_core to require 13+ for some implementation (#1111)
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
#### v16.2.0 2026-04-19
|
|
2
8
|
|
|
3
9
|
- [939a204](https://github.com/appium/ruby_lib/commit/939a20461738c80f9a19bb9ee8fe41030ab6c91e) Release 16.2.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appium_lib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.
|
|
4
|
+
version: 16.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- code@bootstraponline.com
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2026-
|
|
12
|
+
date: 2026-05-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: appium_lib_core
|
|
@@ -17,20 +17,20 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - ">="
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version:
|
|
20
|
+
version: 13.0.0
|
|
21
21
|
- - "<"
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: '
|
|
23
|
+
version: '14.0'
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
27
27
|
requirements:
|
|
28
28
|
- - ">="
|
|
29
29
|
- !ruby/object:Gem::Version
|
|
30
|
-
version:
|
|
30
|
+
version: 13.0.0
|
|
31
31
|
- - "<"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '14.0'
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: nokogiri
|
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|