appium_console 4.0.0 → 4.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d2e1f4490ad661156ad69c32d9e08dfcab953042c7c86fbf05eedc2c34020fa
4
- data.tar.gz: 271b3e25a040379809a841b458be4a80664c8a6dddc27ab4ba68d36a8a099f40
3
+ metadata.gz: 98c4036134b5798b5fd7fc921a02645df3d6a9a775a1edfeb3101e1a39022d1f
4
+ data.tar.gz: 68fb4e5985837043967f0aebdfa28495c2eb26bf88e39ad3c0e011303243b3b2
5
5
  SHA512:
6
- metadata.gz: fb58f97beb4cbc83d341557cb71a1089c29540ae68a292a7dee654f85c3c0e267abf6980a947c82ccbeb71b08894cb9bacc226eedeea6c0825dfc1c513d79fed
7
- data.tar.gz: f588a5aa1966163d24dc7f7a7a4f4374566e9c69970a2b9cc253b05024fa185695723fbf0c1d1b0e48375a9b80fe946d8a1e926ab5893ba09f55ab8dfdfe037e
6
+ metadata.gz: 9e3ff7b3b04d517521bef0f2b5878c0acc4b32b0fde617b615d0ab6340513ed702fa77f00949434691b8032e9e59f81a723ba0c9df803ed9e9b0236e64ba7537
7
+ data.tar.gz: cd608ddf9825959ce2a1d5417aa0f5ac56444f7c55ca30e84e6f6727d1a8e612061cd4e369cecef74ad78219f7b436a352b791f5b2e7e910afc3b2d72e667527
@@ -24,14 +24,12 @@ 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', '>= 12.1.2', '< 13.1.0'
27
+ s.add_runtime_dependency 'appium_lib', '>= 14.0.0'
28
28
  s.add_runtime_dependency 'pry', '~> 0.14.0'
29
- s.add_runtime_dependency 'spec', '~> 5.3', '>= 5.3.1'
30
29
  s.add_runtime_dependency 'thor', '>= 0.19', '< 2.0'
31
30
  s.add_development_dependency 'rake', '~> 13.0'
32
- s.add_development_dependency 'appium_thor', '~> 1.0', '>= 1.0.1'
33
- s.add_development_dependency 'posix-spawn', '~> 0.3.11'
34
- s.add_development_dependency 'rubocop', '1.52.1'
31
+ s.add_development_dependency 'appium_thor', '~> 2.0'
32
+ s.add_development_dependency 'rubocop', '1.63.3'
35
33
 
36
34
  s.executables = [ 'arc' ]
37
35
  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.0.0' unless defined? ::Appium::Console::VERSION
8
- DATE = '2023-06-19' unless defined? ::Appium::Console::DATE
7
+ VERSION = '4.1.1' unless defined? ::Appium::Console::VERSION
8
+ DATE = '2024-04-26' unless defined? ::Appium::Console::DATE
9
9
  end
10
10
  end
