rake_process_manager 0.6.0.pre.4 → 0.6.0.pre.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93335e5de84f7238d7449b12dd154909bb2d782a1b658d9dfaa239628817e963
4
- data.tar.gz: '0803dc33dfebff91db05a39c0d19049b3c12b4836d7d503bae2ad6e43c25b89c'
3
+ metadata.gz: df548c71c19d1c791f2c965c66a02ee5adc66f88d0701de41e6295760600d2a0
4
+ data.tar.gz: 442ff4d3ee9dee2db38379347a1fca1ce80dc1e30e6abdd3dba9ccfcb2041ac8
5
5
  SHA512:
6
- metadata.gz: f04ec041be2c0b5964dde916460e567cc077d2d023a98c6b2fd1df2f6b0313639e2a954f6e11a22d88fc8a9817461aff054ed86b01dac02104336209835e3216
7
- data.tar.gz: f52d8c4cbd0d9af089518649746571b8239a18a32e81ce02ca195a24706b5c33dc5056e608555f3cc0107e02e83b94fd52a4663be2be951ecdf9119bb799a703
6
+ metadata.gz: 98dc625ed891007866ec8be21886cabd7af1864afe9b1c69c3e13bc70e9f5c7d5133d03dc9d5467eecb2db49d21301e006bc7bebf65898283fa1fd7228c19d62
7
+ data.tar.gz: ef0309deb8c327505652daa19822e60be0843a0ccf48253403504afb0a94a424891e3acbef44bcb0e506b73b882037712c8ccbea3c2520b09d8526a4993047a8
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_process_manager (0.6.0.pre.4)
5
- rake_factory (~> 0.23)
4
+ rake_process_manager (0.6.0.pre.5)
5
+ rake_factory (~> 0.33)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.1.1)
10
+ activesupport (7.1.3.4)
11
11
  base64
12
12
  bigdecimal
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -17,128 +17,127 @@ GEM
17
17
  minitest (>= 5.1)
18
18
  mutex_m
19
19
  tzinfo (~> 2.0)
20
- addressable (2.8.5)
21
- public_suffix (>= 2.0.2, < 6.0)
20
+ addressable (2.8.7)
21
+ public_suffix (>= 2.0.2, < 7.0)
22
22
  ast (2.4.2)
23
- base64 (0.1.1)
24
- bigdecimal (3.1.4)
23
+ base64 (0.2.0)
24
+ bigdecimal (3.1.8)
25
+ childprocess (5.0.0)
25
26
  colored2 (3.1.2)
26
- concurrent-ruby (1.2.2)
27
+ concurrent-ruby (1.3.3)
27
28
  connection_pool (2.4.1)
28
- diff-lcs (1.5.0)
29
+ diff-lcs (1.5.1)
29
30
  docile (1.4.0)
30
- drb (2.1.1)
31
- ruby2_keywords
32
- excon (0.104.0)
31
+ drb (2.2.1)
32
+ excon (0.111.0)
33
33
  fakefs (2.5.0)
34
- faraday (2.7.11)
35
- base64
36
- faraday-net_http (>= 2.0, < 3.1)
37
- ruby2_keywords (>= 0.0.4)
38
- faraday-net_http (3.0.2)
34
+ faraday (2.10.0)
35
+ faraday-net_http (>= 2.0, < 3.2)
36
+ logger
37
+ faraday-net_http (3.1.0)
38
+ net-http
39
39
  gem-release (2.2.2)
40
- git (1.18.0)
40
+ git (1.19.1)
41
41
  addressable (~> 2.8)
42
42
  rchardet (~> 1.8)
43
43
  hamster (3.0.0)
44
44
  concurrent-ruby (~> 1.0)
45
- i18n (1.14.1)
45
+ i18n (1.14.5)
46
46
  concurrent-ruby (~> 1.0)
47
47
  immutable-struct (2.4.1)
48
- json (2.6.3)
48
+ json (2.7.2)
49
49
  language_server-protocol (3.17.0.3)
50
- lino (3.1.0)
50
+ lino (4.1.0)
51
+ childprocess (~> 5.0.0)
51
52
  hamster (~> 3.0)
52
53
  open4 (~> 1.3)
