ruby-terraform 1.9.0 → 1.10.0.pre.2

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: c42acbc5b943b5208ca50a4d4afe2f4baee1e5b8430b5880645d004e10124f76
4
- data.tar.gz: f320faa0c6881fb2a43df4db97e4d69c85e57d8adbd4d277ac571bab8435ef92
3
+ metadata.gz: 985b3a65618d69ec6b5bf52f9e6b4fe7d8925c83c560253985808913d8ae66eb
4
+ data.tar.gz: 19327d349525bacb84861f821c1248f56f21f8bee34a94a38683253b9e6e0eb3
5
5
  SHA512:
6
- metadata.gz: 84afb06a6b7407acc06fb8541772cd0206fd481d6dc7f09062629d00d40107212749c013cb170a051b6a197b688313985a153687d0100f10bf370371959c5864
7
- data.tar.gz: eaa6156800f411a777818cb7e9cf286aac1e7ae7718a1bd86524e4f3c4537f2ad2b93c04e1b038da1019be94577f049b474a323157833af4c97e757a2995c390
6
+ metadata.gz: '02189e9cf13910db42f44784ac36cbc311b2ebf1b05f8a9436adabd9d0f657b483364e450660be4a2bb28ea0c9504c52861d16d2048071f3b28e8dba9eedfb8f'
7
+ data.tar.gz: e90174f23d60f781c35318ee94796e528b40008785090cb6e9e803a5e40e8344b5c1a21687f604db21ce2e6b13a32dae64a94e9a838a08de302eb2cdef67b130
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby-terraform (1.9.0)
4
+ ruby-terraform (1.10.0.pre.2)
5
5
  immutable-struct (~> 2.4)
6
6
  lino (>= 4.1)
7
7
 
@@ -25,11 +25,11 @@ GEM
25
25
  ast (2.4.3)
26
26
  base64 (0.3.0)
27
27
  benchmark (0.5.0)
28
- bigdecimal (4.0.1)
28
+ bigdecimal (4.1.2)
29
29
  childprocess (5.0.0)
30
30
  coderay (1.1.3)
31
31
  colored2 (3.1.2)
32
- concurrent-ruby (1.3.6)
32
+ concurrent-ruby (1.3.7)
33
33
  connection_pool (2.5.5)
34
34
  diff-lcs (1.6.2)
35
35
  docile (1.4.0)
@@ -37,11 +37,11 @@ GEM
37
37
  excon (0.111.0)
38
38
  faker (3.6.1)
39
39
  i18n (>= 1.8.11, < 2)
40
- faraday (2.14.1)
40
+ faraday (2.14.3)
41
41
  faraday-net_http (>= 2.0, < 3.5)
42
42
  json
43
43
  logger
44
- faraday-net_http (3.4.2)
44
+ faraday-net_http (3.4.4)
45
45
  net-http (~> 0.5)
46
46
  ffi (1.17.3)
47
47
  ffi (1.17.3-arm64-darwin)
@@ -70,11 +70,11 @@ GEM
70
70
  rspec (>= 2.99.0, < 4.0)
71
71
  hamster (3.0.0)
72
72
  concurrent-ruby (~> 1.0)
73
- i18n (1.14.8)
73
+ i18n (1.15.2)
74
74
  concurrent-ruby (~> 1.0)
75
75
  immutable-struct (2.5.0)
76
76
  io-console (0.8.2)
77
- json (2.19.2)
77
+ json (2.20.0)
78
78
  language_server-protocol (3.17.0.5)
79
79
  lino (4.1.0)
80
80
  childprocess (~> 5.0.0)
@@ -95,8 +95,7 @@ GEM
95
95
  notiffany (0.1.3)
96
96
  nenv (~> 0.1)
97
97
  shellany (~> 0.0)
98
- octokit (8.1.0)
99
- base64
98
+ octokit (10.0.0)
100
99
  faraday (>= 1, < 3)
101
100
  sawyer (~> 0.9)
102
101
  open4 (1.3.4)
@@ -130,10 +129,11 @@ GEM
130
129
  rake_factory (~> 0.33)
131
130
  ruby_git_crypt (~> 0.1)
132
131
  ruby_gpg2 (~> 0.12)
133
- rake_github (0.15.0)
132
+ rake_github (0.17.0)
134
133
  colored2 (~> 3.1)
135
- octokit (>= 4.16, < 9.0)
134
+ octokit (>= 7.0, < 11.0)
136
135
  rake_factory (~> 0.33)
136
+ rbnacl (~> 7.1)
137
137
  sshkey (~> 2.0)
138
138
  rake_gpg (0.20.0)
139
139
  rake_factory (~> 0.33)
@@ -145,6 +145,8 @@ GEM
145
145
  rb-fsevent (0.11.2)
146
146
  rb-inotify (0.11.1)
147
147
  ffi (~> 1.0)
148
+ rbnacl (7.1.2)
149
+ ffi (~> 1)
148
150
  rchardet (1.8.0)
149
151
  regexp_parser (2.11.3)
150
152
  reline (0.6.3)
@@ -188,7 +190,7 @@ GEM
188
190
  lino (>= 4.1)
189
191
  ruby_gpg2 (0.12.0)
190
192
  lino (>= 4.1)
191
- sawyer (0.9.2)
193
+ sawyer (0.9.3)
192
194
  addressable (>= 2.3.5)
193
195
  faraday (>= 0.17.3, < 3)
194
196
  securerandom (0.4.1)
@@ -207,7 +209,7 @@ GEM
207
209
  unicode-emoji (~> 4.1)
208
210
  unicode-emoji (4.2.0)
209
211
  uri (1.1.1)
210
- yard (0.9.43)
212
+ yard (0.9.44)
211
213
 
212
214
  PLATFORMS
213
215
  arm64-darwin-21
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyTerraform
4
- VERSION = '1.9.0'
4
+ VERSION = '1.10.0.pre.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-terraform
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.0.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-05-15 00:00:00.000000000 Z
11
+ date: 2026-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: immutable-struct
@@ -395,9 +395,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
395
395
  version: '3.1'
396
396
  required_rubygems_version: !ruby/object:Gem::Requirement
397
397
  requirements:
398
- - - ">="
398
+ - - ">"
399
399
  - !ruby/object:Gem::Version
400
- version: '0'
400
+ version: 1.3.1
401
401
  requirements: []
402
402
  rubygems_version: 3.4.19
403
403
  signing_key: