appium_console 4.0.0 → 4.1.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/appium_console.gemspec +2 -2
- data/lib/appium_console/version.rb +2 -2
- data/release_notes.md +24 -0
- metadata +7 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f331814d2d94a94b60898d74d984d3eb246a23a4d7b4a15b4bf5678bba26f40
|
|
4
|
+
data.tar.gz: aae4c5308db9a6aa8b4f2b7b96c7f3dbe759718ce68655734fdcc6503653722a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94b1645b8e7e947e484fcd4a37b876d788e168ae82760ba6cd8acce47880499409b955d5660c36f746b60eafa3abd52f90bb512c88427c6bddf2fd9489e4e4ba
|
|
7
|
+
data.tar.gz: 63351e6ccb15bd9617020e90890e242a849531f3317aee00a4105e1e7606d1c3709053aa2106da513469d595aec1eb9ded0eb0700ccc6bceb5df12b5292bf679
|
data/appium_console.gemspec
CHANGED
|
@@ -24,14 +24,14 @@ Gem::Specification.new do |s|
|
|
|
24
24
|
s.require_paths = [ 'lib' ]
|
|
25
25
|
|
|
26
26
|
# appium_lib version must match ruby console version.
|
|
27
|
-
s.add_runtime_dependency 'appium_lib', '>=
|
|
27
|
+
s.add_runtime_dependency 'appium_lib', '>= 14.0.0'
|
|
28
28
|
s.add_runtime_dependency 'pry', '~> 0.14.0'
|
|
29
29
|
s.add_runtime_dependency 'spec', '~> 5.3', '>= 5.3.1'
|
|
30
30
|
s.add_runtime_dependency 'thor', '>= 0.19', '< 2.0'
|
|
31
31
|
s.add_development_dependency 'rake', '~> 13.0'
|
|
32
32
|
s.add_development_dependency 'appium_thor', '~> 1.0', '>= 1.0.1'
|
|
33
33
|
s.add_development_dependency 'posix-spawn', '~> 0.3.11'
|
|
34
|
-
s.add_development_dependency 'rubocop', '1.
|
|
34
|
+
s.add_development_dependency 'rubocop', '1.60.2'
|
|
35
35
|
|
|
36
36
|
s.executables = [ 'arc' ]
|
|
37
37
|
s.files = `git ls-files`.split "\n"
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
module Appium; end unless defined? Appium
|
|
5
5
|
module Appium
|
|
6
6
|
module Console
|
|
7
|
-
VERSION = '4.
|
|
8
|
-
DATE = '
|
|
7
|
+
VERSION = '4.1.0' unless defined? ::Appium::Console::VERSION
|
|
8
|
+
DATE = '2024-01-25' unless defined? ::Appium::Console::DATE
|
|
9
9
|
end
|
|
10
10
|
end
|
data/release_notes.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
#### v4.1.0 2024-01-25
|
|
2
|
+
|
|
3
|
+
- [64eba6a](https://github.com/appium/ruby_console/commit/64eba6aaa0e40b919d63646c9909b965f3be3b50) Release 4.1.0
|
|
4
|
+
- [85ad6d2](https://github.com/appium/ruby_console/commit/85ad6d26326accbb849369fb59d80a2ee5baa1d4) bump the ruby_lib version
|
|
5
|
+
- [6217ff8](https://github.com/appium/ruby_console/commit/6217ff8ba70dbda66ae78d365e9471ecc6f1599e) chore: update rubocop requirement from = 1.60.1 to = 1.60.2 (#185)
|
|
6
|
+
- [afa55b4](https://github.com/appium/ruby_console/commit/afa55b43fe957a3320ee6cd7c6bbf397d406a8c5) chore: update rubocop requirement from = 1.60.0 to = 1.60.1 (#184)
|
|
7
|
+
- [14a5ebe](https://github.com/appium/ruby_console/commit/14a5ebead624af376b73284f76e1d8af58a26a9e) chore: update rubocop requirement from = 1.59.0 to = 1.60.0 (#183)
|
|
8
|
+
- [e375b91](https://github.com/appium/ruby_console/commit/e375b919f55266fef3af9449df931a58072a0c9e) chore: update rubocop requirement from = 1.58.0 to = 1.59.0 (#182)
|
|
9
|
+
- [5a7bbaf](https://github.com/appium/ruby_console/commit/5a7bbaf353095399e540fac84f30a223253d4966) chore: update rubocop requirement from = 1.57.2 to = 1.58.0 (#181)
|
|
10
|
+
- [81bb0c2](https://github.com/appium/ruby_console/commit/81bb0c23a283777c315e8dedcb82b30939195fcb) chore: update rubocop requirement from = 1.57.1 to = 1.57.2 (#180)
|
|
11
|
+
- [e0100ba](https://github.com/appium/ruby_console/commit/e0100ba8342fd774b5a981df853dc0423d164494) chore: update rubocop requirement from = 1.57.0 to = 1.57.1 (#179)
|
|
12
|
+
- [e6fdc14](https://github.com/appium/ruby_console/commit/e6fdc14440540332c8f3d542fa68593b5937cde3) chore: update rubocop requirement from = 1.56.4 to = 1.57.0 (#178)
|
|
13
|
+
- [88d7ad7](https://github.com/appium/ruby_console/commit/88d7ad7396391f4125816eb6958f81644d0d1fb0) chore: update rubocop requirement from = 1.56.3 to = 1.56.4 (#177)
|
|
14
|
+
- [d684b7e](https://github.com/appium/ruby_console/commit/d684b7e7c22a4f7d38eff6247c8107cd62cd7017) chore: update rubocop requirement from = 1.56.2 to = 1.56.3 (#176)
|
|
15
|
+
- [7679ebd](https://github.com/appium/ruby_console/commit/7679ebdc2c6ab16fd91c49c13e08d0ca07f02188) chore: update rubocop requirement from = 1.56.1 to = 1.56.2 (#175)
|
|
16
|
+
- [ecaa6ad](https://github.com/appium/ruby_console/commit/ecaa6ade45802fa9cec91bfb7f4cadb548fd710b) chore: update rubocop requirement from = 1.56.0 to = 1.56.1 (#174)
|
|
17
|
+
- [247217c](https://github.com/appium/ruby_console/commit/247217c94ad465ffafc618d0d3dac00be83e6ba7) chore: update rubocop requirement from = 1.55.1 to = 1.56.0 (#173)
|
|
18
|
+
- [16c64d1](https://github.com/appium/ruby_console/commit/16c64d10c390657027d885a1c12f92843c2b7432) chore: update rubocop requirement from = 1.55.0 to = 1.55.1 (#172)
|
|
19
|
+
- [08b51ac](https://github.com/appium/ruby_console/commit/08b51ac721af99fbd39f222bf7f27ceedc9ca2ca) chore: update rubocop requirement from = 1.54.2 to = 1.55.0 (#171)
|
|
20
|
+
- [401574d](https://github.com/appium/ruby_console/commit/401574dff167a61f3cb2e6011d639520829e7739) chore: update rubocop requirement from = 1.53.1 to = 1.54.2 (#170)
|
|
21
|
+
- [4888084](https://github.com/appium/ruby_console/commit/4888084897f56a06887dbc956b435dc22e1eabee) chore: update rubocop requirement from = 1.53.0 to = 1.53.1 (#167)
|
|
22
|
+
- [d7da954](https://github.com/appium/ruby_console/commit/d7da954148a0f7b86d9a0f79240891645f4c5be7) chore: update rubocop requirement from = 1.52.1 to = 1.53.0 (#166)
|
|
23
|
+
|
|
24
|
+
|
|
1
25
|
#### v4.0.0 2023-06-19
|
|
2
26
|
|
|
3
27
|
- [0365dd5](https://github.com/appium/ruby_console/commit/0365dd5afcacacbc27109101f08957af5d2f9566) Release 4.0.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appium_console
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.1.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:
|
|
12
|
+
date: 2024-01-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: appium_lib
|
|
@@ -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: 13.1.0
|
|
20
|
+
version: 14.0.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: 13.1.0
|
|
27
|
+
version: 14.0.0
|
|
34
28
|
- !ruby/object:Gem::Dependency
|
|
35
29
|
name: pry
|
|
36
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -139,14 +133,14 @@ dependencies:
|
|
|
139
133
|
requirements:
|
|
140
134
|
- - '='
|
|
141
135
|
- !ruby/object:Gem::Version
|
|
142
|
-
version: 1.
|
|
136
|
+
version: 1.60.2
|
|
143
137
|
type: :development
|
|
144
138
|
prerelease: false
|
|
145
139
|
version_requirements: !ruby/object:Gem::Requirement
|
|
146
140
|
requirements:
|
|
147
141
|
- - '='
|
|
148
142
|
- !ruby/object:Gem::Version
|
|
149
|
-
version: 1.
|
|
143
|
+
version: 1.60.2
|
|
150
144
|
description: Appium Ruby Console.
|
|
151
145
|
email:
|
|
152
146
|
- code@bootstraponline.com
|
|
@@ -193,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
193
187
|
- !ruby/object:Gem::Version
|
|
194
188
|
version: '0'
|
|
195
189
|
requirements: []
|
|
196
|
-
rubygems_version: 3.
|
|
190
|
+
rubygems_version: 3.4.10
|
|
197
191
|
signing_key:
|
|
198
192
|
specification_version: 4
|
|
199
193
|
summary: Appium Ruby Console
|