rake_template 0.4.0 → 0.5.0.pre.3

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: 1aac88bb89d6032c8f017acff813d0005cbbe0adc914942d9eba80f46f898c4c
4
- data.tar.gz: e9b16972cb33e8e47623bdd33f59df6c4082bab3cf7c19d840de032c3ec0606d
3
+ metadata.gz: e603b7f292cd4562ca301aa56f0e249d640be15f164c233a9e64d37c99cdf309
4
+ data.tar.gz: 3e3ef3512b479afc0bc24ee278381988f27de36651040fe1bcd482e49b2bb587
5
5
  SHA512:
6
- metadata.gz: 7336820f08830502b08ba9bdb7a00aae0e47d24d622c720058d7942f6fd9f9b1d3ef41ac138f54570fa4f726e16a04536b903f5c2458fc593c98d9127d089b76
7
- data.tar.gz: 5df9d81f724e7620f45c26532fc6d0920e5bf70c1a338f37ad12f5688a420c08c8d7e5305b222354dc66a65e1b8fcd45a9c72a45cdb46f1cd47022284adc9602
6
+ metadata.gz: 9b51cc8285eb5acdb22fbcb55a0814579ecc4fa919fcf81648d3708c26b596796aad494a0580c9908ef033ed896cce0cc6680472092078e274070e1aa6356eaa
7
+ data.tar.gz: 348a1b530ea172bd9223506667d0ddc08fdd407b0cb14e5893ccdcedd0e0a60a0be79ee0320216510490b3f0657a1d0d6f9d1da4e1cb7392223da121fb8d7fc2
@@ -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,106 +1,129 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_template (0.4.0)
4
+ rake_template (0.5.0.pre.3)
5
5
  rake_factory (~> 0.23)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (5.2.4.3)
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
- addressable (2.7.0)
12
+ i18n (>= 1.6, < 2)
13
+ minitest (>= 5.1)
14
+ tzinfo (~> 2.0)
15
+ addressable (2.8.0)
16
16
  public_suffix (>= 2.0.2, < 5.0)
17
17
  colored2 (3.1.2)
18
- concurrent-ruby (1.1.6)
19
- diff-lcs (1.3)
20
- docile (1.3.2)
21
- excon (0.78.1)
22
- 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
+ faraday (1.10.0)
23
+ faraday-em_http (~> 1.0)
24
+ faraday-em_synchrony (~> 1.0)
25
+ faraday-excon (~> 1.1)
26
+ faraday-httpclient (~> 1.0)
27
+ faraday-multipart (~> 1.0)
28
+ faraday-net_http (~> 1.0)
29
+ faraday-net_http_persistent (~> 1.0)
30
+ faraday-patron (~> 1.0)
31
+ faraday-rack (~> 1.0)
32
+ faraday-retry (~> 1.0)
33
+ ruby2_keywords (>= 0.0.4)
34
+ faraday-em_http (1.0.0)
35
+ faraday-em_synchrony (1.0.0)
36
+ faraday-excon (1.1.0)
37
+ faraday-httpclient (1.0.1)
38
+ faraday-multipart (1.0.3)
23
39
  multipart-post (>= 1.2, < 3)
24
- gem-release (2.1.1)
40
+ faraday-net_http (1.0.1)
41
+ faraday-net_http_persistent (1.2.0)
42
+ faraday-patron (1.0.0)
43
+ faraday-rack (1.0.0)
44
+ faraday-retry (1.0.3)
45
+ gem-release (2.2.2)
25
46
  hamster (3.0.0)
26
47
  concurrent-ruby (~> 1.0)
27
- i18n (1.8.2)
48
+ i18n (1.10.0)
28
49
  concurrent-ruby (~> 1.0)
29
- lino (1.7.0)
50
+ lino (3.0.0)
30
51
  hamster (~> 3.0)
31
52
  open4 (~> 1.3)
32
53
  memfs (1.0.0)
33
- minitest (5.14.1)
54
+ minitest (5.15.0)
34
55
  multipart-post (2.1.1)
35
- octokit (4.18.0)
56
+ octokit (4.22.0)
36
57
  faraday (>= 0.9)
37
58
  sawyer (~> 0.8.0, >= 0.5.3)
38
59
  open4 (1.3.4)
39
- public_suffix (4.0.5)
40
- rake (13.0.1)
60
+ public_suffix (4.0.6)
61
+ rake (13.0.6)
41
62
  rake_circle_ci (0.9.0)
42
63
  colored2 (~> 3.1)
43
64
  excon (~> 0.72)
44
65
  rake_factory (~> 0.23)
45
66
  sshkey (~> 2.0)
46
- rake_factory (0.27.0)
67
+ rake_factory (0.29.0)
47
68
  activesupport (>= 4)
48
69
  rake (~> 13.0)
49
- rake_github (0.5.0)
70
+ rake_github (0.9.0)
50
71
  colored2 (~> 3.1)
51
72
  octokit (~> 4.16)
52
73
  rake_factory (~> 0.23)
53
74
  sshkey (~> 2.0)
54
- rake_gpg (0.14.0)
75
+ rake_gpg (0.16.0)
55
76
  rake_factory (>= 0.23, < 1)
56
77
  ruby_gpg2 (>= 0.6, < 1)
57
- rake_ssh (0.4.0)
78
+ rake_ssh (0.6.0)
58
79
  colored2 (~> 3.1)
59
80
  rake_factory (~> 0.23)
60
81
  sshkey (~> 2.0)
61
- rspec (3.9.0)
62
- rspec-core (~> 3.9.0)
63
- rspec-expectations (~> 3.9.0)
64
- rspec-mocks (~> 3.9.0)
65
- rspec-core (3.9.2)
66
- rspec-support (~> 3.9.3)
67
- 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)
68
89
  diff-lcs (>= 1.2.0, < 2.0)
69
- rspec-support (~> 3.9.0)
70
- rspec-mocks (3.9.1)
90
+ rspec-support (~> 3.11.0)
91
+ rspec-mocks (3.11.0)
71
92
  diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.9.0)
73
- rspec-support (3.9.3)
74
- 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)
75
97
  lino (>= 1.5)
76
98
  sawyer (0.8.2)
77
99
  addressable (>= 2.3.5)
78
100
  faraday (> 0.8, < 2.0)
79
- simplecov (0.18.5)
101
+ simplecov (0.21.2)
80
102
  docile (~> 1.1)
81
103
  simplecov-html (~> 0.11)
82
- simplecov-html (0.12.2)
104
+ simplecov_json_formatter (~> 0.1)
105
+ simplecov-html (0.12.3)
106
+ simplecov_json_formatter (0.1.4)
83
107
  sshkey (2.0.0)
84
- thread_safe (0.3.6)
85
- tzinfo (1.2.7)
86
- thread_safe (~> 0.1)
108
+ tzinfo (2.0.4)
109
+ concurrent-ruby (~> 1.0)
87
110
 
88
111
  PLATFORMS
89
112
  ruby
90
113
 
91
114
  DEPENDENCIES
92
- activesupport (~> 5.2)
93
- bundler (~> 2.0)
94
- gem-release (~> 2.0)
95
- memfs (~> 1.0)
96
- rake (~> 13.0)
97
- rake_circle_ci (~> 0.9)
98
- rake_github (~> 0.5)
99
- rake_gpg (~> 0.12)
100
- rake_ssh (~> 0.4)
115
+ activesupport
116
+ bundler
117
+ gem-release
118
+ memfs
119
+ rake
120
+ rake_circle_ci
121
+ rake_github
122
+ rake_gpg
123
+ rake_ssh
101
124
  rake_template!
102
- rspec (~> 3.9)
103
- simplecov (~> 0.16)
125
+ rspec
126
+ simplecov
104
127
 
105
128
  BUNDLED WITH
106
- 2.2.4
129
+ 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_template',
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 RakeTemplate
2
- VERSION = '0.4.0'
2
+ VERSION = '0.5.0.pre.3'
3
3
  end
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.0
4
+ version: 0.5.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
@@ -28,163 +28,164 @@ dependencies:
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '2.0'
33
+ version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '2.0'
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '13.0'
47
+ version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '13.0'
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake_circle_ci
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '0.9'
61
+ version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '0.9'
68
+ version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rake_github
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: '0.5'
75
+ version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: '0.5'
82
+ version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rake_ssh
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - "~>"
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: '0.4'
89
+ version: '0'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - "~>"
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: '0.4'
96
+ version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: rake_gpg
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - "~>"
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: '0.12'
103
+ version: '0'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - "~>"
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
- version: '0.12'
110
+ version: '0'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rspec
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - "~>"
115
+ - - ">="
116
116
  - !ruby/object:Gem::Version
117
- version: '3.9'
117
+ version: '0'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - "~>"
122
+ - - ">="
123
123
  - !ruby/object:Gem::Version
124
- version: '3.9'
124
+ version: '0'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: gem-release
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - "~>"
129
+ - - ">="
130
130
  - !ruby/object:Gem::Version
131
- version: '2.0'
131
+ version: '0'
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - "~>"
136
+ - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: '2.0'
138
+ version: '0'
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: activesupport
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - "~>"
143
+ - - ">="
144
144
  - !ruby/object:Gem::Version
145
- version: '5.2'
145
+ version: '0'
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - "~>"
150
+ - - ">="
151
151
  - !ruby/object:Gem::Version
152
- version: '5.2'
152
+ version: '0'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: memfs
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - "~>"
157
+ - - ">="
158
158
  - !ruby/object:Gem::Version
159
- version: '1.0'
159
+ version: '0'
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - "~>"
164
+ - - ">="
165
165
  - !ruby/object:Gem::Version
166
- version: '1.0'
166
+ version: '0'
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: simplecov
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - "~>"
171
+ - - ">="
172
172
  - !ruby/object:Gem::Version
173
- version: '0.16'
173
+ version: '0'
174
174
  type: :development
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
- - - "~>"
178
+ - - ">="
179
179
  - !ruby/object:Gem::Version
180
- version: '0.16'
180
+ version: '0'
181
181
  description: Allows templates to be rendered based on values available within a Rakefile.
182
182
  email:
183
- - tobyclemson@gmail.com
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
@@ -209,14 +210,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
209
210
  requirements:
210
211
  - - ">="
211
212
  - !ruby/object:Gem::Version
212
- version: '2.6'
213
+ version: '2.7'
213
214
  required_rubygems_version: !ruby/object:Gem::Requirement
214
215
  requirements:
215
- - - ">="
216
+ - - ">"
216
217
  - !ruby/object:Gem::Version
217
- version: '0'
218
+ version: 1.3.1
218
219
  requirements: []
219
- rubygems_version: 3.0.1
220
+ rubygems_version: 3.1.6
220
221
  signing_key:
221
222
  specification_version: 4
222
223
  summary: Rake tasks for rendering templates.