vagrant-aws-stack 0.0.8 → 0.1.0

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: cf5dc473e4d52bd260a4c19af70a75db0c954ed1
4
- data.tar.gz: cde1e7a1d1b32819e3ed351fc13e987487c7db76
3
+ metadata.gz: 509533ad38d48cce7c0bf340a8444f2fc18bb450
4
+ data.tar.gz: 058e460a60a58eaa11f754a4761810e7b69bc17b
5
5
  SHA512:
6
- metadata.gz: bedb68e029f47d92b61137c95cbbc552555e07adea46034e7dacde8a5d3270c8a6c472a989f830d9f18072af5049298c594ea5a21bf3c1a6694f33c5e1f3cc44
7
- data.tar.gz: 319748b26649d0a3b1b2216d975af683bbca7f711d5911540be6a8a3644f534ce14ce665563b998d29ed26eada9939bbed87a3eabae6a17c212548380ee418d7
6
+ metadata.gz: 840cdf55d4417eb13db3d63f2f7ae5d3a47bc601c1ff7340029b63c229d4cc951d811fd40f2e91da1a18b4dd4cb555445a53510c674d5d481b6a954f2c4afc90
7
+ data.tar.gz: c90362b83db5a172d8be1232baafd9cdf828cb4405fe0f52c9239dce651dc15a0ed37937dab792402d65a60dd231b34c3d9f264dc961f3358650862200d5b8c8
@@ -75,8 +75,6 @@ module Vagrant
75
75
  end
76
76
 
77
77
  def self.get_subnet_by_name(name=nil)
78
-
79
- pp name
80
78
  @subnet_data = run_aws_cmd('ec2 describe-subnets')["Subnets"] unless @subnet_data
81
79
  subnets = get_records(:id_key => "SubnetId", :logical_id => name, :data => @subnet_data )
82
80
  if subnets.is_a?(Array)
@@ -1,7 +1,7 @@
1
1
  module Vagrant
2
2
  module Aws
3
3
  module Stack
4
- VERSION = "0.0.8"
4
+ VERSION = "0.1.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-aws-stack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Strong