53
- minitest (5.20.0)
54
- mutex_m (0.1.2)
55
- octokit (8.0.0)
54
+ logger (1.6.0)
55
+ minitest (5.24.1)
56
+ mutex_m (0.2.0)
57
+ net-http (0.4.1)
58
+ uri
59
+ octokit (8.1.0)
60
+ base64
56
61
  faraday (>= 1, < 3)
57
62
  sawyer (~> 0.9)
58
63
  open4 (1.3.4)
59
- parallel (1.23.0)
60
- parser (3.2.2.4)
64
+ parallel (1.25.1)
65
+ parser (3.3.4.0)
61
66
  ast (~> 2.4.1)
62
67
  racc
63
- public_suffix (5.0.3)
64
- racc (1.7.3)
68
+ public_suffix (6.0.0)
69
+ racc (1.8.0)
65
70
  rainbow (3.1.1)
66
- rake (13.1.0)
67
- rake_circle_ci (0.11.0)
71
+ rake (13.2.1)
72
+ rake_circle_ci (0.13.0)
68
73
  colored2 (~> 3.1)
69
74
  excon (~> 0.72)
70
- rake_factory (~> 0.23)
75
+ rake_factory (~> 0.33)
71
76
  sshkey (~> 2.0)
72
- rake_factory (0.32.0.pre.2)
77
+ rake_factory (0.33.0)
73
78
  activesupport (>= 4)
74
79
  rake (~> 13.0)
75
- rake_git (0.1.0.pre.10)
80
+ rake_git (0.2.0)
76
81
  colored2 (~> 3.1)
77
82
  git (~> 1.13, >= 1.13.2)
78
- rake_factory (= 0.32.0.pre.2)
79
- rake_git_crypt (0.1.0.pre.29)
83
+ rake_factory (~> 0.33)
84
+ rake_git_crypt (0.2.0)
80
85
  colored2 (~> 3.1)
81
- rake_factory (= 0.32.0.pre.2)
82
- ruby_git_crypt (= 0.1.0.pre.4)
83
- ruby_gpg2 (~> 0.6)
86
+ rake_factory (~> 0.33)
87
+ ruby_git_crypt (~> 0.1)
88
+ ruby_gpg2 (~> 0.12)
84
89
  rake_github (0.13.0)
85
90
  colored2 (~> 3.1)
86
91
  octokit (>= 4.16, < 9.0)
87
92
  rake_factory (~> 0.23)
88
93
  sshkey (~> 2.0)
89
- rake_gpg (0.18.0)
90
- rake_factory (~> 0.23)
91
- ruby_gpg2 (~> 0.6)
94
+ rake_gpg (0.20.0)
95
+ rake_factory (~> 0.33)
96
+ ruby_gpg2 (~> 0.12)
92
97
  rake_ssh (0.10.0)
93
98
  colored2 (~> 3.1)
94
99
  rake_factory (~> 0.23)
95
100
  sshkey (~> 2.0)
96
101
  rchardet (1.8.0)
97
- regexp_parser (2.8.2)
98
- rexml (3.2.6)
99
- rspec (3.12.0)
100
- rspec-core (~> 3.12.0)
101
- rspec-expectations (~> 3.12.0)
102
- rspec-mocks (~> 3.12.0)
103
- rspec-core (3.12.2)
104
- rspec-support (~> 3.12.0)
105
- rspec-expectations (3.12.3)
102
+ regexp_parser (2.9.2)
103
+ rexml (3.3.2)
104
+ strscan
105
+ rspec (3.13.0)
106
+ rspec-core (~> 3.13.0)
107
+ rspec-expectations (~> 3.13.0)
108
+ rspec-mocks (~> 3.13.0)
109
+ rspec-core (3.13.0)
110
+ rspec-support (~> 3.13.0)
111
+ rspec-expectations (3.13.1)
106
112
  diff-lcs (>= 1.2.0, < 2.0)
107
- rspec-support (~> 3.12.0)
108
- rspec-mocks (3.12.6)
113
+ rspec-support (~> 3.13.0)
114
+ rspec-mocks (3.13.1)
109
115
  diff-lcs (>= 1.2.0, < 2.0)
110
- rspec-support (~> 3.12.0)
111
- rspec-support (3.12.1)
112
- rubocop (1.57.2)
116
+ rspec-support (~> 3.13.0)
117
+ rspec-support (3.13.1)
118
+ rubocop (1.65.0)
113
119
  json (~> 2.3)
