appium_lib_core 13.1.1 → 13.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c774c32f9e6c96847e98eb5609b780bb1ffe4a262e029ed5a22f986d04cb1d8
4
- data.tar.gz: 02fe4c862fb8c5fd0fc73a9d70b99594fb36c5cb4464d6f0548dbf31f08279aa
3
+ metadata.gz: 721f441be394116dee549716bf6060b0cc45ef8a32740b2b492a8eee53f0b972
4
+ data.tar.gz: 841386effd79fb19da19320cfdd55b7512a373d3440e2cc1f5ca8ba33006ba2b
5
5
  SHA512:
6
- metadata.gz: 0031a4963b30ea1b9c5c4caf1525c4a1847f0dfcac3508a8b860b552534afe96755db9ede3d36deb9260e4191286f3e5169a8674e8af6a756f16295a1c076d22
7
- data.tar.gz: d39fbf9f08b5e4da39610fa0bd42215c857ff657693174c824695ded74c670ca8f5988c3eacec468cf1b9a713b56a0d50541bb68fcaa9160cbb1a70d98e71d2c
6
+ metadata.gz: 7963b059664bc6af4b475cf16ca746b3a768a1c1e3dfa99691f1995df66bec9c0ce4c369169c77d1e6dc412398ab6a5c41637ebe2d562573ccfa73155cd2cc9f
7
+ data.tar.gz: 2a5e89ec360b89bec0f6ea0461b269af1b5b7c7a1d68b1647ff520d2ee5c18479a21702691d743bf8173cd93c70770eba23f94c92e3957d5758e57081ed3f7a6
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  New entries are generated by Release Please. Historical commit-level details through 13.1.0 remain in `release_notes.md`.
4
4
 
5
+ ## [13.1.2](https://github.com/appium/ruby_lib_core/compare/v13.1.1...v13.1.2) (2026-09-13)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * tweak release files and metadatas ([5b2f239](https://github.com/appium/ruby_lib_core/commit/5b2f239def3dd17b8caf114bdafe0df16e70071d))
11
+
5
12
  ## [13.1.1](https://github.com/appium/ruby_lib_core/compare/v13.1.0...v13.1.1) (2026-09-13)
6
13
 
7
14
 
@@ -14,7 +14,7 @@
14
14
 
15
15
  module Appium
16
16
  module Core
17
- VERSION = '13.1.1' unless defined? ::Appium::Core::VERSION
17
+ VERSION = '13.1.2' unless defined? ::Appium::Core::VERSION
18
18
  DATE = '2026-09-13' unless defined? ::Appium::Core::DATE # x-release-please-date
19
19
  end
20
20
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_lib_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.1.1
4
+ version: 13.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kazuaki MATSUO
8
- bindir: exe
8
+ bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
@@ -23,7 +23,8 @@ dependencies:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
25
  version: '4.21'
26
- description: Minimal Ruby library for Appium.
26
+ description: Core Ruby client for Appium, extending Selenium WebDriver with Appium-specific
27
+ commands.
27
28
  email:
28
29
  - fly.49.89.over@gmail.com
29
30
  executables: []
@@ -31,14 +32,8 @@ extensions: []
31
32
  extra_rdoc_files: []
32
33
  files:
33
34
  - CHANGELOG.md
34
- - Gemfile
35
35
  - LICENSE.txt
36
36
  - README.md
37
- - Rakefile
38
- - Steepfile
39
- - appium_lib_core.gemspec
40
- - bin/console
41
- - bin/setup
42
37
  - lib/appium_lib_core.rb
43
38
  - lib/appium_lib_core/android.rb
44
39
  - lib/appium_lib_core/android/device.rb
@@ -112,8 +107,6 @@ files:
112
107
  - lib/appium_lib_core/windows/bridge.rb
113
108
  - lib/appium_lib_core/windows/device.rb
114
109
  - lib/appium_lib_core/windows/device/screen.rb
115
- - rbs_collection.lock.yaml
116
- - rbs_collection.yaml
117
110
  - sig/gems/em.rbs
118
111
  - sig/gems/forwardable.rbs
119
112
  - sig/gems/selenium/abstract_event_listener.rbs
@@ -239,6 +232,10 @@ licenses:
239
232
  - Apache-2.0
