process_bot 0.1.8 → 0.1.9
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/Gemfile.lock +26 -22
- data/lib/process_bot/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14b1576890e101bf63b28b5b1d15576fc0003cdd51c73ca753032b27ec48ad32
|
|
4
|
+
data.tar.gz: 3175432c97bddeaa1a8f7031a6912888aef18cf1dd961eaa07402a7dde4837b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36ec2ccd36275a523b10f0dfead5c6ab3124602b7e489265e0c9536d46d737a72d08e9c32db63703271e58f058894ea6370ffb441a2b9a4783100836e8458453
|
|
7
|
+
data.tar.gz: d659cacc4d5b1473e076416cf4e7836008f196a6a126691dea58ccb4ee6ec77a42223c0aa60a56d54ad6782dcd0362756cdbc4dad34ed9829d1dbd8c10f9e488
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
process_bot (0.1.
|
|
4
|
+
process_bot (0.1.9)
|
|
5
5
|
knjrbfw (>= 0.0.116)
|
|
6
6
|
pry
|
|
7
7
|
rake
|
|
@@ -17,7 +17,8 @@ GEM
|
|
|
17
17
|
diff-lcs (1.6.2)
|
|
18
18
|
http2 (0.0.36)
|
|
19
19
|
string-cases (~> 0)
|
|
20
|
-
|
|
20
|
+
io-console (0.8.2)
|
|
21
|
+
json (2.18.0)
|
|
21
22
|
knjrbfw (0.0.116)
|
|
22
23
|
datet
|
|
23
24
|
http2
|
|
@@ -29,36 +30,39 @@ GEM
|
|
|
29
30
|
lint_roller (1.1.0)
|
|
30
31
|
method_source (1.1.0)
|
|
31
32
|
parallel (1.27.0)
|
|
32
|
-
parser (3.3.
|
|
33
|
+
parser (3.3.10.0)
|
|
33
34
|
ast (~> 2.4.1)
|
|
34
35
|
racc
|
|
35
36
|
php4r (0.0.4)
|
|
36
37
|
datet
|
|
37
38
|
http2
|
|
38
39
|
string-strtr
|
|
39
|
-
prism (1.
|
|
40
|
-
pry (0.
|
|
40
|
+
prism (1.7.0)
|
|
41
|
+
pry (0.16.0)
|
|
41
42
|
coderay (~> 1.1)
|
|
42
43
|
method_source (~> 1.0)
|
|
44
|
+
reline (>= 0.6.0)
|
|
43
45
|
racc (1.8.1)
|
|
44
46
|
rainbow (3.1.1)
|
|
45
|
-
rake (13.3.
|
|
47
|
+
rake (13.3.1)
|
|
46
48
|
ref (2.0.0)
|
|
47
|
-
regexp_parser (2.11.
|
|
48
|
-
|
|
49
|
+
regexp_parser (2.11.3)
|
|
50
|
+
reline (0.6.3)
|
|
51
|
+
io-console (~> 0.5)
|
|
52
|
+
rspec (3.13.2)
|
|
49
53
|
rspec-core (~> 3.13.0)
|
|
50
54
|
rspec-expectations (~> 3.13.0)
|
|
51
55
|
rspec-mocks (~> 3.13.0)
|
|
52
|
-
rspec-core (3.13.
|
|
56
|
+
rspec-core (3.13.6)
|
|
53
57
|
rspec-support (~> 3.13.0)
|
|
54
58
|
rspec-expectations (3.13.5)
|
|
55
59
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
56
60
|
rspec-support (~> 3.13.0)
|
|
57
|
-
rspec-mocks (3.13.
|
|
61
|
+
rspec-mocks (3.13.7)
|
|
58
62
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
59
63
|
rspec-support (~> 3.13.0)
|
|
60
|
-
rspec-support (3.13.
|
|
61
|
-
rubocop (1.
|
|
64
|
+
rspec-support (3.13.6)
|
|
65
|
+
rubocop (1.82.1)
|
|
62
66
|
json (~> 2.3)
|
|
63
67
|
language_server-protocol (~> 3.17.0.2)
|
|
64
68
|
lint_roller (~> 1.1.0)
|
|
@@ -66,22 +70,22 @@ GEM
|
|
|
66
70
|
parser (>= 3.3.0.2)
|
|
67
71
|
rainbow (>= 2.2.2, < 4.0)
|
|
68
72
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
69
|
-
rubocop-ast (>= 1.
|
|
73
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
70
74
|
ruby-progressbar (~> 1.7)
|
|
71
75
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
72
|
-
rubocop-ast (1.
|
|
76
|
+
rubocop-ast (1.49.0)
|
|
73
77
|
parser (>= 3.3.7.2)
|
|
74
|
-
prism (~> 1.
|
|
75
|
-
rubocop-performance (1.
|
|
78
|
+
prism (~> 1.7)
|
|
79
|
+
rubocop-performance (1.26.1)
|
|
76
80
|
lint_roller (~> 1.1)
|
|
77
81
|
rubocop (>= 1.75.0, < 2.0)
|
|
78
|
-
rubocop-ast (>= 1.
|
|
82
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
79
83
|
rubocop-rake (0.7.1)
|
|
80
84
|
lint_roller (~> 1.1)
|
|
81
85
|
rubocop (>= 1.72.1)
|
|
82
|
-
rubocop-rspec (3.
|
|
86
|
+
rubocop-rspec (3.8.0)
|
|
83
87
|
lint_roller (~> 1.1)
|
|
84
|
-
rubocop (~> 1.
|
|
88
|
+
rubocop (~> 1.81)
|
|
85
89
|
ruby-progressbar (1.13.0)
|
|
86
90
|
ruby_process (0.0.13)
|
|
87
91
|
string-cases
|
|
@@ -90,9 +94,9 @@ GEM
|
|
|
90
94
|
string-cases (0.0.4)
|
|
91
95
|
string-strtr (0.0.3)
|
|
92
96
|
tsafe (0.0.12)
|
|
93
|
-
unicode-display_width (3.
|
|
94
|
-
unicode-emoji (~> 4.
|
|
95
|
-
unicode-emoji (4.0
|
|
97
|
+
unicode-display_width (3.2.0)
|
|
98
|
+
unicode-emoji (~> 4.1)
|
|
99
|
+
unicode-emoji (4.2.0)
|
|
96
100
|
wref (0.0.11)
|
|
97
101
|
ref
|
|
98
102
|
|
data/lib/process_bot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: process_bot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kaspernj
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: exe
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2025-12-30 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: knjrbfw
|
|
@@ -183,6 +184,7 @@ metadata:
|
|
|
183
184
|
source_code_uri: https://github.com/kaspernj/process_bot
|
|
184
185
|
changelog_uri: https://github.com/kaspernj/process_bot/blob/master/CHANGELOG.md
|
|
185
186
|
rubygems_mfa_required: 'true'
|
|
187
|
+
post_install_message:
|
|
186
188
|
rdoc_options: []
|
|
187
189
|
require_paths:
|
|
188
190
|
- lib
|
|
@@ -197,7 +199,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
199
|
- !ruby/object:Gem::Version
|
|
198
200
|
version: '0'
|
|
199
201
|
requirements: []
|
|
200
|
-
rubygems_version: 3.6
|
|
202
|
+
rubygems_version: 3.1.6
|
|
203
|
+
signing_key:
|
|
201
204
|
specification_version: 4
|
|
202
205
|
summary: Run and control processes.
|
|
203
206
|
test_files: []
|