rake_template 0.4.0 → 0.5.0.pre.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile.lock +48 -34
- data/lib/rake_template/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b3fadcdd5df3120daa8ac6eb04e35715fa0e0d2b59fded301a8722bf270ef08
|
4
|
+
data.tar.gz: 44b3b6c3fb758a90071c05a8a6165ee65f13caebf438c8a3389c1d12420369db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09c2c616ae1b7c70b169afaf1f55f4fee17069a04ed807869837b604a5f2137165f91681098807ae6998f667e30cc02fd9571b8e1aa6a93c06b4c1ea5dca5a69'
|
7
|
+
data.tar.gz: 10e54d47df138710d791da85bae81d4dc6df7e1d9f96f4cec1e624fea920c323577e104bcdacd3bbd33d97fea7d5cf20fa01e1b798bcee1b3b7f898b036e8c33
|
data/CODE_OF_CONDUCT.md
ADDED
@@ -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,13 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rake_template (0.
|
4
|
+
rake_template (0.5.0.pre.1)
|
5
5
|
rake_factory (~> 0.23)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (5.2.
|
10
|
+
activesupport (5.2.6)
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
12
|
i18n (>= 0.7, < 2)
|
13
13
|
minitest (~> 5.1)
|
@@ -15,74 +15,88 @@ GEM
|
|
15
15
|
addressable (2.7.0)
|
16
16
|
public_suffix (>= 2.0.2, < 5.0)
|
17
17
|
colored2 (3.1.2)
|
18
|
-
concurrent-ruby (1.1.
|
19
|
-
diff-lcs (1.
|
20
|
-
docile (1.
|
21
|
-
excon (0.
|
22
|
-
faraday (1.
|
18
|
+
concurrent-ruby (1.1.8)
|
19
|
+
diff-lcs (1.4.4)
|
20
|
+
docile (1.4.0)
|
21
|
+
excon (0.82.0)
|
22
|
+
faraday (1.4.2)
|
23
|
+
faraday-em_http (~> 1.0)
|
24
|
+
faraday-em_synchrony (~> 1.0)
|
25
|
+
faraday-excon (~> 1.1)
|
26
|
+
faraday-net_http (~> 1.0)
|
27
|
+
faraday-net_http_persistent (~> 1.1)
|
23
28
|
multipart-post (>= 1.2, < 3)
|
24
|
-
|
29
|
+
ruby2_keywords (>= 0.0.4)
|
30
|
+
faraday-em_http (1.0.0)
|
31
|
+
faraday-em_synchrony (1.0.0)
|
32
|
+
faraday-excon (1.1.0)
|
33
|
+
faraday-net_http (1.0.1)
|
34
|
+
faraday-net_http_persistent (1.1.0)
|
35
|
+
gem-release (2.2.1)
|
25
36
|
hamster (3.0.0)
|
26
37
|
concurrent-ruby (~> 1.0)
|
27
|
-
i18n (1.8.
|
38
|
+
i18n (1.8.10)
|
28
39
|
concurrent-ruby (~> 1.0)
|
29
|
-
lino (
|
40
|
+
lino (3.0.0)
|
30
41
|
hamster (~> 3.0)
|
31
42
|
open4 (~> 1.3)
|
32
43
|
memfs (1.0.0)
|
33
|
-
minitest (5.14.
|
44
|
+
minitest (5.14.4)
|
34
45
|
multipart-post (2.1.1)
|
35
|
-
octokit (4.
|
46
|
+
octokit (4.21.0)
|
36
47
|
faraday (>= 0.9)
|
37
48
|
sawyer (~> 0.8.0, >= 0.5.3)
|
38
49
|
open4 (1.3.4)
|
39
|
-
public_suffix (4.0.
|
40
|
-
rake (13.0.
|
50
|
+
public_suffix (4.0.6)
|
51
|
+
rake (13.0.3)
|
41
52
|
rake_circle_ci (0.9.0)
|
42
53
|
colored2 (~> 3.1)
|
43
54
|
excon (~> 0.72)
|
44
55
|
rake_factory (~> 0.23)
|
45
56
|
sshkey (~> 2.0)
|
46
|
-
rake_factory (0.
|
57
|
+
rake_factory (0.29.0)
|
47
58
|
activesupport (>= 4)
|
48
59
|
rake (~> 13.0)
|
49
|
-
rake_github (0.
|
60
|
+
rake_github (0.7.0)
|
50
61
|
colored2 (~> 3.1)
|
51
62
|
octokit (~> 4.16)
|
52
63
|
rake_factory (~> 0.23)
|
53
64
|
sshkey (~> 2.0)
|
54
|
-
rake_gpg (0.
|
65
|
+
rake_gpg (0.16.0)
|
55
66
|
rake_factory (>= 0.23, < 1)
|
56
67
|
ruby_gpg2 (>= 0.6, < 1)
|
57
|
-
rake_ssh (0.
|
68
|
+
rake_ssh (0.6.0)
|
58
69
|
colored2 (~> 3.1)
|
59
70
|
rake_factory (~> 0.23)
|
60
71
|
sshkey (~> 2.0)
|
61
|
-
rspec (3.
|
62
|
-
rspec-core (~> 3.
|
63
|
-
rspec-expectations (~> 3.
|
64
|
-
rspec-mocks (~> 3.
|
65
|
-
rspec-core (3.
|
66
|
-
rspec-support (~> 3.
|
67
|
-
rspec-expectations (3.
|
72
|
+
rspec (3.10.0)
|
73
|
+
rspec-core (~> 3.10.0)
|
74
|
+
rspec-expectations (~> 3.10.0)
|
75
|
+
rspec-mocks (~> 3.10.0)
|
76
|
+
rspec-core (3.10.1)
|
77
|
+
rspec-support (~> 3.10.0)
|
78
|
+
rspec-expectations (3.10.1)
|
68
79
|
diff-lcs (>= 1.2.0, < 2.0)
|
69
|
-
rspec-support (~> 3.
|
70
|
-
rspec-mocks (3.
|
80
|
+
rspec-support (~> 3.10.0)
|
81
|
+
rspec-mocks (3.10.2)
|
71
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
72
|
-
rspec-support (~> 3.
|
73
|
-
rspec-support (3.
|
74
|
-
|
83
|
+
rspec-support (~> 3.10.0)
|
84
|
+
rspec-support (3.10.2)
|
85
|
+
ruby2_keywords (0.0.4)
|
86
|
+
ruby_gpg2 (0.8.0)
|
75
87
|
lino (>= 1.5)
|
76
88
|
sawyer (0.8.2)
|
77
89
|
addressable (>= 2.3.5)
|
78
90
|
faraday (> 0.8, < 2.0)
|
79
|
-
simplecov (0.
|
91
|
+
simplecov (0.21.2)
|
80
92
|
docile (~> 1.1)
|
81
93
|
simplecov-html (~> 0.11)
|
82
|
-
|
94
|
+
simplecov_json_formatter (~> 0.1)
|
95
|
+
simplecov-html (0.12.3)
|
96
|
+
simplecov_json_formatter (0.1.3)
|
83
97
|
sshkey (2.0.0)
|
84
98
|
thread_safe (0.3.6)
|
85
|
-
tzinfo (1.2.
|
99
|
+
tzinfo (1.2.9)
|
86
100
|
thread_safe (~> 0.1)
|
87
101
|
|
88
102
|
PLATFORMS
|
@@ -103,4 +117,4 @@ DEPENDENCIES
|
|
103
117
|
simplecov (~> 0.16)
|
104
118
|
|
105
119
|
BUNDLED WITH
|
106
|
-
2.2.
|
120
|
+
2.2.18
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rake_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0.pre.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- InfraBlocks Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake_factory
|
@@ -180,11 +180,12 @@ dependencies:
|
|
180
180
|
version: '0.16'
|
181
181
|
description: Allows templates to be rendered based on values available within a Rakefile.
|
182
182
|
email:
|
183
|
-
-
|
183
|
+
- maintainers@infrablocks.io
|
184
184
|
executables: []
|
185
185
|
extensions: []
|
186
186
|
extra_rdoc_files: []
|
187
187
|
files:
|
188
|
+
- CODE_OF_CONDUCT.md
|
188
189
|
- Gemfile
|
189
190
|
- Gemfile.lock
|
190
191
|
- LICENSE.txt
|
@@ -212,9 +213,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
212
213
|
version: '2.6'
|
213
214
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
214
215
|
requirements:
|
215
|
-
- - "
|
216
|
+
- - ">"
|
216
217
|
- !ruby/object:Gem::Version
|
217
|
-
version:
|
218
|
+
version: 1.3.1
|
218
219
|
requirements: []
|
219
220
|
rubygems_version: 3.0.1
|
220
221
|
signing_key:
|