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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 977b4f9532a85b115df8fb295fd1aa54fc9923ced71c00ec8d3361dd71730ec1
4
- data.tar.gz: 3c6197822d1c5a952989452c0abf6693f5990233f292f29d8a102775c0c4271e
3
+ metadata.gz: 6d356206d95958459469b19d99d71afaf5c6646fc68cd5795470cc21689b171c
4
+ data.tar.gz: fa1ddfad66ef2c124c9bd622049c8ca37c7e2b44232e749ca81f42ae1ef1933c
5
5
  SHA512:
6
- metadata.gz: 387fec4f1e8fc7213625dfe39eb31e9069e9d63be8f3b164a57c8683be56583dc357905d9f5ce7d6111361c4ba5f8d7abe5c6220f8b74d763057c5d27bef6e80
7
- data.tar.gz: 9f48a539e34f4d343b745e2e3b6c04b602eac50cc28aa59b75d76815efbd85a409582883dedbce9e31547e6505edd90c468faabe52d2accbdd0320a245b44c09
6
+ metadata.gz: ce838b3a87ad8b02d4ba9ccffdf85c80771034a3aaeac30f4a8fc0f22de2dbb10728364749ec2525c151bda18d9c7fde499270324ee453c89750d895b38a1595
7
+ data.tar.gz: a2ed873e5ef1dca466fee5a43226a2df6231691eb862a0b42ad3fac7020fe9c3754b0fb8aa018ae6a6349c3597029ffbf998a5725228b6c0871e9ee88e1fc5e3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby-terraform (0.20.0)
4
+ ruby-terraform (0.21.0.pre.pre.1)
5
5
  lino (~> 1.1)
6
6
 
7
7
  GEM
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/tobyclemson/ruby_terraform. This project is intended to be a
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
 
@@ -1,3 +1,3 @@
1
1
  module RubyTerraform
2
- VERSION = "0.20.0"
2
+ VERSION = "0.21.0-pre.1"
3
3
  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: 0.20.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-15 00:00:00.000000000 Z
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: '0'
158
+ version: 1.3.1
159
159
  requirements: []
160
160
  rubyforge_project:
161
161
  rubygems_version: 2.7.7