rake_process_manager 0.3.0 → 0.4.0.pre.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: 7caa47db2863af94d223601df018a7dae9dd00d11a8e645fa8ad4fc983463df1
4
- data.tar.gz: c048ef4518580f1e772e76ae922e3c6669fe83760d9b47ccb67d5f3028927401
3
+ metadata.gz: 63e9525331834bd9309af023eb0adf7966fb5aa945c2fceff6d29f31b6788626
4
+ data.tar.gz: 331cbabee9663688a3eb6f3375485e309b3ea25eea1c5ef53c6eb49bcf05a8c6
5
5
  SHA512:
6
- metadata.gz: d80241ff197929eb22a8fdca3b89c2547675bdbc8c347da89a7731112a88dbc0b8d5434d34d5f5237ee651cf2db5e9a0121cb7eb9cd963d4230a81362743f8b5
7
- data.tar.gz: 56548fa22fe6b2c19d4e0fdbd0a8cd2d918cbc49ba910b3a1b46bf386221592347e43ccfdf7fd347c7992ea0dc7fa1bd33d0c6fd1773a044989ce0e513ee8d86
6
+ metadata.gz: a6f8941e48297a2ca0f0cec12a373980e9ed2ecfef3acb952e2484c11e721b5d1d0e22f61a8570760b7965df36bb13f2ae7ef48396afeef223fefd1b513cbbfe
7
+ data.tar.gz: 5b52fc58f2e85893dfbf5f78b774f42bd52e719c4bcec5b8ae9559d4709840c7239c851d6cb627e6c61c7b5212febf56775297f68e7dbc0fc17e43885d61fa27
@@ -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,92 +1,105 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_process_manager (0.3.0)
4
+ rake_process_manager (0.4.0.pre.1)
5
5
  rake_factory (>= 0.23, < 1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.0.3.1)
10
+ activesupport (6.1.3.2)
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)
12
+ i18n (>= 1.6, < 2)
13
+ minitest (>= 5.1)
14
+ tzinfo (~> 2.0)
15
+ zeitwerk (~> 2.3)
16
16
  addressable (2.7.0)
17
17
  public_suffix (>= 2.0.2, < 5.0)
18
18
  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)
19
+ concurrent-ruby (1.1.8)
20
+ diff-lcs (1.4.4)
21
+ docile (1.4.0)
22
+ excon (0.82.0)
23
+ fakefs (1.3.2)
24
+ faraday (1.4.2)
25
+ faraday-em_http (~> 1.0)
26
+ faraday-em_synchrony (~> 1.0)
27
+ faraday-excon (~> 1.1)
28
+ faraday-net_http (~> 1.0)
29
+ faraday-net_http_persistent (~> 1.1)
25
30
  multipart-post (>= 1.2, < 3)
26
- gem-release (2.1.1)
31
+ ruby2_keywords (>= 0.0.4)
32
+ faraday-em_http (1.0.0)
33
+ faraday-em_synchrony (1.0.0)
34
+ faraday-excon (1.1.0)
35
+ faraday-net_http (1.0.1)
36
+ faraday-net_http_persistent (1.1.0)
37
+ gem-release (2.2.1)
27
38
  hamster (3.0.0)
28
39
  concurrent-ruby (~> 1.0)
29
- i18n (1.8.2)
40
+ i18n (1.8.10)
30
41
  concurrent-ruby (~> 1.0)
31
- lino (1.7.0)
42
+ lino (3.0.0)
32
43
  hamster (~> 3.0)
33
44
  open4 (~> 1.3)
34
- minitest (5.14.1)
45
+ minitest (5.14.4)
35
46
  multipart-post (2.1.1)
36
- octokit (4.18.0)
47
+ octokit (4.21.0)
37
48
  faraday (>= 0.9)
38
49
  sawyer (~> 0.8.0, >= 0.5.3)
39
50
  open4 (1.3.4)
40
- public_suffix (4.0.5)
41
- rake (13.0.1)
51
+ public_suffix (4.0.6)
52
+ rake (13.0.3)
42
53
  rake_circle_ci (0.9.0)
