appium_lib 12.1.3 → 12.2.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 +9 -0
- data/appium_lib.gemspec +2 -2
- data/docs/android_docs.md +205 -205
- data/docs/ios_docs.md +243 -243
- data/lib/appium_lib/driver.rb +2 -6
- data/lib/appium_lib/version.rb +2 -2
- data/release_notes.md +9 -0
- metadata +6 -12
data/lib/appium_lib/driver.rb
CHANGED
|
@@ -221,12 +221,8 @@ module Appium
|
|
|
221
221
|
::Appium::Android::Bridge.for(self)
|
|
222
222
|
end
|
|
223
223
|
when :ios, :tvos
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
::Appium::Ios::Xcuitest::Bridge.for(self)
|
|
227
|
-
else # default and UIAutomation
|
|
228
|
-
::Appium::Ios::Bridge.for(self)
|
|
229
|
-
end
|
|
224
|
+
# default and XCUITest
|
|
225
|
+
::Appium::Ios::Xcuitest::Bridge.for(self)
|
|
230
226
|
when :mac
|
|
231
227
|
# no Mac specific extentions
|
|
232
228
|
Appium::Logger.debug('mac')
|
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 = '12.
|
|
18
|
-
DATE = '2022-12-
|
|
17
|
+
VERSION = '12.2.0' unless defined? ::Appium::VERSION
|
|
18
|
+
DATE = '2022-12-25' unless defined? ::Appium::DATE
|
|
19
19
|
end
|
data/release_notes.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
#### v12.2.0 2022-12-25
|
|
2
|
+
|
|
3
|
+
- [83c756d](https://github.com/appium/ruby_lib/commit/83c756d67c3f19deff6e9270856e0889f3de8b9b) Release 12.2.0
|
|
4
|
+
- [e963c02](https://github.com/appium/ruby_lib/commit/e963c025630cb8eaab6dcdf47b1a9b402db98541) chore: bump the ruby core ver (#963)
|
|
5
|
+
- [ce80e17](https://github.com/appium/ruby_lib/commit/ce80e17369268be2c8da2a7007a8f5173c144404) chore: remove non-xuitest stuff (#960)
|
|
6
|
+
- [7011c05](https://github.com/appium/ruby_lib/commit/7011c05ccd14bbdb92652be8ec811d5c04c9dcc7) chore: Update rubocop requirement from = 1.41.0 to = 1.41.1 (#962)
|
|
7
|
+
- [18dc444](https://github.com/appium/ruby_lib/commit/18dc44429aba30dc675e0be020699790aa0f41ec) chore: Update rubocop requirement from = 1.40.0 to = 1.41.0 (#961)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
#### v12.1.3 2022-12-13
|
|
2
11
|
|
|
3
12
|
- [65f8b1c](https://github.com/appium/ruby_lib/commit/65f8b1c4406f358bf4a44ef0d4d7ae429ddc23c4) Release 12.1.3
|
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: 12.
|
|
4
|
+
version: 12.2.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: 2022-12-
|
|
12
|
+
date: 2022-12-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: appium_lib_core
|
|
@@ -17,20 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: '
|
|
21
|
-
- - ">="
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: 5.5.2
|
|
20
|
+
version: '6.0'
|
|
24
21
|
type: :runtime
|
|
25
22
|
prerelease: false
|
|
26
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
27
24
|
requirements:
|
|
28
25
|
- - "~>"
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
30
|
-
version: '
|
|
31
|
-
- - ">="
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: 5.5.2
|
|
27
|
+
version: '6.0'
|
|
34
28
|
- !ruby/object:Gem::Dependency
|
|
35
29
|
name: nokogiri
|
|
36
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -167,14 +161,14 @@ dependencies:
|
|
|
167
161
|
requirements:
|
|
168
162
|
- - '='
|
|
169
163
|
- !ruby/object:Gem::Version
|
|
170
|
-
version: 1.
|
|
164
|
+
version: 1.41.1
|
|
171
165
|
type: :development
|
|
172
166
|
prerelease: false
|
|
173
167
|
version_requirements: !ruby/object:Gem::Requirement
|
|
174
168
|
requirements:
|
|
175
169
|
- - '='
|
|
176
170
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 1.
|
|
171
|
+
version: 1.41.1
|
|
178
172
|
- !ruby/object:Gem::Dependency
|
|
179
173
|
name: spec
|
|
180
174
|
requirement: !ruby/object:Gem::Requirement
|