data/release_notes.md CHANGED
@@ -1,3 +1,40 @@
1
+ #### v4.1.1 2024-04-26
2
+
3
+ - [cff749c](https://github.com/appium/ruby_console/commit/cff749cef4e63e66f62d7075cb89c7b0fb706d4d) Release 4.1.1
4
+ - [f31e48c](https://github.com/appium/ruby_console/commit/f31e48ca8133eff0fbeb51b37591aca1d50fb911) chore: bump thor
5
+ - [a7af172](https://github.com/appium/ruby_console/commit/a7af1727df20168451bafe743b44775c2129aec6) chore: update rubocop requirement from = 1.63.2 to = 1.63.3 (#192)
6
+ - [6427a8a](https://github.com/appium/ruby_console/commit/6427a8a7afcbe078d3a2cac57307a358b33c74df) chore: update rubocop requirement from = 1.63.1 to = 1.63.2 (#191)
7
+ - [c5bfb8d](https://github.com/appium/ruby_console/commit/c5bfb8d3de53f9ecea86e35ba291ca47fc7d8691) chore: update rubocop requirement from = 1.63.0 to = 1.63.1 (#190)
8
+ - [ff418ec](https://github.com/appium/ruby_console/commit/ff418ecf222259c0a077d805db79b243e1ab5963) chore: update rubocop requirement from = 1.62.1 to = 1.63.0 (#189)
9
+ - [d5d3949](https://github.com/appium/ruby_console/commit/d5d3949d7b50944a54d32b7a0d5b1e44f953d356) chore: update rubocop requirement from = 1.62.0 to = 1.62.1 (#188)
10
+ - [5ad12e9](https://github.com/appium/ruby_console/commit/5ad12e900ac39a9d8c56b5eb3a9bcf6961e9cee8) chore: update rubocop requirement from = 1.61.0 to = 1.62.0 (#187)
11
+ - [4bb0580](https://github.com/appium/ruby_console/commit/4bb058063aae0cdae45842bf2f736648c29f3f9b) chore: update rubocop requirement from = 1.60.2 to = 1.61.0 (#186)
12
+
13
+
14
+ #### v4.1.0 2024-01-25
15
+
16
+ - [64eba6a](https://github.com/appium/ruby_console/commit/64eba6aaa0e40b919d63646c9909b965f3be3b50) Release 4.1.0
17
+ - [85ad6d2](https://github.com/appium/ruby_console/commit/85ad6d26326accbb849369fb59d80a2ee5baa1d4) bump the ruby_lib version
18
+ - [6217ff8](https://github.com/appium/ruby_console/commit/6217ff8ba70dbda66ae78d365e9471ecc6f1599e) chore: update rubocop requirement from = 1.60.1 to = 1.60.2 (#185)
19
+ - [afa55b4](https://github.com/appium/ruby_console/commit/afa55b43fe957a3320ee6cd7c6bbf397d406a8c5) chore: update rubocop requirement from = 1.60.0 to = 1.60.1 (#184)
20
+ - [14a5ebe](https://github.com/appium/ruby_console/commit/14a5ebead624af376b73284f76e1d8af58a26a9e) chore: update rubocop requirement from = 1.59.0 to = 1.60.0 (#183)
21
+ - [e375b91](https://github.com/appium/ruby_console/commit/e375b919f55266fef3af9449df931a58072a0c9e) chore: update rubocop requirement from = 1.58.0 to = 1.59.0 (#182)
22
+ - [5a7bbaf](https://github.com/appium/ruby_console/commit/5a7bbaf353095399e540fac84f30a223253d4966) chore: update rubocop requirement from = 1.57.2 to = 1.58.0 (#181)
23
+ - [81bb0c2](https://github.com/appium/ruby_console/commit/81bb0c23a283777c315e8dedcb82b30939195fcb) chore: update rubocop requirement from = 1.57.1 to = 1.57.2 (#180)
24
+ - [e0100ba](https://github.com/appium/ruby_console/commit/e0100ba8342fd774b5a981df853dc0423d164494) chore: update rubocop requirement from = 1.57.0 to = 1.57.1 (#179)
25
+ - [e6fdc14](https://github.com/appium/ruby_console/commit/e6fdc14440540332c8f3d542fa68593b5937cde3) chore: update rubocop requirement from = 1.56.4 to = 1.57.0 (#178)
26
+ - [88d7ad7](https://github.com/appium/ruby_console/commit/88d7ad7396391f4125816eb6958f81644d0d1fb0) chore: update rubocop requirement from = 1.56.3 to = 1.56.4 (#177)
27
+ - [d684b7e](https://github.com/appium/ruby_console/commit/d684b7e7c22a4f7d38eff6247c8107cd62cd7017) chore: update rubocop requirement from = 1.56.2 to = 1.56.3 (#176)
28
+ - [7679ebd](https://github.com/appium/ruby_console/commit/7679ebdc2c6ab16fd91c49c13e08d0ca07f02188) chore: update rubocop requirement from = 1.56.1 to = 1.56.2 (#175)
29
+ - [ecaa6ad](https://github.com/appium/ruby_console/commit/ecaa6ade45802fa9cec91bfb7f4cadb548fd710b) chore: update rubocop requirement from = 1.56.0 to = 1.56.1 (#174)
30
+ - [247217c](https://github.com/appium/ruby_console/commit/247217c94ad465ffafc618d0d3dac00be83e6ba7) chore: update rubocop requirement from = 1.55.1 to = 1.56.0 (#173)
31
+ - [16c64d1](https://github.com/appium/ruby_console/commit/16c64d10c390657027d885a1c12f92843c2b7432) chore: update rubocop requirement from = 1.55.0 to = 1.55.1 (#172)
32
+ - [08b51ac](https://github.com/appium/ruby_console/commit/08b51ac721af99fbd39f222bf7f27ceedc9ca2ca) chore: update rubocop requirement from = 1.54.2 to = 1.55.0 (#171)
33
+ - [401574d](https://github.com/appium/ruby_console/commit/401574dff167a61f3cb2e6011d639520829e7739) chore: update rubocop requirement from = 1.53.1 to = 1.54.2 (#170)
34
+ - [4888084](https://github.com/appium/ruby_console/commit/4888084897f56a06887dbc956b435dc22e1eabee) chore: update rubocop requirement from = 1.53.0 to = 1.53.1 (#167)
35
+ - [d7da954](https://github.com/appium/ruby_console/commit/d7da954148a0f7b86d9a0f79240891645f4c5be7) chore: update rubocop requirement from = 1.52.1 to = 1.53.0 (#166)
36
+
37
+
1
38
  #### v4.0.0 2023-06-19
2
39
 
3
40
  - [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.0.0
4
+ version: 4.1.1
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: 2023-06-19 00:00:00.000000000 Z
12
+ date: 2024-04-26 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: 12.1.2
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: 12.1.2
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
@@ -45,26 +39,6 @@ dependencies:
45
39
  - - "~>"
46
40
  - !ruby/object:Gem::Version
47
41
  version: 0.14.0
48
- - !ruby/object:Gem::Dependency
49
- name: spec
50
- requirement: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "~>"
53
- - !ruby/object:Gem::Version
54
- version: '5.3'
55
- - - ">="
56
- - !ruby/object:Gem::Version
57
- version: 5.3.1
58
- type: :runtime
59
- prerelease: false
60
- version_requirements: !ruby/object:Gem::Requirement
61
- requirements:
62
- - - "~>"
63
- - !ruby/object:Gem::Version
64
- version: '5.3'
65
- - - ">="
66
- - !ruby/object:Gem::Version
67
- version: 5.3.1
68
42
  - !ruby/object:Gem::Dependency
69
43
  name: thor
70
44
  requirement: !ruby/object:Gem::Requirement
@@ -105,48 +79,28 @@ dependencies:
105
79
  requirements:
106
80
  - - "~>"
107
81
  - !ruby/object:Gem::Version
108
- version: '1.0'
109
- - - ">="
110
- - !ruby/object:Gem::Version
111
- version: 1.0.1
112
- type: :development
113
- prerelease: false
114
- version_requirements: !ruby/object:Gem::Requirement
115
- requirements:
116
- - - "~>"
117
- - !ruby/object:Gem::Version
118
- version: '1.0'
119
- - - ">="
120
- - !ruby/object:Gem::Version
121
- version: 1.0.1
122
- - !ruby/object:Gem::Dependency
123
- name: posix-spawn
124
- requirement: !ruby/object:Gem::Requirement
125
- requirements:
126
- - - "~>"
127
- - !ruby/object:Gem::Version
128
- version: 0.3.11
82
+ version: '2.0'
129
83
  type: :development
130
84
  prerelease: false
131
85
  version_requirements: !ruby/object:Gem::Requirement
132
86
  requirements:
133
87
  - - "~>"
134
88
  - !ruby/object:Gem::Version
135
- version: 0.3.11
89
+ version: '2.0'
136
90
  - !ruby/object:Gem::Dependency
137
91
  name: rubocop
138
92
  requirement: !ruby/object:Gem::Requirement
139
93
  requirements:
140
94
  - - '='
141
95
  - !ruby/object:Gem::Version
142
- version: 1.52.1
96
+ version: 1.63.3
143
97
  type: :development
144
98
  prerelease: false
145
99
  version_requirements: !ruby/object:Gem::Requirement
146
100
  requirements:
147
101
  - - '='
148
102
  - !ruby/object:Gem::Version
149
- version: 1.52.1
103
+ version: 1.63.3
150
104
  description: Appium Ruby Console.
151
105
  email:
152
106
  - code@bootstraponline.com
@@ -193,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
147
  - !ruby/object:Gem::Version
194
148
  version: '0'
195
149
  requirements: []
196
- rubygems_version: 3.3.3
150
+ rubygems_version: 3.5.9
197
151
  signing_key:
198
152
  specification_version: 4
199
153
  summary: Appium Ruby Console