114
120
  language_server-protocol (>= 3.17.0)
115
121
  parallel (~> 1.10)
116
- parser (>= 3.2.2.4)
122
+ parser (>= 3.3.0.2)
117
123
  rainbow (>= 2.2.2, < 4.0)
118
- regexp_parser (>= 1.8, < 3.0)
124
+ regexp_parser (>= 2.4, < 3.0)
119
125
  rexml (>= 3.2.5, < 4.0)
120
- rubocop-ast (>= 1.28.1, < 2.0)
126
+ rubocop-ast (>= 1.31.1, < 2.0)
121
127
  ruby-progressbar (~> 1.7)
122
128
  unicode-display_width (>= 2.4.0, < 3.0)
123
- rubocop-ast (1.30.0)
124
- parser (>= 3.2.1.0)
125
- rubocop-capybara (2.19.0)
126
- rubocop (~> 1.41)
127
- rubocop-factory_bot (2.24.0)
128
- rubocop (~> 1.33)
129
+ rubocop-ast (1.31.3)
130
+ parser (>= 3.3.1.0)
129
131
  rubocop-rake (0.6.0)
130
132
  rubocop (~> 1.0)
131
- rubocop-rspec (2.25.0)
132
- rubocop (~> 1.40)
133
- rubocop-capybara (~> 2.17)
134
- rubocop-factory_bot (~> 2.22)
133
+ rubocop-rspec (3.0.3)
134
+ rubocop (~> 1.61)
135
135
  ruby-progressbar (1.13.0)
136
- ruby2_keywords (0.0.5)
137
- ruby_git_crypt (0.1.0.pre.4)
136
+ ruby_git_crypt (0.1.0)
138
137
  immutable-struct (~> 2.4)
139
- lino (~> 3.0)
140
- ruby_gpg2 (0.10.0)
141
- lino (~> 3.0)
138
+ lino (>= 4.1)
139
+ ruby_gpg2 (0.12.0)
140
+ lino (>= 4.1)
142
141
  sawyer (0.9.2)
143
142
  addressable (>= 2.3.5)
144
143
  faraday (>= 0.17.3, < 3)
@@ -150,9 +149,11 @@ GEM
150
149
  simplecov-html (0.12.3)
151
150
  simplecov_json_formatter (0.1.4)
152
151
  sshkey (2.0.0)
152
+ strscan (3.1.0)
153
153
  tzinfo (2.0.6)
154
154
  concurrent-ruby (~> 1.0)
155
155
  unicode-display_width (2.5.0)
156
+ uri (0.13.0)
156
157
 
157
158
  PLATFORMS
158
159
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeProcessManager
4
- VERSION = '0.6.0.pre.4'
4
+ VERSION = '0.6.0.pre.5'
5
5
  end
@@ -34,9 +34,9 @@ Gem::Specification.new do |spec|
34
34
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
35
35
  spec.require_paths = ['lib']
36
36
 
37
- spec.required_ruby_version = '>= 2.7'
37
+ spec.required_ruby_version = '>= 3.1'
38
38
 
39
- spec.add_dependency 'rake_factory', '~> 0.23'
39
+ spec.add_dependency 'rake_factory', '~> 0.33'
40
40
 
41
41
  spec.add_development_dependency 'activesupport'
42
42
  spec.add_development_dependency 'bundler'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_process_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0.pre.4
4
+ version: 0.6.0.pre.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-06 00:00:00.000000000 Z
11
+ date: 2024-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake_factory
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.23'
19
+ version: '0.33'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.23'
26
+ version: '0.33'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activesupport
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -293,14 +293,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
293
293
  requirements:
294
294
  - - ">="
295
295
  - !ruby/object:Gem::Version
296
- version: '2.7'
296
+ version: '3.1'
297
297
  required_rubygems_version: !ruby/object:Gem::Requirement
298
298
  requirements:
299
299
  - - ">"
300
300
  - !ruby/object:Gem::Version
301
301
  version: 1.3.1
302
302
  requirements: []
303
- rubygems_version: 3.1.6
303
+ rubygems_version: 3.3.7
304
304
  signing_key:
305
305
  specification_version: 4
306
306
  summary: Rake tasks for managing processes.