vagrant-aws 0.2.1 → 0.2.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.2.2 (April 18, 2013)
2
+
3
+ * Fix crashing bug with incorrect provisioner arguments.
4
+
1
5
  # 0.2.1 (April 16, 2013)
2
6
 
3
7
  * Got rid of extranneous references to old SSH settings.
@@ -6,14 +6,14 @@ module VagrantPlugins
6
6
  # This is the same as the builtin provision except it times the
7
7
  # provisioner runs.
8
8
  class TimedProvision < Vagrant::Action::Builtin::Provision
9
- def run_provisioner(env, p)
9
+ def run_provisioner(env, name, p)
10
10
  timer = Util::Timer.time do
11
11
  super
12
12
  end
13
13
 
14
14
  env[:metrics] ||= {}
15
15
  env[:metrics]["provisioner_times"] ||= []
16
- env[:metrics]["provisioner_times"] << [p.class.to_s, timer]
16
+ env[:metrics]["provisioner_times"] << [name, timer]
17
17
  end
18
18
  end
19
19
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module AWS
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
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: 2013-04-16 00:00:00.000000000 Z
12
+ date: 2013-04-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fog
@@ -142,7 +142,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  segments:
144
144
  - 0
145
- hash: -1807397397089966337
145
+ hash: 2792684952682932996
146
146
  required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  none: false
148
148
  requirements: