rake_process_manager 0.3.0 → 0.4.0.pre.3

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: 7caa47db2863af94d223601df018a7dae9dd00d11a8e645fa8ad4fc983463df1
4
- data.tar.gz: c048ef4518580f1e772e76ae922e3c6669fe83760d9b47ccb67d5f3028927401
3
+ metadata.gz: 54103977b88ddb20dbbcd05132063821150a6b6149d2491eb7b0912b3bf7a174
4
+ data.tar.gz: f95686229da08cc6841ffc179e14454b9c654b1ce009998e4f6990fe49d4124d
5
5
  SHA512:
6
- metadata.gz: d80241ff197929eb22a8fdca3b89c2547675bdbc8c347da89a7731112a88dbc0b8d5434d34d5f5237ee651cf2db5e9a0121cb7eb9cd963d4230a81362743f8b5
7
- data.tar.gz: 56548fa22fe6b2c19d4e0fdbd0a8cd2d918cbc49ba910b3a1b46bf386221592347e43ccfdf7fd347c7992ea0dc7fa1bd33d0c6fd1773a044989ce0e513ee8d86
6
+ metadata.gz: 75e40de65a332488a4e674452c85245fa34d3229f653c44dde2e35f7f82b0287d14f44fb13a010a85f7125b5aa2a8a7e0591c98fb3d9e760a9fbd21cd2982be3
7
+ data.tar.gz: 4344bc8d0f23ad2c24d7b057478587541031ee1c3273720e3b070e5b5f4a2101523c510a30ff271a28d70e3b3c3ef229b0c8459bc5dae14adf1e59ae2d3a50bc
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at maintainers@infrablocks.io. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile.lock CHANGED
@@ -1,110 +1,131 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_process_manager (0.3.0)
5
- rake_factory (>= 0.23, < 1)
4
+ rake_process_manager (0.4.0.pre.3)
5
+ rake_factory (~> 0.23)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.0.3.1)
10
+ activesupport (7.0.2.3)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
- i18n (>= 0.7, < 2)
13
- minitest (~> 5.1)
14
- tzinfo (~> 1.1)
15
- zeitwerk (~> 2.2, >= 2.2.2)
16
- addressable (2.7.0)
12
+ i18n (>= 1.6, < 2)
13
+ minitest (>= 5.1)
14
+ tzinfo (~> 2.0)
15
+ addressable (2.8.0)
17
16
  public_suffix (>= 2.0.2, < 5.0)
18
17
  colored2 (3.1.2)
19
- concurrent-ruby (1.1.6)
20
- diff-lcs (1.3)
21
- docile (1.3.2)
22
- excon (0.78.1)
23
- fakefs (1.2.2)
24
- faraday (1.0.1)
18
+ concurrent-ruby (1.1.9)
19
+ diff-lcs (1.5.0)
20
+ docile (1.4.0)
21
+ excon (0.92.0)
22
+ fakefs (1.4.1)
23
+ faraday (1.10.0)
24
+ faraday-em_http (~> 1.0)
25
+ faraday-em_synchrony (~> 1.0)
26
+ faraday-excon (~> 1.1)
27
+ faraday-httpclient (~> 1.0)
28
+ faraday-multipart (~> 1.0)
29
+ faraday-net_http (~> 1.0)
30
+ faraday-net_http_persistent (~> 1.0)
31
+ faraday-patron (~> 1.0)
32
+ faraday-rack (~> 1.0)
33
+ faraday-retry (~> 1.0)
34
+ ruby2_keywords (>= 0.0.4)
35
+ faraday-em_http (1.0.0)
36
+ faraday-em_synchrony (1.0.0)
37
+ faraday-excon (1.1.0)
38
+ faraday-httpclient (1.0.1)
39
+ faraday-multipart (1.0.3)
25
40
  multipart-post (>= 1.2, < 3)
26
- gem-release (2.1.1)
41
+ faraday-net_http (1.0.1)
42
+ faraday-net_http_persistent (1.2.0)
43
+ faraday-patron (1.0.0)
44
+ faraday-rack (1.0.0)
45
+ faraday-retry (1.0.3)
46
+ gem-release (2.2.2)
27
47
  hamster (3.0.0)
28
48
  concurrent-ruby (~> 1.0)
29
- i18n (1.8.2)
49
+ i18n (1.10.0)
30
50
  concurrent-ruby (~> 1.0)
31
- lino (1.7.0)
51
+ lino (3.0.0)
32
52
  hamster (~> 3.0)
33
53
  open4 (~> 1.3)
34
- minitest (5.14.1)
54
+ minitest (5.15.0)
35
55
  multipart-post (2.1.1)
36
- octokit (4.18.0)
56
+ octokit (4.22.0)
37
57
  faraday (>= 0.9)
38
58
  sawyer (~> 0.8.0, >= 0.5.3)
39
59
  open4 (1.3.4)
40
- public_suffix (4.0.5)
41
- rake (13.0.1)
60
+ public_suffix (4.0.6)
61
+ rake (13.0.6)
42
62
  rake_circle_ci (0.9.0)
43
63
  colored2 (~> 3.1)
44
64
  excon (~> 0.72)
45
65
  rake_factory (~> 0.23)
46
66
  sshkey (~> 2.0)
47
- rake_factory (0.27.0)
67
+ rake_factory (0.29.0)
48
68
  activesupport (>= 4)
49
69
  rake (~> 13.0)
50
- rake_github (0.5.0)
70
+ rake_github (0.9.0)
51
71
  colored2 (~> 3.1)
52
72
  octokit (~> 4.16)
53
73
  rake_factory (~> 0.23)
54
74
  sshkey (~> 2.0)
55
- rake_gpg (0.14.0)
75
+ rake_gpg (0.16.0)
56
76
  rake_factory (>= 0.23, < 1)
57
77
  ruby_gpg2 (>= 0.6, < 1)
58
- rake_ssh (0.4.0)
78
+ rake_ssh (0.6.0)
59
79
  colored2 (~> 3.1)
60
80
  rake_factory (~> 0.23)
61
81
  sshkey (~> 2.0)
62
- rspec (3.9.0)
63
- rspec-core (~> 3.9.0)
64
- rspec-expectations (~> 3.9.0)
65
- rspec-mocks (~> 3.9.0)
66
- rspec-core (3.9.2)
67
- rspec-support (~> 3.9.3)
68
- rspec-expectations (3.9.2)
82
+ rspec (3.11.0)
83
+ rspec-core (~> 3.11.0)
84
+ rspec-expectations (~> 3.11.0)
85
+ rspec-mocks (~> 3.11.0)
86
+ rspec-core (3.11.0)
87
+ rspec-support (~> 3.11.0)
88
+ rspec-expectations (3.11.0)
69
89
  diff-lcs (>= 1.2.0, < 2.0)
70
- rspec-support (~> 3.9.0)
71
- rspec-mocks (3.9.1)
90
+ rspec-support (~> 3.11.0)
91
+ rspec-mocks (3.11.0)
72
92
  diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.9.0)
74
- rspec-support (3.9.3)
75
- ruby_gpg2 (0.6.0)
93
+ rspec-support (~> 3.11.0)
94
+ rspec-support (3.11.0)
95
+ ruby2_keywords (0.0.5)
96
+ ruby_gpg2 (0.8.0)
76
97
  lino (>= 1.5)
77
98
  sawyer (0.8.2)
78
99
  addressable (>= 2.3.5)
79
100
  faraday (> 0.8, < 2.0)
80
101
  semantic (1.6.1)
81
- simplecov (0.18.5)
102
+ simplecov (0.21.2)
82
103
  docile (~> 1.1)
83
104
  simplecov-html (~> 0.11)
84
- simplecov-html (0.12.2)
105
+ simplecov_json_formatter (~> 0.1)
106
+ simplecov-html (0.12.3)
107
+ simplecov_json_formatter (0.1.4)
85
108
  sshkey (2.0.0)
86
- thread_safe (0.3.6)
87
- tzinfo (1.2.7)
88
- thread_safe (~> 0.1)
89
- zeitwerk (2.3.0)
109
+ tzinfo (2.0.4)
110
+ concurrent-ruby (~> 1.0)
90
111
 
91
112
  PLATFORMS
92
113
  ruby
93
114
 
94
115
  DEPENDENCIES
95
- activesupport (>= 5.2)
96
- bundler (~> 2.1)
97
- fakefs (~> 1.0)
98
- gem-release (~> 2.0)
99
- rake (~> 13.0)
100
- rake_circle_ci (~> 0.9)
101
- rake_github (~> 0.5)
102
- rake_gpg (~> 0.12)
116
+ activesupport
117
+ bundler
118
+ fakefs
119
+ gem-release
120
+ rake
121
+ rake_circle_ci
122
+ rake_github
123
+ rake_gpg
103
124
  rake_process_manager!
104
- rake_ssh (~> 0.4)
105
- rspec (~> 3.9)
106
- semantic (~> 1.6.1)
107
- simplecov (~> 0.16)
125
+ rake_ssh
126
+ rspec
127
+ semantic
128
+ simplecov
108
129
 
109
130
  BUNDLED WITH
110
- 2.2.4
131
+ 2.3.9
data/Rakefile CHANGED
@@ -62,7 +62,7 @@ end
62
62
  RakeGithub.define_repository_tasks(
63
63
  namespace: :github,
64
64
  repository: 'infrablocks/rake_process_manager',
65
- ) do |t|
65
+ ) do |t, args|
66
66
  github_config =
