biosphere 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 347ecc8394215627d48fae451787d293607fdbad
4
- data.tar.gz: 8f8e03cc288495d430e0477fa74b5eeb12a933fe
3
+ metadata.gz: cf061a614228bfd4b95dc7f692048d43a84baa12
4
+ data.tar.gz: 74c6592511309e3d7e39a859aa301835922f489c
5
5
  SHA512:
6
- metadata.gz: 8238bcfcc308dde2a1ee51d88cd6eed69f092f22cef45813b275219358811fd88c12e62c2063ddea6661c6a16c03085bb6b637a3765b896920ed4dbb37700f8c
7
- data.tar.gz: a3d298603618dcd1163b7e46e8d9578873d471c0378b858be6afb343a8763f9db160e7ecd692e4cda45a703c9a7d0819ba3637d55bcb4d17f7ee15f86d99a58c
6
+ metadata.gz: fab4960a7dfb712411fb34c4a31eac5fe55c239d5c839ec545400b0d7ed6364fc0c5f8c5d55ad40781e7313cf050887f9ef951fc0f87d1f63b828896fa4a2ef3
7
+ data.tar.gz: ddb6d0f0927ee2846f1ee3b4c88d668edd88c2113378576187eafbc5d91add245655ec124026cb91312350f134afa7f7884db16dd0f10b60be0185e950aa1ad0
data/bin/biosphere CHANGED
@@ -20,7 +20,7 @@ class BiosphereOpts
20
20
  def self.parse(args)
21
21
 
22
22
  options = OpenStruct.new
23
- options.build_dir = "build"
23
+ options.build_dir = "build/"
24
24
  options.src = "./"
25
25
  options.version = ::Biosphere::Version
26
26
 
@@ -139,7 +139,7 @@ elsif ARGV[0] == "action" && options.src
139
139
  elsif ARGV[0] == "commit" && options.src
140
140
  s3.set_lock()
141
141
  s3.retrieve("#{options.build_dir}terraform.tfstate")
142
- s3.retrieve("#{options.build_dir}state.node")
142
+ s3.retrieve("#{options.src}state.node")
143
143
  tf_plan = %x( terraform plan -state=#{options.build_dir}terraform.tfstate #{options.build_dir} )
144
144
  puts "\n" + tf_plan
145
145
  answer = ""
@@ -1,3 +1,3 @@
1
1
  class Biosphere
2
- Version = "0.0.12"
2
+ Version = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biosphere
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juho Mäkinen