cexpect 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +13 -15
- data/lib/cexpect/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a871d02f1f320715075a245b6e9e627a3681f3575fd5d8aa585bd82e496699c3
|
4
|
+
data.tar.gz: 66e6a14d0353b81913d1ea2824d16ed94e54000e1b2dc29be5c1763a5cf3c108
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dabc75e0fd9cf9eba8dceb319a57674f88a190e22dfd831c6b2b3f1b5e4bbad11bf2d597636c117bdeb8fa3bf00f9ee950ac5ffe869a24c39ca83c7c82be309
|
7
|
+
data.tar.gz: f4533ad0d3a2d1b697fffa71332ee359c9d1681a2d7251a961d562eeb61e9a9c9be82ff748c3881ed2fba6b59b5812175e335550d65d006b987e595024ae548a
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,56 +1,53 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cexpect (0.4.
|
4
|
+
cexpect (0.4.3)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
9
|
ast (2.4.2)
|
10
10
|
diff-lcs (1.5.1)
|
11
|
-
json (2.7.
|
11
|
+
json (2.7.4)
|
12
12
|
language_server-protocol (3.17.0.3)
|
13
13
|
parallel (1.26.3)
|
14
|
-
parser (3.3.
|
14
|
+
parser (3.3.5.0)
|
15
15
|
ast (~> 2.4.1)
|
16
16
|
racc
|
17
17
|
racc (1.8.1)
|
18
18
|
rainbow (3.1.1)
|
19
19
|
rake (13.2.1)
|
20
20
|
regexp_parser (2.9.2)
|
21
|
-
rexml (3.3.
|
22
|
-
strscan
|
21
|
+
rexml (3.3.9)
|
23
22
|
rspec (3.13.0)
|
24
23
|
rspec-core (~> 3.13.0)
|
25
24
|
rspec-expectations (~> 3.13.0)
|
26
25
|
rspec-mocks (~> 3.13.0)
|
27
|
-
rspec-core (3.13.
|
26
|
+
rspec-core (3.13.2)
|
28
27
|
rspec-support (~> 3.13.0)
|
29
|
-
rspec-expectations (3.13.
|
28
|
+
rspec-expectations (3.13.3)
|
30
29
|
diff-lcs (>= 1.2.0, < 2.0)
|
31
30
|
rspec-support (~> 3.13.0)
|
32
|
-
rspec-mocks (3.13.
|
31
|
+
rspec-mocks (3.13.2)
|
33
32
|
diff-lcs (>= 1.2.0, < 2.0)
|
34
33
|
rspec-support (~> 3.13.0)
|
35
34
|
rspec-support (3.13.1)
|
36
|
-
rubocop (1.
|
35
|
+
rubocop (1.67.0)
|
37
36
|
json (~> 2.3)
|
38
37
|
language_server-protocol (>= 3.17.0)
|
39
38
|
parallel (~> 1.10)
|
40
39
|
parser (>= 3.3.0.2)
|
41
40
|
rainbow (>= 2.2.2, < 4.0)
|
42
41
|
regexp_parser (>= 2.4, < 3.0)
|
43
|
-
|
44
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
42
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
45
43
|
ruby-progressbar (~> 1.7)
|
46
44
|
unicode-display_width (>= 2.4.0, < 3.0)
|
47
|
-
rubocop-ast (1.32.
|
45
|
+
rubocop-ast (1.32.3)
|
48
46
|
parser (>= 3.3.1.0)
|
49
|
-
rubocop-rspec (3.0
|
47
|
+
rubocop-rspec (3.2.0)
|
50
48
|
rubocop (~> 1.61)
|
51
49
|
ruby-progressbar (1.13.0)
|
52
|
-
|
53
|
-
unicode-display_width (2.5.0)
|
50
|
+
unicode-display_width (2.6.0)
|
54
51
|
|
55
52
|
PLATFORMS
|
56
53
|
ruby
|
@@ -59,6 +56,7 @@ PLATFORMS
|
|
59
56
|
DEPENDENCIES
|
60
57
|
cexpect!
|
61
58
|
rake (~> 13.2)
|
59
|
+
rexml (~> 3.3.9)
|
62
60
|
rspec (~> 3.13)
|
63
61
|
rspec-support (~> 3.13.1)
|
64
62
|
rubocop (~> 1.65)
|
data/lib/cexpect/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cexpect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christer Jansson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: An expect method with more reasonable return values and logging functionality
|
14
14
|
email:
|
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
56
|
- !ruby/object:Gem::Version
|
57
57
|
version: '0'
|
58
58
|
requirements: []
|
59
|
-
rubygems_version: 3.5.
|
59
|
+
rubygems_version: 3.5.22
|
60
60
|
signing_key:
|
61
61
|
specification_version: 4
|
62
62
|
summary: An improved expect method
|