43
54
  colored2 (~> 3.1)
44
55
  excon (~> 0.72)
45
56
  rake_factory (~> 0.23)
46
57
  sshkey (~> 2.0)
47
- rake_factory (0.27.0)
58
+ rake_factory (0.29.0)
48
59
  activesupport (>= 4)
49
60
  rake (~> 13.0)
50
- rake_github (0.5.0)
61
+ rake_github (0.7.0)
51
62
  colored2 (~> 3.1)
52
63
  octokit (~> 4.16)
53
64
  rake_factory (~> 0.23)
54
65
  sshkey (~> 2.0)
55
- rake_gpg (0.14.0)
66
+ rake_gpg (0.16.0)
56
67
  rake_factory (>= 0.23, < 1)
57
68
  ruby_gpg2 (>= 0.6, < 1)
58
- rake_ssh (0.4.0)
69
+ rake_ssh (0.6.0)
59
70
  colored2 (~> 3.1)
60
71
  rake_factory (~> 0.23)
61
72
  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)
73
+ rspec (3.10.0)
74
+ rspec-core (~> 3.10.0)
75
+ rspec-expectations (~> 3.10.0)
76
+ rspec-mocks (~> 3.10.0)
77
+ rspec-core (3.10.1)
78
+ rspec-support (~> 3.10.0)
79
+ rspec-expectations (3.10.1)
69
80
  diff-lcs (>= 1.2.0, < 2.0)
70
- rspec-support (~> 3.9.0)
71
- rspec-mocks (3.9.1)
81
+ rspec-support (~> 3.10.0)
82
+ rspec-mocks (3.10.2)
72
83
  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)
84
+ rspec-support (~> 3.10.0)
85
+ rspec-support (3.10.2)
86
+ ruby2_keywords (0.0.4)
87
+ ruby_gpg2 (0.8.0)
76
88
  lino (>= 1.5)
77
89
  sawyer (0.8.2)
78
90
  addressable (>= 2.3.5)
79
91
  faraday (> 0.8, < 2.0)
80
92
  semantic (1.6.1)
81
- simplecov (0.18.5)
93
+ simplecov (0.21.2)
82
94
  docile (~> 1.1)
83
95
  simplecov-html (~> 0.11)
84
- simplecov-html (0.12.2)
96
+ simplecov_json_formatter (~> 0.1)
97
+ simplecov-html (0.12.3)
98
+ simplecov_json_formatter (0.1.3)
85
99
  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)
100
+ tzinfo (2.0.4)
101
+ concurrent-ruby (~> 1.0)
102
+ zeitwerk (2.4.2)
90
103
 
91
104
  PLATFORMS
92
105
  ruby
@@ -107,4 +120,4 @@ DEPENDENCIES
107
120
  simplecov (~> 0.16)
108
121
 
109
122
  BUNDLED WITH
110
- 2.2.4
123
+ 2.2.18
@@ -1,3 +1,3 @@
1
1
  module RakeProcessManager
2
- VERSION = '0.3.0'
2
+ VERSION = '0.4.0.pre.1'
3
3
  end
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.3.0
4
+ version: 0.4.0.pre.1
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: 2021-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake_factory
@@ -200,11 +200,12 @@ dependencies:
200
200
  version: '0.16'
201
201
  description: Rake tasks for starting and stopping background processes.
202
202
  email:
203
- - tobyclemson@gmail.com
203
+ - maintainers@infrablocks.io
204
204
  executables: []
205
205
  extensions: []
206
206
  extra_rdoc_files: []
207
207
  files:
208
+ - CODE_OF_CONDUCT.md
208
209
  - Gemfile
209
210
  - Gemfile.lock
210
211
  - LICENSE.txt
@@ -229,9 +230,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
229
230
  version: 2.6.0
230
231
  required_rubygems_version: !ruby/object:Gem::Requirement
231
232
  requirements:
232
- - - ">="
233
+ - - ">"
233
234
  - !ruby/object:Gem::Version
234
- version: '0'
235
+ version: 1.3.1
235
236
  requirements: []
236
237
  rubygems_version: 3.0.1
237
238
  signing_key: