yutani 0.0.2 → 0.0.5

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
  SHA1:
3
- metadata.gz: bed76670778f66c3a40d8d86e5de3cef50b718cb
4
- data.tar.gz: 9f061e4858b478a843e4a0d786f050c1b8436e15
3
+ metadata.gz: ba4fbd47b60fbd3cfa4fcb75a7b98f5717fee099
4
+ data.tar.gz: 18e4a37db64e9e6233758fdf251c36787492af7e
5
5
  SHA512:
6
- metadata.gz: d5209d59b656258ce292a7f0217996f807fc1fae43aab035bda4c56d4a556038a7603aced3f44c3e6ab9336f6d4f814f2fbaeb60b89c07cdb77c5fc923edb76a
7
- data.tar.gz: 7cb439bef4a54df1e25239a075ffb694743286925ede586d1049deaf888eef8f2e16c1c744a5d6326e9c79a828b76759da342a05e92f0ca2ed417ad445742463
6
+ metadata.gz: 21cda1d6990d8c7f62a435b3565c1f7551cad94d94419254b80c959803174bd51beba0e31559c2b5c53ead34613ba84117c09003696dcacd4e2b789e3835d3d0
7
+ data.tar.gz: f8def293272b24075575ba67c51bb6c5c69734a9b9e74cf0c5186800d36b4976c99960f638fbe3d599c94c515d087e3b24898dfd5d1cd49c800012c332a2d8bc
data/bin/terraform ADDED
Binary file
@@ -56,7 +56,8 @@ module Yutani
56
56
  # DSL users have to do prefix with underscore when they want to use
57
57
  # a resource property that has same name as an existing ruby method
58
58
  # i.e. 'timeout'
59
- @fields[name] = args.first.to_s.sub(/^_/, '')
59
+ sans_underscore = name.to_s.sub(/^_/, '').to_sym
60
+ @fields[sans_underscore] = args.first
60
61
  end
61
62
  end
62
63
  end
@@ -1,3 +1,3 @@
1
1
  module Yutani
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yutani
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis Garman
@@ -141,7 +141,7 @@ executables:
141
141
  extensions: []
142
142
  extra_rdoc_files: []
143
143
  files:
144
- - bin/install-terraform.sh
144
+ - bin/terraform
145
145
  - bin/yutani
146
146
  - lib/yutani.rb
147
147
  - lib/yutani/cli.rb
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  version: '0'
181
181
  requirements: []
182
182
  rubyforge_project:
183
- rubygems_version: 2.5.1
183
+ rubygems_version: 2.4.5
184
184
  signing_key:
185
185
  specification_version: 4
186
186
  summary: Terraform DSL
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- https://releases.hashicorp.com/terraform/0.7.13/terraform_0.7.13_linux_amd64.zip