rake_terraform 1.21.0 → 1.22.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: f59024377ab3e2d0ed0ef61c45eaa0f7b64662e265df05d3e4f21d32dd7270e4
4
- data.tar.gz: 5ae649fb6f4539b4f369f72fea2c37df0b5cee034cb8ed766eeaee3ac6dc1fa2
3
+ metadata.gz: 26a9cc54f4c5dc462d35759302156e689d4348e554277076aadf70df5f2e7848
4
+ data.tar.gz: df1aab84bb0868680192d149f4159c6d0b0e0db17cb0d39ec3ca5c11dcef6c69
5
5
  SHA512:
6
- metadata.gz: e1bbcfc7a12298ff48817e0a6c6c7fdc94369606228889e37051a82c2a40a8b0ebae2c9d5ce07f14b7c528d5b984b0ed7a76858869f3dc205767a5e5fd341c3c
7
- data.tar.gz: 13e6dbdfa39bde82064fe1d7ca4f805ca3338cb38532b66ce734199f56b289ecc0341a5910d350c47b411e5030407e8fd5d77d6eac1e0764d4a8b5723cac7b69
6
+ metadata.gz: b60bb032b2021fafc7c8d2377e2128248684dd6a218503814a237d7a9ce8c032b601b8d57d0c75d283a4b67739e87fd689cb69b264a0fe1aebe8c02598f28369
7
+ data.tar.gz: 766f401e038ffe953bbde9ed4c7c7e131fa89416340e637be6da0c7e423781014ab7c63c6b27c961813587176dea49f0d545008868073a323f2808ad5d0dc11e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_terraform (1.21.0)
4
+ rake_terraform (1.22.0.pre.1)
5
5
  colored2 (~> 3.1)
6
6
  rake_dependencies (~> 2.11)
7
7
  rake_factory (~> 0.23)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (6.1.4.4)
13
+ activesupport (6.1.5)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
@@ -24,9 +24,9 @@ GEM
24
24
  concurrent-ruby (1.1.9)
25
25
  diff-lcs (1.5.0)
26
26
  docile (1.4.0)
27
- excon (0.90.0)
27
+ excon (0.91.0)
28
28
  fakefs (1.4.1)
29
- faraday (1.9.3)
29
+ faraday (1.10.0)
30
30
  faraday-em_http (~> 1.0)
31
31
  faraday-em_synchrony (~> 1.0)
32
32
  faraday-excon (~> 1.1)
@@ -68,7 +68,7 @@ GEM
68
68
  rspec (>= 2.99.0, < 4.0)
69
69
  hamster (3.0.0)
70
70
  concurrent-ruby (~> 1.0)
71
- i18n (1.9.1)
71
+ i18n (1.10.0)
72
72
  concurrent-ruby (~> 1.0)
73
73
  immutable-struct (2.4.1)
74
74
  lino (3.0.0)
@@ -91,7 +91,7 @@ GEM
91
91
  sawyer (~> 0.8.0, >= 0.5.3)
92
92
  open4 (1.3.4)
93
93
  parallel (1.21.0)
94
- parser (3.1.0.0)
94
+ parser (3.1.1.0)
95
95
  ast (~> 2.4.1)
96
96
  pry (0.14.1)
97
97
  coderay (~> 1.1)
@@ -124,38 +124,38 @@ GEM
124
124
  colored2 (~> 3.1)
125
125
  rake_factory (~> 0.23)
126
126
  sshkey (~> 2.0)
127
- rb-fsevent (0.11.0)
127
+ rb-fsevent (0.11.1)
128
128
  rb-inotify (0.10.1)
129
129
  ffi (~> 1.0)
130
- regexp_parser (2.2.0)
130
+ regexp_parser (2.2.1)
131
131
  rexml (3.2.5)
132
- rspec (3.10.0)
133
- rspec-core (~> 3.10.0)
134
- rspec-expectations (~> 3.10.0)
135
- rspec-mocks (~> 3.10.0)
136
- rspec-core (3.10.2)
137
- rspec-support (~> 3.10.0)
138
- rspec-expectations (3.10.2)
132
+ rspec (3.11.0)
133
+ rspec-core (~> 3.11.0)
134
+ rspec-expectations (~> 3.11.0)
135
+ rspec-mocks (~> 3.11.0)
136
+ rspec-core (3.11.0)
137
+ rspec-support (~> 3.11.0)
138
+ rspec-expectations (3.11.0)
139
139
  diff-lcs (>= 1.2.0, < 2.0)
140
- rspec-support (~> 3.10.0)
141
- rspec-mocks (3.10.3)
140
+ rspec-support (~> 3.11.0)
141
+ rspec-mocks (3.11.0)
142
142
  diff-lcs (>= 1.2.0, < 2.0)
143
- rspec-support (~> 3.10.0)
144
- rspec-support (3.10.3)
145
- rubocop (1.25.0)
143
+ rspec-support (~> 3.11.0)
144
+ rspec-support (3.11.0)
145
+ rubocop (1.26.0)
146
146
  parallel (~> 1.10)
147
147
  parser (>= 3.1.0.0)
148
148
  rainbow (>= 2.2.2, < 4.0)
149
149
  regexp_parser (>= 1.8, < 3.0)
150
150
  rexml
151
- rubocop-ast (>= 1.15.1, < 2.0)
151
+ rubocop-ast (>= 1.16.0, < 2.0)
152
152
  ruby-progressbar (~> 1.7)
153
153
  unicode-display_width (>= 1.4.0, < 3.0)
154
- rubocop-ast (1.15.1)
155
- parser (>= 3.0.1.1)
154
+ rubocop-ast (1.16.0)
155
+ parser (>= 3.1.1.0)
156
156
  rubocop-rake (0.6.0)
157
157
  rubocop (~> 1.0)
158
- rubocop-rspec (2.8.0)
158
+ rubocop-rspec (2.9.0)
159
159
  rubocop (~> 1.19)
160
160
  ruby-progressbar (1.11.0)
161
161
  ruby-terraform (1.4.0)
@@ -174,7 +174,7 @@ GEM
174
174
  simplecov-html (~> 0.11)
175
175
  simplecov_json_formatter (~> 0.1)
176
176
  simplecov-html (0.12.3)
177
- simplecov_json_formatter (0.1.3)
177
+ simplecov_json_formatter (0.1.4)
178
178
  sshkey (2.0.0)
179
179
  thor (1.2.1)
180
180
  tzinfo (2.0.4)
@@ -209,4 +209,4 @@ DEPENDENCIES
209
209
  yard (~> 0.9)
210
210
 
211
211
  BUNDLED WITH
212
- 2.3.6
212
+ 2.3.9
data/Rakefile CHANGED
@@ -107,7 +107,7 @@ end
107
107
  RakeGithub.define_repository_tasks(
108
108
  namespace: :github,
109
109
  repository: 'infrablocks/rake_terraform'
110
- ) do |t|
110
+ ) do |t, args|
111
111
  github_config =
112
112
  YAML.load_file('config/secrets/github/config.yaml')
113
113
 
@@ -118,6 +118,8 @@ RakeGithub.define_repository_tasks(
118
118
  public_key: File.read('config/secrets/ci/ssh.public')
119
119
  }
120
120
  ]
121
+ t.branch_name = args.branch_name
122
+ t.commit_message = args.commit_message
121
123
  end
122
124
 
123
125
  namespace :pipeline do
@@ -7,8 +7,8 @@ module RakeTerraform
7
7
  # rubocop:disable Metrics/ClassLength
8
8
 
9
9
  class Provider
10
- def self.define(*args, &configuration_block)
11
- new(*args, &configuration_block).define_on(Rake.application)
10
+ def self.define(...)
11
+ new(...).define_on(Rake.application)
12
12
  end
13
13
 
14
14
  attr_reader :delegate
@@ -7,8 +7,8 @@ module RakeTerraform
7
7
  # rubocop:disable Metrics/ClassLength
8
8
 
9
9
  class Terraform
10
- def self.define(*args, &configuration_block)
11
- new(*args, &configuration_block).define_on(Rake.application)
10
+ def self.define(...)
11
+ new(...).define_on(Rake.application)
12
12
  end
13
13
 
14
14
  attr_reader :delegate
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeTerraform
4
- VERSION = '1.21.0'
4
+ VERSION = '1.22.0.pre.1'
5
5
  end
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
35
35
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
36
36
  spec.require_paths = ['lib']
37
37
 
38
- spec.required_ruby_version = '>= 2.6'
38
+ spec.required_ruby_version = '>= 2.7'
39
39
 
40
40
  spec.add_dependency 'colored2', '~> 3.1'
41
41
  spec.add_dependency 'rake_dependencies', '~> 2.11'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_terraform
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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: 2022-01-30 00:00:00.000000000 Z
11
+ date: 2022-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2
@@ -345,14 +345,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
345
345
  requirements:
346
346
  - - ">="
347
347
  - !ruby/object:Gem::Version
348
- version: '2.6'
348
+ version: '2.7'
349
349
  required_rubygems_version: !ruby/object:Gem::Requirement
350
350
  requirements:
351
- - - ">="
351
+ - - ">"
352
352
  - !ruby/object:Gem::Version
353
- version: '0'
353
+ version: 1.3.1
354
354
  requirements: []
355
- rubygems_version: 3.0.1
355
+ rubygems_version: 3.1.6
356
356
  signing_key:
357
357
  specification_version: 4
358
358
  summary: Rake tasks for running terraform.