240
233
  metadata:
241
234
  rubygems_mfa_required: 'true'
235
+ source_code_uri: https://github.com/appium/ruby_lib_core/
236
+ bug_tracker_uri: https://github.com/appium/ruby_lib_core/issues
237
+ changelog_uri: https://github.com/appium/ruby_lib_core/blob/master/CHANGELOG.md
238
+ documentation_uri: https://www.rubydoc.info/gems/appium_lib_core
242
239
  rdoc_options: []
243
240
  require_paths:
244
241
  - lib
data/Gemfile DELETED
@@ -1,14 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in appium_lib_core.gemspec
4
- gemspec
5
-
6
- gem 'minitest', '~> 5.0'
7
- gem 'minitest-reporters', '~> 1.1'
8
- gem 'parallel_tests'
9
- gem 'rake', '~> 13.0'
10
- gem 'rubocop', '1.90.0'
11
- gem 'simplecov'
12
- gem 'steep', '~> 1.10.0'
13
- gem 'webmock', '~> 3.26.0'
14
- gem 'yard', '~> 0.9.11'
data/Rakefile DELETED
@@ -1,120 +0,0 @@
1
- require 'bundler/gem_tasks'
2
- require 'rake/testtask'
3
- require 'yard'
4
- require 'rubocop/rake_task'
5
-
6
- desc('setup development environment')
7
- task :setup do |_t, _args|
8
- system %w(bundle install)
9
- end
10
-
11
- namespace :test do
12
- namespace :func do
13
- desc('Run all iOS related tests in test directory')
14
- Rake::TestTask.new(:ios) do |t|
15
- tmp_build = File.expand_path('tmp/Build/Products/')
16
- puts "#{tmp_build} is used for tests. Make sure they are not older version" if File.exist?(tmp_build)
17
-
18
- t.libs << 'test'
19
- t.libs << 'lib'
20
- t.test_files = FileList[ENV['TESTS'] ? ENV['TESTS'].split(',') : 'test/functional/ios/**/*_test.rb']
21
- end
22
-
23
- desc('Run all Android related tests in test directory')
24
- Rake::TestTask.new(:android) do |t|
25
- t.libs << 'test'
26
- t.libs << 'lib'
27
- t.test_files = FileList[ENV['TESTS'] ? ENV['TESTS'].split(',') : 'test/functional/android/**/*_test.rb']
28
- end
29
- end
30
-
31
- desc('Run all unit tests in test directory')
32
- Rake::TestTask.new(:unit) do |t|
33
- t.libs << 'test'
34
- t.libs << 'lib'
35
- t.test_files = FileList[ENV['TESTS'] ? ENV['TESTS'].split(',') : 'test/unit/**/*_test.rb']
36
- end
37
-
38
- namespace :unit do
39
- desc('Run all iOS related unit tests in test directory')
40
- Rake::TestTask.new(:ios) do |t|
41
- t.libs << 'test'
42
- t.libs << 'lib'
43
- t.test_files = FileList['test/unit/ios/**/*_test.rb']
44
- end
45
-
46
- desc('Run all Android related unit tests in test directory')
47
- Rake::TestTask.new(:android) do |t|
48
- t.libs << 'test'
49
- t.libs << 'lib'
50
- t.test_files = FileList['test/unit/android/**/*_test.rb']
51
- end
52
-
53
- desc('Run all common related unit tests in test directory')
54
- Rake::TestTask.new(:common) do |t|
55
- t.libs << 'test'
56
- t.libs << 'lib'
57
- t.test_files = FileList['test/unit/common/**/*_test.rb']
58
- end
59
-
60
- desc('Run all Windows related unit tests in test directory')
61
- Rake::TestTask.new(:windows) do |t|
62
- t.libs << 'test'
63
- t.libs << 'lib'
64
- t.test_files = FileList['test/unit/windows/**/*_test.rb']
65
- end
66
- end
67
- end
68
-
69
- namespace :android do
70
- desc('uninstall all of test apks from a test device')
71
- task :uninstall_test_apks do |_t, _args|
72
- `adb uninstall io.appium.uiautomator2.server.test`
73
- `adb uninstall io.appium.uiautomator2.server`
74
- `adb uninstall io.appium.settings`
75
- `adb uninstall io.appium.android.ime`
76
- `adb uninstall io.appium.espressoserver.test`
77
- end
78
-
79
- desc('Generate and launch android emulators')
80
- task :gen_device do |_t, _args|
81
- SWARMER_VERSION = '0.2.4'.freeze
82
- CPU_ARCHITECTURE = 'x86'.freeze
83
- IMAGE = 'google_apis'.freeze
84
- ANDROID_API = 27
85
- system %W(
86
- curl
87
- --fail
88
- --location https://jcenter.bintray.com/com/gojuno/swarmer/swarmer/#{SWARMER_VERSION}/swarmer-#{SWARMER_VERSION}.jar
89
- --output /tmp/swarmer.jar
90
- ).join(' ')
91
- cmds = (1..3).reduce([]) do |acc, number|
92
- acc << %W(
93
- --emulator-name test#{number}
94
- --package "system-images;android-#{ANDROID_API};#{IMAGE};#{CPU_ARCHITECTURE}"
95
- --android-abi #{IMAGE}/#{CPU_ARCHITECTURE}
96
- --path-to-config-ini test/functional/android/emulator_config.ini
97
- --emulator-start-options -netdelay none -netspeed full -screen touch -prop persist.sys.language=en -prop persist.sys.country=US
98
- ).join(' ')
99
- end
100
-
101
- system %w(java -jar /tmp/swarmer.jar start).concat(cmds).flatten.join(' ')
102
- end
103
- end
104
-
105
- desc('Generate yardoc')
106
- YARD::Rake::YardocTask.new do |t|
107
- t.files = %w(lib/**/*.rb)
108
- end
109
-
110
- desc('Execute RuboCop static code analysis')
111
- RuboCop::RakeTask.new(:rubocop) do |t|
112
- t.patterns = %w(lib test)
113
- t.options = %w(-D)
114
- t.fail_on_error = true
115
- end
116
-
117
- desc('Run Steep type check')
118
- task :steep do
119
- sh 'steep check --severity-level=error'
120
- end
data/Steepfile DELETED
@@ -1,11 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- target :lib do
4
- signature 'sig'
5
- check 'lib' # Directory name
6
-
7
- # Standard libraries used in the project
8
- library(
9
- 'forwardable'
10
- )
11
- end
@@ -1,27 +0,0 @@
1
- lib = File.expand_path('lib', __dir__)
2
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require 'appium_lib_core/version'
4
-
5
- Gem::Specification.new do |spec|
6
- spec.required_ruby_version = Gem::Requirement.new('>= 3.1')
7
-
8
- spec.name = 'appium_lib_core'
9
- spec.version = Appium::Core::VERSION
10
- spec.authors = ['Kazuaki MATSUO']
11
- spec.email = ['fly.49.89.over@gmail.com']
12
-
13
- spec.summary = 'Minimal Ruby library for Appium.'
14
- spec.description = 'Minimal Ruby library for Appium.'
15
- spec.homepage = 'https://github.com/appium/ruby_lib_core/'
16
- spec.license = 'Apache-2.0'
17
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
18
- f.match(%r{(^(doc|docs|test|spec|features|ci-jobs|.github|script)/|release_notes.md|RELEASING.md|release-please-config.json|.release-please-manifest.json|.gitignore|azure-pipelines.yml|.rubocop.yml)})
19
- end
20
- spec.bindir = 'exe'
21
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
- spec.require_paths = ['lib']
23
-
24
- spec.add_dependency 'selenium-webdriver', '~> 4.21'
25
-
26
- spec.metadata['rubygems_mfa_required'] = 'true'
27
- end
data/bin/console DELETED
@@ -1,10 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "appium_lib_core"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- require "irb"
10
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
@@ -1,296 +0,0 @@
1
- ---
2
- path: ".gem_rbs_collection"
3
- gems:
4
- - name: activesupport
5
- version: '7.0'
6
- source:
7
- type: git
8
- name: ruby/gem_rbs_collection
9
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
10
- remote: https://github.com/ruby/gem_rbs_collection.git
11
- repo_dir: gems
12
- - name: addressable
13
- version: '2.8'
14
- source:
15
- type: git
16
- name: ruby/gem_rbs_collection
17
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
18
- remote: https://github.com/ruby/gem_rbs_collection.git
19
- repo_dir: gems
20
- - name: ast
21
- version: '2.4'
22
- source:
23
- type: git
24
- name: ruby/gem_rbs_collection
25
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
26
- remote: https://github.com/ruby/gem_rbs_collection.git
27
- repo_dir: gems
28
- - name: base64
29
- version: 0.3.0
30
- source:
31
- type: rubygems
32
- - name: bigdecimal
33
- version: '4.0'
34
- source:
35
- type: git
36
- name: ruby/gem_rbs_collection
37
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
38
- remote: https://github.com/ruby/gem_rbs_collection.git
39
- repo_dir: gems
40
- - name: concurrent-ruby
41
- version: '1.1'
42
- source:
43
- type: git
44
- name: ruby/gem_rbs_collection
45
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
46
- remote: https://github.com/ruby/gem_rbs_collection.git
47
- repo_dir: gems
48
- - name: connection_pool
49
- version: '2.4'
50
- source:
51
- type: git
52
- name: ruby/gem_rbs_collection
53
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
54
- remote: https://github.com/ruby/gem_rbs_collection.git
55
- repo_dir: gems
56
- - name: csv
57
- version: '3.3'
58
- source:
59
- type: git
60
- name: ruby/gem_rbs_collection
61
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
62
- remote: https://github.com/ruby/gem_rbs_collection.git
63
- repo_dir: gems
64
- - name: date
65
- version: '0'
66
- source:
67
- type: stdlib
68
- - name: digest
69
- version: '0'
70
- source:
71
- type: stdlib
72
- - name: erb
73
- version: '0'
74
- source:
75
- type: stdlib
76
- - name: ffi
77
- version: 1.17.4
78
- source:
79
- type: rubygems
80
- - name: fileutils
81
- version: '0'
82
- source:
83
- type: stdlib
84
- - name: forwardable
85
- version: '0'
86
- source:
87
- type: stdlib
88
- - name: hashdiff
89
- version: '1.1'
90
- source:
91
- type: git
92
- name: ruby/gem_rbs_collection
93
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
94
- remote: https://github.com/ruby/gem_rbs_collection.git
95
- repo_dir: gems
96
- - name: i18n
97
- version: '1.10'
98
- source:
99
- type: git
100
- name: ruby/gem_rbs_collection
101
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
102
- remote: https://github.com/ruby/gem_rbs_collection.git
103
- repo_dir: gems
104
- - name: json
105
- version: '0'
106
- source:
107
- type: stdlib
108
- - name: lint_roller
109
- version: '1.1'
110
- source:
111
- type: git
112
- name: ruby/gem_rbs_collection
113
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
114
- remote: https://github.com/ruby/gem_rbs_collection.git
115
- repo_dir: gems
116
- - name: listen
117
- version: '3.9'
118
- source:
119
- type: git
120
- name: ruby/gem_rbs_collection
121
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
122
- remote: https://github.com/ruby/gem_rbs_collection.git
123
- repo_dir: gems
124
- - name: logger
125
- version: '1.7'
126
- source:
127
- type: git
128
- name: ruby/gem_rbs_collection
129
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
130
- remote: https://github.com/ruby/gem_rbs_collection.git
131
- repo_dir: gems
132
- - name: minitest
133
- version: '5.25'
134
- source:
135
- type: git
136
- name: ruby/gem_rbs_collection
137
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
138
- remote: https://github.com/ruby/gem_rbs_collection.git
139
- repo_dir: gems
140
- - name: monitor
141
- version: '0'
142
- source:
143
- type: stdlib
144
- - name: mutex_m
145
- version: 0.3.0
146
- source:
147
- type: rubygems
148
- - name: openssl
149
- version: '0'
150
- source:
151
- type: stdlib
152
- - name: optparse
153
- version: '0'
154
- source:
155
- type: stdlib
156
- - name: parallel
157
- version: '1.20'
158
- source:
159
- type: git
160
- name: ruby/gem_rbs_collection
161
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
162
- remote: https://github.com/ruby/gem_rbs_collection.git
163
- repo_dir: gems
164
- - name: parser
165
- version: '3.2'
166
- source:
167
- type: git
168
- name: ruby/gem_rbs_collection
169
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
170
- remote: https://github.com/ruby/gem_rbs_collection.git
171
- repo_dir: gems
172
- - name: prism
173
- version: 1.9.0
174
- source:
175
- type: rubygems
176
- - name: rainbow
177
- version: '3.0'
178
- source:
179
- type: git
180
- name: ruby/gem_rbs_collection
181
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
182
- remote: https://github.com/ruby/gem_rbs_collection.git
183
- repo_dir: gems
184
- - name: rake
185
- version: '13.0'
186
- source:
187
- type: git
188
- name: ruby/gem_rbs_collection
189
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
190
- remote: https://github.com/ruby/gem_rbs_collection.git
191
- repo_dir: gems
192
- - name: regexp_parser
193
- version: '2.8'
194
- source:
195
- type: git
196
- name: ruby/gem_rbs_collection
197
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
198
- remote: https://github.com/ruby/gem_rbs_collection.git
199
- repo_dir: gems
200
- - name: ripper
201
- version: '0'
202
- source:
203
- type: stdlib
204
- - name: rubocop
205
- version: '1.57'
206
- source:
207
- type: git
208
- name: ruby/gem_rbs_collection
209
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
210
- remote: https://github.com/ruby/gem_rbs_collection.git
211
- repo_dir: gems
212
- - name: rubocop-ast
213
- version: '1.46'
214
- source:
215
- type: git
216
- name: ruby/gem_rbs_collection
217
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
218
- remote: https://github.com/ruby/gem_rbs_collection.git
219
- repo_dir: gems
220
- - name: rubyzip
221
- version: '3.2'
222
- source:
223
- type: git
224
- name: ruby/gem_rbs_collection
225
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
226
- remote: https://github.com/ruby/gem_rbs_collection.git
227
- repo_dir: gems
228
- - name: securerandom
229
- version: '0'
230
- source:
231
- type: stdlib
232
- - name: simplecov
233
- version: '0.22'
234
- source:
235
- type: git
236
- name: ruby/gem_rbs_collection
237
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
238
- remote: https://github.com/ruby/gem_rbs_collection.git
239
- repo_dir: gems
240
- - name: singleton
241
- version: '0'
242
- source:
243
- type: stdlib
244
- - name: socket
245
- version: '0'
246
- source:
247
- type: stdlib
248
- - name: stringio
249
- version: '0'
250
- source:
251
- type: stdlib
252
- - name: strscan
253
- version: '0'
254
- source:
255
- type: stdlib
256
- - name: time
257
- version: '0'
258
- source:
259
- type: stdlib
260
- - name: timeout
261
- version: '0'
262
- source:
263
- type: stdlib
264
- - name: tzinfo
265
- version: '2.0'
266
- source:
267
- type: git
268
- name: ruby/gem_rbs_collection
269
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
270
- remote: https://github.com/ruby/gem_rbs_collection.git
271
- repo_dir: gems
272
- - name: uri
273
- version: '0'
274
- source:
275
- type: stdlib
276
- - name: webmock
277
- version: '3.19'
278
- source:
279
- type: git
280
- name: ruby/gem_rbs_collection
281
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
282
- remote: https://github.com/ruby/gem_rbs_collection.git
283
- repo_dir: gems
284
- - name: yard
285
- version: '0.9'
286
- source:
287
- type: git
288
- name: ruby/gem_rbs_collection
289
- revision: 3f5e8df1ce89ea06067fa42263012c968b4e583e
290
- remote: https://github.com/ruby/gem_rbs_collection.git
291
- repo_dir: gems
292
- - name: zlib
293
- version: '0'
294
- source:
295
- type: stdlib
296
- gemfile_lock_path: Gemfile.lock
data/rbs_collection.yaml DELETED
@@ -1,15 +0,0 @@
1
- # Download sources
2
- sources:
3
- - name: ruby/gem_rbs_collection
4
- remote: https://github.com/ruby/gem_rbs_collection.git
5
- revision: main
6
- repo_dir: gems
7
-
8
- # A directory to install the downloaded RBSs
9
- path: .gem_rbs_collection
10
-
11
- gems:
12
- # Skip loading rbs gem's RBS.
13
- # It's unnecessary if you don't use rbs as a library.
14
- - name: rbs
15
- ignore: true