vagrant-aws-extras 0.0.1.rc4 → 0.0.1.rc5

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: deb61529dad89d1898388941137fe0bf26d62690
4
- data.tar.gz: a94af23b0e09d8ea83d03459966729e3adde6f4d
3
+ metadata.gz: bbd16fb9d2a759c6107ca9293e1e14fc5b91643f
4
+ data.tar.gz: d95ab8e72b5cef83bd8da50ff181afbecbca2050
5
5
  SHA512:
6
- metadata.gz: 4bf382a894fa6dcefe4102fd1ea3e54004ef59c2590ed9b56f8f3badc374010489366d887e98b7a494a08c45971a62c75c45883604625c73790748ea33ce8823
7
- data.tar.gz: 2fbdc2a3e6d8fdef0bcab89a158820fb7fca2918d1317c4d9c81627cf3fd5436a9db448e0245bc22071a54533297f9c0ff00beb66c3f9c8a9b012f80280522fd
6
+ metadata.gz: 8cea9f13b7add4b86ab4fa1f379b88aa95000cd45c0b501e3b5ca235449b91e19e3ed70e568af5f6291863ca7fac6d312963bed0f8e7f1827f656a6eb4f4ee1b
7
+ data.tar.gz: 4a3fa52d51138bdcf2fccb733e54fb5f5c2681d6bccf05e0f37d77a0945f0cc35a306eb904d2a2e098310731b49319426d0dbc636e2a0f8d3192b2b4483a07a9
@@ -13,7 +13,7 @@ module VagrantPlugins
13
13
  end
14
14
 
15
15
  def call(env)
16
- env[:result] = env[:machine].provider_name == "aws"
16
+ env[:result] = env[:machine].provider_name.to_s == "aws"
17
17
  @app.call(env)
18
18
  end
19
19
  end
@@ -13,7 +13,6 @@ module VagrantPlugins
13
13
  Vagrant::Action::Builder.new.tap do |builder|
14
14
  builder.use Call, DNS::ProviderIsAWS do |env, aws_builder|
15
15
  if env[:result]
16
- aws_builder.use ConfigValidate
17
16
  aws_builder.use ::VagrantPlugins::AWS::Action::ConnectAWS
18
17
  aws_builder.use ::VagrantPlugins::AWS::Action::ReadSSHInfo
19
18
  aws_builder.use DNS::ConnectAWS
@@ -27,7 +26,6 @@ module VagrantPlugins
27
26
  Vagrant::Action::Builder.new.tap do |builder|
28
27
  builder.use Call, DNS::ProviderIsAWS do |env, aws_builder|
29
28
  if env[:result]
30
- aws_builder.use ConfigValidate
31
29
  aws_builder.use ::VagrantPlugins::AWS::Action::ConnectAWS
32
30
  aws_builder.use ::VagrantPlugins::AWS::Action::ReadSSHInfo
33
31
  aws_builder.use DNS::ConnectAWS
@@ -1,7 +1,7 @@
1
1
  module VagrantPlugins
2
2
  module AWS
3
3
  module Extras
4
- VERSION = "0.0.1.rc4"
4
+ VERSION = "0.0.1.rc5"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-aws-extras
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.rc4
4
+ version: 0.0.1.rc5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaakko Suutarla
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-13 00:00:00.000000000 Z
11
+ date: 2013-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vagrant-aws