ruby-terraform 0.20.0 → 0.21.0.pre.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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -1
- data/lib/ruby_terraform/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d356206d95958459469b19d99d71afaf5c6646fc68cd5795470cc21689b171c
|
|
4
|
+
data.tar.gz: fa1ddfad66ef2c124c9bd622049c8ca37c7e2b44232e749ca81f42ae1ef1933c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce838b3a87ad8b02d4ba9ccffdf85c80771034a3aaeac30f4a8fc0f22de2dbb10728364749ec2525c151bda18d9c7fde499270324ee453c89750d895b38a1595
|
|
7
|
+
data.tar.gz: a2ed873e5ef1dca466fee5a43226a2df6231691eb862a0b42ad3fac7020fe9c3754b0fb8aa018ae6a6349c3597029ffbf998a5725228b6c0871e9ee88e1fc5e3
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -41,6 +41,7 @@ Currently, there is partial support for the following commands:
|
|
|
41
41
|
and modules.
|
|
42
42
|
* `RubyTerraform::Commands::Init`: executes `terraform init`
|
|
43
43
|
* `RubyTerraform::Commands::Get`: executes `terraform get`
|
|
44
|
+
* `RubyTerraform::Commands::Plan`: executes `terraform plan`
|
|
44
45
|
* `RubyTerraform::Commands::Apply`: executes `terraform apply`
|
|
45
46
|
* `RubyTerraform::Commands::Destroy`: executes `terraform destroy`
|
|
46
47
|
* `RubyTerraform::Commands::Output`: executes `terraform output`
|
|
@@ -279,7 +280,7 @@ git commits and tags, and push the `.gem` file to
|
|
|
279
280
|
## Contributing
|
|
280
281
|
|
|
281
282
|
Bug reports and pull requests are welcome on GitHub at
|
|
282
|
-
https://github.com/
|
|
283
|
+
https://github.com/infrablocks/ruby_terraform. This project is intended to be a
|
|
283
284
|
safe, welcoming space for collaboration, and contributors are expected to adhere
|
|
284
285
|
to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
285
286
|
|
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: 0.
|
|
4
|
+
version: 0.21.0.pre.pre.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Toby Clemson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-01-
|
|
11
|
+
date: 2019-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lino
|
|
@@ -153,9 +153,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
153
153
|
version: '0'
|
|
154
154
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
requirements:
|
|
156
|
-
- - "
|
|
156
|
+
- - ">"
|
|
157
157
|
- !ruby/object:Gem::Version
|
|
158
|
-
version:
|
|
158
|
+
version: 1.3.1
|
|
159
159
|
requirements: []
|
|
160
160
|
rubyforge_project:
|
|
161
161
|
rubygems_version: 2.7.7
|