vagrant-aws-winrm 0.0.5 → 0.0.6

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: d80f851a61ce8f73208bb51a2b12870575fe7371
4
- data.tar.gz: d9ad5e9a47829ecb3998ef361c9534d56c5cd540
3
+ metadata.gz: 0a02e0971fbf52b6c23a53a184516e9499ada281
4
+ data.tar.gz: dcbb6111672aef8e843a80a2408db859b6633111
5
5
  SHA512:
6
- metadata.gz: 2dde2ff59b0882eb14bc86698f8eefcba2daf6c85df22c658680ff6cda4b6efe89e529ff363060c05df4e4b90d7814a676259cdd264e71dce0a02ae11101c622
7
- data.tar.gz: bcc13c8a5125d0dc787954638270ad0cb7690baf35d6a5ccd39f4ce54827077444c5ca66c73102b661b4c4138df50d3dc82275e1c7ca07d4cfeb79b47de13f9a
6
+ metadata.gz: 3844578b7beadccfbcae9c7c34436abfc7161e8e83b6705e5840923460f8c56a819a8d95e0665aacf2c8b8e1ca70e7e7e2c84eacd30d5c23eb75038d2fe66d08
7
+ data.tar.gz: f6638f17b9d85a788dd58062218ca2babbcd017d5d28bc8acfbd7f82bda39213cbb4c52dd4d259413b8e59c46750d32192d81fce8d393d7f2e5ca34d31237ec5
@@ -33,7 +33,7 @@ module VagrantPlugins
33
33
  machine = env[:machine]
34
34
  aws = env[:aws_compute]
35
35
 
36
- response = aws.get_password_data({ instance_id: machine.id })
36
+ response = aws.get_password_data(machine.id)
37
37
  password_data = response.body['passwordData']
38
38
  password_data_bytes = Base64.decode64(password_data)
39
39
 
@@ -1,7 +1,7 @@
1
1
  module VagrantPlugins
2
2
  module AWS
3
3
  module WinRM
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.6"
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-winrm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Goodman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-15 00:00:00.000000000 Z
11
+ date: 2016-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake