rake_terraform 1.23.0 → 1.24.0.pre.1

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: a4cb57c601d262974fbb7d872b2d8d982c3f0e114ea5afd78fbdf2598ae693bd
4
- data.tar.gz: 85f90555f8cdcd0904581f2ccc5a2aeb8689f7f992e75a91369d3568a0814b07
3
+ metadata.gz: f1b2b60d91413b50a645924803fd4316ce6763054ae57c711e552e4e776db141
4
+ data.tar.gz: 6bb5cd446cf2581b5ae266e55e8bb98d8a6fc52058b6f976219fa4c7fb828b87
5
5
  SHA512:
6
- metadata.gz: b6a5ba8ab640d2e9071ff433f9049c3665808e5802f36ffe26598c2f5c7100e8aaba2840008bb45ada0c167dd00d46b89e1620222c74b03a7148dbee3a433ae1
7
- data.tar.gz: 78f1400e088b5d9d151ba7e6e1f3e990920fbe76aacd57f329be7d88dfc5cb48003acd5b3239f9a7cb7ca634f8811ca0a805ce9397c84028847f90f572fbb46f
6
+ metadata.gz: cc450afdc661f7c98dbef9a31c5ed2f545d3a3d95ae9736286f31d0cacfe1b870d3ecab71d3e60fa49e8f24df4a19a9707336238d10b9658a89b60f0b624fc7b
7
+ data.tar.gz: 4ba6f933b23f357f08d4cfea63d0b723c900b491d0b1cf93d41f6c4fc2da91c36b88161fafb27aa5c4aaf7ff95f513ab102e505770be3cbc1e13b49bd2036e6e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_terraform (1.23.0)
4
+ rake_terraform (1.24.0.pre.1)
5
5
  colored2 (~> 3.1)
6
6
  rake_dependencies (~> 3.1)
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 (7.0.3)
13
+ activesupport (7.0.4)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
@@ -67,9 +67,10 @@ GEM
67
67
  rspec (>= 2.99.0, < 4.0)
68
68
  hamster (3.0.0)
69
69
  concurrent-ruby (~> 1.0)
70
- i18n (1.10.0)
70
+ i18n (1.12.0)
71
71
  concurrent-ruby (~> 1.0)
72
72
  immutable-struct (2.4.1)
73
+ json (2.6.2)
73
74
  lino (3.0.0)
74
75
  hamster (~> 3.0)
75
76
  open4 (~> 1.3)
@@ -79,7 +80,7 @@ GEM
79
80
  lumberjack (1.2.8)
80
81
  method_source (1.0.0)
81
82
  minitar (0.9)
82
- minitest (5.15.0)
83
+ minitest (5.16.3)
83
84
  multipart-post (2.1.1)
84
85
  nenv (0.3.0)
85
86
  notiffany (0.1.3)
@@ -90,7 +91,7 @@ GEM
90
91
  sawyer (~> 0.8.0, >= 0.5.3)
91
92
  open4 (1.3.4)
92
93
  parallel (1.22.1)
93
- parser (3.1.2.0)
94
+ parser (3.1.2.1)
94
95
  ast (~> 2.4.1)
95
96
  pry (0.14.1)
96
97
  coderay (~> 1.1)
@@ -126,36 +127,37 @@ GEM
126
127
  rb-fsevent (0.11.1)
127
128
  rb-inotify (0.10.1)
128
129
  ffi (~> 1.0)
129
- regexp_parser (2.4.0)
130
+ regexp_parser (2.6.0)
130
131
  rexml (3.2.5)
131
- rspec (3.11.0)
132
- rspec-core (~> 3.11.0)
133
- rspec-expectations (~> 3.11.0)
134
- rspec-mocks (~> 3.11.0)
135
- rspec-core (3.11.0)
136
- rspec-support (~> 3.11.0)
137
- rspec-expectations (3.11.0)
132
+ rspec (3.12.0)
133
+ rspec-core (~> 3.12.0)
134
+ rspec-expectations (~> 3.12.0)
135
+ rspec-mocks (~> 3.12.0)
136
+ rspec-core (3.12.0)
137
+ rspec-support (~> 3.12.0)
138
+ rspec-expectations (3.12.0)
138
139
  diff-lcs (>= 1.2.0, < 2.0)
139
- rspec-support (~> 3.11.0)
140
- rspec-mocks (3.11.0)
140
+ rspec-support (~> 3.12.0)
141
+ rspec-mocks (3.12.0)
141
142
  diff-lcs (>= 1.2.0, < 2.0)
142
- rspec-support (~> 3.11.0)
143
- rspec-support (3.11.0)
144
- rubocop (1.27.0)
143
+ rspec-support (~> 3.12.0)
144
+ rspec-support (3.12.0)
145
+ rubocop (1.37.1)
146
+ json (~> 2.3)
145
147
  parallel (~> 1.10)
146
- parser (>= 3.1.0.0)
148
+ parser (>= 3.1.2.1)
147
149
  rainbow (>= 2.2.2, < 4.0)
148
150
  regexp_parser (>= 1.8, < 3.0)
149
- rexml
150
- rubocop-ast (>= 1.16.0, < 2.0)
151
+ rexml (>= 3.2.5, < 4.0)
152
+ rubocop-ast (>= 1.23.0, < 2.0)
151
153
  ruby-progressbar (~> 1.7)
152
154
  unicode-display_width (>= 1.4.0, < 3.0)
153
- rubocop-ast (1.18.0)
155
+ rubocop-ast (1.23.0)
154
156
  parser (>= 3.1.1.0)
155
157
  rubocop-rake (0.6.0)
156
158
  rubocop (~> 1.0)
157
- rubocop-rspec (2.11.1)
158
- rubocop (~> 1.19)
159
+ rubocop-rspec (2.14.2)
160
+ rubocop (~> 1.33)
159
161
  ruby-progressbar (1.11.0)
160
162
  ruby-terraform (1.6.0)
161
163
  immutable-struct (~> 2.4)
@@ -176,9 +178,9 @@ GEM
176
178
  simplecov_json_formatter (0.1.4)
177
179
  sshkey (2.0.0)
178
180
  thor (1.2.1)
179
- tzinfo (2.0.4)
181
+ tzinfo (2.0.5)
180
182
  concurrent-ruby (~> 1.0)
181
- unicode-display_width (2.1.0)
183
+ unicode-display_width (2.3.0)
182
184
  webrick (1.7.0)
183
185
  yard (0.9.28)
184
186
  webrick (~> 1.7.0)
@@ -207,4 +209,4 @@ DEPENDENCIES
207
209
  yard
208
210
 
209
211
  BUNDLED WITH
210
- 2.3.17
212
+ 2.3.24
@@ -153,7 +153,7 @@ module RakeTerraform
153
153
  end
154
154
 
155
155
  def installation_directory
156
- @installation_directory ||= "#{ENV['HOME']}/.terraform.d/plugins"
156
+ @installation_directory ||= "#{Dir.home}/.terraform.d/plugins"
157
157
  end
158
158
 
159
159
  def needs_fetch
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeTerraform
4
- VERSION = '1.23.0'
4
+ VERSION = '1.24.0.pre.1'
5
5
  end
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.23.0
4
+ version: 1.24.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-06-30 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2
@@ -349,9 +349,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
349
349
  version: '2.7'
350
350
  required_rubygems_version: !ruby/object:Gem::Requirement
351
351
  requirements:
352
- - - ">="
352
+ - - ">"
353
353
  - !ruby/object:Gem::Version
354
- version: '0'
354
+ version: 1.3.1
355
355
  requirements: []
356
356
  rubygems_version: 3.1.6
357
357
  signing_key: