appium_console 3.1.0 → 4.0.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 +3 -3
- data/lib/appium_console/version.rb +2 -2
- data/readme.md +2 -0
- data/release_notes.md +25 -0
- metadata +13 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d2e1f4490ad661156ad69c32d9e08dfcab953042c7c86fbf05eedc2c34020fa
|
|
4
|
+
data.tar.gz: 271b3e25a040379809a841b458be4a80664c8a6dddc27ab4ba68d36a8a099f40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb58f97beb4cbc83d341557cb71a1089c29540ae68a292a7dee654f85c3c0e267abf6980a947c82ccbeb71b08894cb9bacc226eedeea6c0825dfc1c513d79fed
|
|
7
|
+
data.tar.gz: f588a5aa1966163d24dc7f7a7a4f4374566e9c69970a2b9cc253b05024fa185695723fbf0c1d1b0e48375a9b80fe946d8a1e926ab5893ba09f55ab8dfdfe037e
|
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', '>= 12.1.2', '< 13.1.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.52.1'
|
|
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.0.0' unless defined? ::Appium::Console::VERSION
|
|
8
|
+
DATE = '2023-06-19' unless defined? ::Appium::Console::DATE
|
|
9
9
|
end
|
|
10
10
|
end
|
data/readme.md
CHANGED
data/release_notes.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
#### v4.0.0 2023-06-19
|
|
2
|
+
|
|
3
|
+
- [0365dd5](https://github.com/appium/ruby_console/commit/0365dd5afcacacbc27109101f08957af5d2f9566) Release 4.0.0
|
|
4
|
+
- [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)
|
|
5
|
+
- [f49e7d7](https://github.com/appium/ruby_console/commit/f49e7d7298b6dd22784f0a60dbd5189fb85575e0) chore: update rubocop requirement from = 1.52.0 to = 1.52.1 (#164)
|
|
6
|
+
- [0feabd9](https://github.com/appium/ruby_console/commit/0feabd9f598dc5c9a38bd620f518f23dec61e08e) chore: update rubocop requirement from = 1.51.0 to = 1.52.0 (#163)
|
|
7
|
+
- [a4fc5f1](https://github.com/appium/ruby_console/commit/a4fc5f1004b1c13d6d598e66552999379044a148) chore: update rubocop requirement from = 1.50.2 to = 1.51.0 (#162)
|
|
8
|
+
- [d01604e](https://github.com/appium/ruby_console/commit/d01604efa4c379758d8547524e6dbe6bf36a3a25) chore: update rubocop requirement from = 1.50.1 to = 1.50.2 (#161)
|
|
9
|
+
- [38a8776](https://github.com/appium/ruby_console/commit/38a87763dc4f656cd61aa410e33d0a924b686f37) chore: update rubocop requirement from = 1.50.0 to = 1.50.1 (#160)
|
|
10
|
+
- [93246d9](https://github.com/appium/ruby_console/commit/93246d928e43b66dd66cf1f25a3f0c889a0e54e7) chore: update rubocop requirement from = 1.49.0 to = 1.50.0 (#159)
|
|
11
|
+
- [4235fe7](https://github.com/appium/ruby_console/commit/4235fe7ba61650ee8bb95b4f0f321927816b1cc1) chore: update rubocop requirement from = 1.48.1 to = 1.49.0 (#158)
|
|
12
|
+
- [edde03a](https://github.com/appium/ruby_console/commit/edde03a89f7f71d886c424dd3ce6cd705cd02d9a) chore: update rubocop requirement from = 1.47.0 to = 1.48.1 (#157)
|
|
13
|
+
- [ab65e1e](https://github.com/appium/ruby_console/commit/ab65e1ed1c21568ba980e6fb06aba1ec16b46e32) chore: update rubocop requirement from = 1.45.1 to = 1.47.0 (#155)
|
|
14
|
+
- [db76dc3](https://github.com/appium/ruby_console/commit/db76dc34a52abd55553bbacc00ed6e3ea124187a) chore: update rubocop requirement from = 1.44.1 to = 1.45.1 (#153)
|
|
15
|
+
- [6f1c62c](https://github.com/appium/ruby_console/commit/6f1c62c76ede7f9bdb8f141a8efd18ff0a4f1aa8) chore: update rubocop requirement from = 1.44.0 to = 1.44.1 (#152)
|
|
16
|
+
- [a17c0d3](https://github.com/appium/ruby_console/commit/a17c0d34a9d5fdffc53680fb1446c5b8d919b1b9) chore: update rubocop requirement from = 1.43.0 to = 1.44.0 (#151)
|
|
17
|
+
- [79b9721](https://github.com/appium/ruby_console/commit/79b97217eb187a23d47913a8676a9cd23e7221b4) chore: update rubocop requirement from = 1.42.0 to = 1.43.0 (#150)
|
|
18
|
+
- [1a92306](https://github.com/appium/ruby_console/commit/1a92306c192d6b4a8f0628a0fc1273285ee5ef42) chore: update rubocop requirement from = 1.41.1 to = 1.42.0 (#149)
|
|
19
|
+
- [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)
|
|
20
|
+
- [eb73b06](https://github.com/appium/ruby_console/commit/eb73b06c60685950d8382a1ef30ab3b6a131129b) chore: update rubocop requirement from = 1.41.0 to = 1.41.1 (#147)
|
|
21
|
+
- [67683f7](https://github.com/appium/ruby_console/commit/67683f72a587c043876534525c9370acefcdaee0) chore: update rubocop requirement from = 1.40.0 to = 1.41.0 (#146)
|
|
22
|
+
- [2a2f486](https://github.com/appium/ruby_console/commit/2a2f4863a09eaafcce1d5d6b6ff02a9ffbafd4ee) chore: update rubocop requirement from = 1.39.0 to = 1.40.0 (#145)
|
|
23
|
+
- [d09a77e](https://github.com/appium/ruby_console/commit/d09a77ebdcca70e9042cbeec07757044eeae7791) chore: update rubocop requirement from = 1.38.0 to = 1.39.0 (#144)
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
#### v3.1.0 2022-11-13
|
|
2
27
|
|
|
3
28
|
- [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.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- code@bootstraponline.com
|
|
@@ -9,22 +9,28 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2023-06-19 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
20
|
version: 12.1.2
|
|
21
|
+
- - "<"
|
|
22
|
+
- !ruby/object:Gem::Version
|
|
23
|
+
version: 13.1.0
|
|
21
24
|
type: :runtime
|
|
22
25
|
prerelease: false
|
|
23
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
27
|
requirements:
|
|
25
|
-
- - "
|
|
28
|
+
- - ">="
|
|
26
29
|
- !ruby/object:Gem::Version
|
|
27
30
|
version: 12.1.2
|
|
31
|
+
- - "<"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: 13.1.0
|
|
28
34
|
- !ruby/object:Gem::Dependency
|
|
29
35
|
name: pry
|
|
30
36
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -133,14 +139,14 @@ dependencies:
|
|
|
133
139
|
requirements:
|
|
134
140
|
- - '='
|
|
135
141
|
- !ruby/object:Gem::Version
|
|
136
|
-
version: 1.
|
|
142
|
+
version: 1.52.1
|
|
137
143
|
type: :development
|
|
138
144
|
prerelease: false
|
|
139
145
|
version_requirements: !ruby/object:Gem::Requirement
|
|
140
146
|
requirements:
|
|
141
147
|
- - '='
|
|
142
148
|
- !ruby/object:Gem::Version
|
|
143
|
-
version: 1.
|
|
149
|
+
version: 1.52.1
|
|
144
150
|
description: Appium Ruby Console.
|
|
145
151
|
email:
|
|
146
152
|
- code@bootstraponline.com
|
|
@@ -180,7 +186,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
180
186
|
requirements:
|
|
181
187
|
- - ">="
|
|
182
188
|
- !ruby/object:Gem::Version
|
|
183
|
-
version: '
|
|
189
|
+
version: '3.0'
|
|
184
190
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
185
191
|
requirements:
|
|
186
192
|
- - ">="
|