terraform 0.0.8 → 0.0.9
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.
- data/lib/terraform/dsl.rb +1 -1
- data/lib/terraform/version.rb +1 -1
- metadata +2 -2
data/lib/terraform/dsl.rb
CHANGED
|
@@ -130,7 +130,7 @@ module Terraform
|
|
|
130
130
|
met? { in_path?("rbenv") }
|
|
131
131
|
meet do
|
|
132
132
|
# These instructions are from https://github.com/fesplugas/rbenv-installer
|
|
133
|
-
shell "curl https://raw.
|
|
133
|
+
shell "curl https://raw.githubusercontent.com/fesplugas/rbenv-installer/master/bin/rbenv-installer | bash"
|
|
134
134
|
# We need to run rbenv init after install, which adjusts the path. If exec is causing us problems
|
|
135
135
|
# down the road, we can perhaps simulate running rbenv init without execing.
|
|
136
136
|
unless ARGV.include?("--forked-after-rbenv") # To guard against an infinite forking loop.
|
data/lib/terraform/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: terraform
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-01-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: scope
|