67
67
  YAML.load_file('config/secrets/github/config.yaml')
68
68
 
@@ -73,6 +73,8 @@ RakeGithub.define_repository_tasks(
73
73
  public_key: File.read('config/secrets/ci/ssh.public')
74
74
  }
75
75
  ]
76
+ t.branch_name = args.branch_name
77
+ t.commit_message = args.commit_message
76
78
  end
77
79
 
78
80
  namespace :pipeline do
@@ -1,3 +1,3 @@
1
1
  module RakeProcessManager
2
- VERSION = '0.3.0'
2
+ VERSION = '0.4.0.pre.3'
3
3
  end
metadata CHANGED
@@ -1,210 +1,205 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_process_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0.pre.3
5
5
  platform: ruby
6
6
  authors:
7
- - Toby Clemson
7
+ - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-02 00:00:00.000000000 Z
11
+ date: 2022-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake_factory
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.23'
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '1'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ">="
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0.23'
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '1'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: bundler
35
29
  requirement: !ruby/object:Gem::Requirement
36
30
  requirements:
37
- - - "~>"
31
+ - - ">="
38
32
  - !ruby/object:Gem::Version
39
- version: '2.1'
33
+ version: '0'
40
34
  type: :development
41
35
  prerelease: false
42
36
  version_requirements: !ruby/object:Gem::Requirement
43
37
  requirements:
44
- - - "~>"
38
+ - - ">="
45
39
  - !ruby/object:Gem::Version
46
- version: '2.1'
40
+ version: '0'
47
41
  - !ruby/object:Gem::Dependency
48
42
  name: rake
49
43
  requirement: !ruby/object:Gem::Requirement
50
44
  requirements:
51
- - - "~>"
45
+ - - ">="
52
46
  - !ruby/object:Gem::Version
53
- version: '13.0'
47
+ version: '0'
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
51
  requirements:
58
- - - "~>"
52
+ - - ">="
59
53
  - !ruby/object:Gem::Version
60
- version: '13.0'
54
+ version: '0'
61
55
  - !ruby/object:Gem::Dependency
62
56
  name: rake_circle_ci
63
57
  requirement: !ruby/object:Gem::Requirement
64
58
  requirements:
65
- - - "~>"
59
+ - - ">="
66
60
  - !ruby/object:Gem::Version
67
- version: '0.9'
61
+ version: '0'
68
62
  type: :development
69
63
  prerelease: false
70
64
  version_requirements: !ruby/object:Gem::Requirement
71
65
  requirements:
72
- - - "~>"
66
+ - - ">="
73
67
  - !ruby/object:Gem::Version
74
- version: '0.9'
68
+ version: '0'
75
69
  - !ruby/object:Gem::Dependency
76
70
  name: rake_github
77
71
  requirement: !ruby/object:Gem::Requirement
78
72
  requirements:
79
- - - "~>"
73
+ - - ">="
80
74
  - !ruby/object:Gem::Version
81
- version: '0.5'
75
+ version: '0'
82
76
  type: :development
83
77
  prerelease: false
84
78
  version_requirements: !ruby/object:Gem::Requirement
85
79
  requirements:
86
- - - "~>"
80
+ - - ">="
87
81
  - !ruby/object:Gem::Version
88
- version: '0.5'
82
+ version: '0'
89
83
  - !ruby/object:Gem::Dependency
90
84
  name: rake_ssh
91
85
  requirement: !ruby/object:Gem::Requirement
92
86
  requirements:
93
- - - "~>"
87
+ - - ">="
94
88
  - !ruby/object:Gem::Version
95
- version: '0.4'
89
+ version: '0'
96
90
  type: :development
97
91
  prerelease: false
98
92
  version_requirements: !ruby/object:Gem::Requirement
99
93
  requirements:
100
- - - "~>"
94
+ - - ">="
101
95
  - !ruby/object:Gem::Version
102
- version: '0.4'
96
+ version: '0'
103
97
  - !ruby/object:Gem::Dependency
104
98
  name: rake_gpg
105
99
  requirement: !ruby/object:Gem::Requirement
106
100
  requirements:
107
- - - "~>"
101
+ - - ">="
108
102
  - !ruby/object:Gem::Version
109
- version: '0.12'
103
+ version: '0'
110
104
  type: :development
111
105
  prerelease: false
112
106
  version_requirements: !ruby/object:Gem::Requirement
113
107
  requirements:
114
- - - "~>"
108
+ - - ">="
115
109
  - !ruby/object:Gem::Version
116
- version: '0.12'
110
+ version: '0'
117
111
  - !ruby/object:Gem::Dependency
118
112
  name: rspec
119
113
  requirement: !ruby/object:Gem::Requirement
120
114
  requirements:
121
- - - "~>"
115
+ - - ">="
122
116
  - !ruby/object:Gem::Version
123
- version: '3.9'
117
+ version: '0'
124
118
  type: :development
125
119
  prerelease: false
126
120
  version_requirements: !ruby/object:Gem::Requirement
127
121
  requirements:
128
- - - "~>"
122
+ - - ">="
129
123
  - !ruby/object:Gem::Version
130
- version: '3.9'
124
+ version: '0'
131
125
  - !ruby/object:Gem::Dependency
132
126
  name: semantic
133
127
  requirement: !ruby/object:Gem::Requirement
134
128
  requirements:
135
- - - "~>"
129
+ - - ">="
136
130
  - !ruby/object:Gem::Version
137
- version: 1.6.1
131
+ version: '0'
138
132
  type: :development
139
133
  prerelease: false
140
134
  version_requirements: !ruby/object:Gem::Requirement
141
135
  requirements:
142
- - - "~>"
136
+ - - ">="
143
137
  - !ruby/object:Gem::Version
144
- version: 1.6.1
138
+ version: '0'
145
139
  - !ruby/object:Gem::Dependency
146
140
  name: gem-release
147
141
  requirement: !ruby/object:Gem::Requirement
148
142
  requirements:
149
- - - "~>"
143
+ - - ">="
150
144
  - !ruby/object:Gem::Version
151
- version: '2.0'
145
+ version: '0'
152
146
  type: :development
153
147
  prerelease: false
154
148
  version_requirements: !ruby/object:Gem::Requirement
155
149
  requirements:
156
- - - "~>"
150
+ - - ">="
157
151
  - !ruby/object:Gem::Version
158
- version: '2.0'
152
+ version: '0'
159
153
  - !ruby/object:Gem::Dependency
160
154
  name: activesupport
161
155
  requirement: !ruby/object:Gem::Requirement
162
156
  requirements:
163
157
  - - ">="
164
158
  - !ruby/object:Gem::Version
165
- version: '5.2'
159
+ version: '0'
166
160
  type: :development
167
161
  prerelease: false
168
162
  version_requirements: !ruby/object:Gem::Requirement
169
163
  requirements:
170
164
  - - ">="
171
165
  - !ruby/object:Gem::Version
172
- version: '5.2'
166
+ version: '0'
173
167
  - !ruby/object:Gem::Dependency
174
168
  name: fakefs
175
169
  requirement: !ruby/object:Gem::Requirement
176
170
  requirements:
177
- - - "~>"
171
+ - - ">="
178
172
  - !ruby/object:Gem::Version
179
- version: '1.0'
173
+ version: '0'
180
174
  type: :development
181
175
  prerelease: false
182
176
  version_requirements: !ruby/object:Gem::Requirement
183
177
  requirements:
184
- - - "~>"
178
+ - - ">="
185
179
  - !ruby/object:Gem::Version
186
- version: '1.0'
180
+ version: '0'
187
181
  - !ruby/object:Gem::Dependency
188
182
  name: simplecov
189
183
  requirement: !ruby/object:Gem::Requirement
190
184
  requirements:
191
- - - "~>"
185
+ - - ">="
192
186
  - !ruby/object:Gem::Version
193
- version: '0.16'
187
+ version: '0'
194
188
  type: :development
195
189
  prerelease: false
196
190
  version_requirements: !ruby/object:Gem::Requirement
197
191
  requirements:
198
- - - "~>"
192
+ - - ">="
199
193
  - !ruby/object:Gem::Version
200
- version: '0.16'
194
+ version: '0'
201
195
  description: Rake tasks for starting and stopping background processes.
202
196
  email:
203
- - tobyclemson@gmail.com
197
+ - maintainers@infrablocks.io
204
198
  executables: []
205
199
  extensions: []
206
200
  extra_rdoc_files: []
207
201
  files:
202
+ - CODE_OF_CONDUCT.md
208
203
  - Gemfile
209
204
  - Gemfile.lock
210
205
  - LICENSE.txt
@@ -226,14 +221,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
226
221
  requirements:
227
222
  - - ">="
228
223
  - !ruby/object:Gem::Version
229
- version: 2.6.0
224
+ version: '2.7'
230
225
  required_rubygems_version: !ruby/object:Gem::Requirement
231
226
  requirements:
232
- - - ">="
227
+ - - ">"
233
228
  - !ruby/object:Gem::Version
234
- version: '0'
229
+ version: 1.3.1
235
230
  requirements: []
236
- rubygems_version: 3.0.1
231
+ rubygems_version: 3.1.6
237
232
  signing_key:
238
233
  specification_version: 4
239
234
  summary: Rake tasks for managing processes.