rake_terraform 1.23.0.pre.5 → 1.24.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: 1efea8e077a14bb97588db92b518101173637f33bc27595035db2af406d4ff79
4
- data.tar.gz: cd78938dc79a478cf1428434660b5225bc3fcd66b87cbefedfa74a0d9323ddb6
3
+ metadata.gz: f1b2b60d91413b50a645924803fd4316ce6763054ae57c711e552e4e776db141
4
+ data.tar.gz: 6bb5cd446cf2581b5ae266e55e8bb98d8a6fc52058b6f976219fa4c7fb828b87
5
5
  SHA512:
6
- metadata.gz: 1520a35153047a85517290fbf3a0a686ed163787cdf4f53eb96d854100901141fe4e66a1bc4373e5f9881239d5e260f3526e22186db15a0b024d260f0c0d37d6
7
- data.tar.gz: 2761210f4809466cfe4f8a6a8cfafdc982d39699882edbc25fc33a7afd3417a3a97e5754559f4afff0991a2f03415f6edd6c8ae8865489f2a097b3044503c5fd
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.pre.5)
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.pre.5'
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.pre.5
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