appium_console 3.1.0 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/appium_console.gemspec +3 -3
- data/lib/appium_console/version.rb +2 -2
- data/readme.md +2 -0
- data/release_notes.md +49 -0
- metadata +10 -10
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
@@ -10,7 +10,7 @@ add_to_path 'lib'
|
|
10
10
|
require 'appium_console/version'
|
11
11
|
|
12
12
|
Gem::Specification.new do |s|
|
13
|
-
s.required_ruby_version = '>=
|
13
|
+
s.required_ruby_version = '>= 3.0'
|
14
14
|
|
15
15
|
s.name = 'appium_console'
|
16
16
|
s.version = Appium::Console::VERSION
|
@@ -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 = '
|
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/readme.md
CHANGED
data/release_notes.md
CHANGED
@@ -1,3 +1,52 @@
|
|
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
|
+
|
25
|
+
#### v4.0.0 2023-06-19
|
26
|
+
|
27
|
+
- [0365dd5](https://github.com/appium/ruby_console/commit/0365dd5afcacacbc27109101f08957af5d2f9566) Release 4.0.0
|
28
|
+
- [bf8723e](https://github.com/appium/ruby_console/commit/bf8723e12c7b9f0f88a751b78b6926bc45701107) chore: update appium_lib requirement from >= 12.1.2, < 12.3.0 to >= 12.1.2, < 13.1.0 (#165)
|
29
|
+
- [f49e7d7](https://github.com/appium/ruby_console/commit/f49e7d7298b6dd22784f0a60dbd5189fb85575e0) chore: update rubocop requirement from = 1.52.0 to = 1.52.1 (#164)
|
30
|
+
- [0feabd9](https://github.com/appium/ruby_console/commit/0feabd9f598dc5c9a38bd620f518f23dec61e08e) chore: update rubocop requirement from = 1.51.0 to = 1.52.0 (#163)
|
31
|
+
- [a4fc5f1](https://github.com/appium/ruby_console/commit/a4fc5f1004b1c13d6d598e66552999379044a148) chore: update rubocop requirement from = 1.50.2 to = 1.51.0 (#162)
|
32
|
+
- [d01604e](https://github.com/appium/ruby_console/commit/d01604efa4c379758d8547524e6dbe6bf36a3a25) chore: update rubocop requirement from = 1.50.1 to = 1.50.2 (#161)
|
33
|
+
- [38a8776](https://github.com/appium/ruby_console/commit/38a87763dc4f656cd61aa410e33d0a924b686f37) chore: update rubocop requirement from = 1.50.0 to = 1.50.1 (#160)
|
34
|
+
- [93246d9](https://github.com/appium/ruby_console/commit/93246d928e43b66dd66cf1f25a3f0c889a0e54e7) chore: update rubocop requirement from = 1.49.0 to = 1.50.0 (#159)
|
35
|
+
- [4235fe7](https://github.com/appium/ruby_console/commit/4235fe7ba61650ee8bb95b4f0f321927816b1cc1) chore: update rubocop requirement from = 1.48.1 to = 1.49.0 (#158)
|
36
|
+
- [edde03a](https://github.com/appium/ruby_console/commit/edde03a89f7f71d886c424dd3ce6cd705cd02d9a) chore: update rubocop requirement from = 1.47.0 to = 1.48.1 (#157)
|
37
|
+
- [ab65e1e](https://github.com/appium/ruby_console/commit/ab65e1ed1c21568ba980e6fb06aba1ec16b46e32) chore: update rubocop requirement from = 1.45.1 to = 1.47.0 (#155)
|
38
|
+
- [db76dc3](https://github.com/appium/ruby_console/commit/db76dc34a52abd55553bbacc00ed6e3ea124187a) chore: update rubocop requirement from = 1.44.1 to = 1.45.1 (#153)
|
39
|
+
- [6f1c62c](https://github.com/appium/ruby_console/commit/6f1c62c76ede7f9bdb8f141a8efd18ff0a4f1aa8) chore: update rubocop requirement from = 1.44.0 to = 1.44.1 (#152)
|
40
|
+
- [a17c0d3](https://github.com/appium/ruby_console/commit/a17c0d34a9d5fdffc53680fb1446c5b8d919b1b9) chore: update rubocop requirement from = 1.43.0 to = 1.44.0 (#151)
|
41
|
+
- [79b9721](https://github.com/appium/ruby_console/commit/79b97217eb187a23d47913a8676a9cd23e7221b4) chore: update rubocop requirement from = 1.42.0 to = 1.43.0 (#150)
|
42
|
+
- [1a92306](https://github.com/appium/ruby_console/commit/1a92306c192d6b4a8f0628a0fc1273285ee5ef42) chore: update rubocop requirement from = 1.41.1 to = 1.42.0 (#149)
|
43
|
+
- [596b730](https://github.com/appium/ruby_console/commit/596b73042fe56ca4854a07dd7f72c20ee3157ad5) chore: update appium_lib requirement from ~> 12.1.2 to >= 12.1.2, < 12.3.0 (#148)
|
44
|
+
- [eb73b06](https://github.com/appium/ruby_console/commit/eb73b06c60685950d8382a1ef30ab3b6a131129b) chore: update rubocop requirement from = 1.41.0 to = 1.41.1 (#147)
|
45
|
+
- [67683f7](https://github.com/appium/ruby_console/commit/67683f72a587c043876534525c9370acefcdaee0) chore: update rubocop requirement from = 1.40.0 to = 1.41.0 (#146)
|
46
|
+
- [2a2f486](https://github.com/appium/ruby_console/commit/2a2f4863a09eaafcce1d5d6b6ff02a9ffbafd4ee) chore: update rubocop requirement from = 1.39.0 to = 1.40.0 (#145)
|
47
|
+
- [d09a77e](https://github.com/appium/ruby_console/commit/d09a77ebdcca70e9042cbeec07757044eeae7791) chore: update rubocop requirement from = 1.38.0 to = 1.39.0 (#144)
|
48
|
+
|
49
|
+
|
1
50
|
#### v3.1.0 2022-11-13
|
2
51
|
|
3
52
|
- [eaab2a0](https://github.com/appium/ruby_console/commit/eaab2a0f1947fe18d53e89b213609f70c23191db) Release 3.1.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
|
+
version: 4.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- code@bootstraponline.com
|
@@ -9,22 +9,22 @@ 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
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- - "
|
18
|
+
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
20
|
+
version: 14.0.0
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- - "
|
25
|
+
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version:
|
27
|
+
version: 14.0.0
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: pry
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -133,14 +133,14 @@ dependencies:
|
|
133
133
|
requirements:
|
134
134
|
- - '='
|
135
135
|
- !ruby/object:Gem::Version
|
136
|
-
version: 1.
|
136
|
+
version: 1.60.2
|
137
137
|
type: :development
|
138
138
|
prerelease: false
|
139
139
|
version_requirements: !ruby/object:Gem::Requirement
|
140
140
|
requirements:
|
141
141
|
- - '='
|
142
142
|
- !ruby/object:Gem::Version
|
143
|
-
version: 1.
|
143
|
+
version: 1.60.2
|
144
144
|
description: Appium Ruby Console.
|
145
145
|
email:
|
146
146
|
- code@bootstraponline.com
|
@@ -180,14 +180,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
180
180
|
requirements:
|
181
181
|
- - ">="
|
182
182
|
- !ruby/object:Gem::Version
|
183
|
-
version: '
|
183
|
+
version: '3.0'
|
184
184
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
185
185
|
requirements:
|
186
186
|
- - ">="
|
187
187
|
- !ruby/object:Gem::Version
|
188
188
|
version: '0'
|
189
189
|
requirements: []
|
190
|
-
rubygems_version: 3.
|
190
|
+
rubygems_version: 3.4.10
|
191
191
|
signing_key:
|
192
192
|
specification_version: 4
|
193
193
|
summary: Appium Ruby Console
|