vagrant-triggers 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.2.1 (November 19, 2013)
2
+
3
+ BUG FIXES:
4
+
5
+ - Fixed regression in configuration [(#2)](https://github.com/emyl/vagrant-triggers/issues/2)
6
+
1
7
  ## 0.2.0 (October 19, 2013)
2
8
 
3
9
  NEW FEATURES:
data/README.md CHANGED
@@ -69,3 +69,7 @@ To run the plugin's tests:
69
69
  $ bundle exec rake
70
70
 
71
71
  You can now fork this repository, make your changes and send a pull request.
72
+
73
+
74
+ [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/emyl/vagrant-triggers/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
75
+
@@ -29,9 +29,9 @@ module VagrantPlugins
29
29
 
30
30
  def add_trigger(actions, condition, options)
31
31
  Array(actions).each do |action|
32
- @triggers << { :action => action, :condition => :before, :options => options }
32
+ @triggers << { :action => action, :condition => condition, :options => options }
33
33
  end
34
34
  end
35
35
  end
36
36
  end
37
- end
37
+ end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Triggers
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-triggers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
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-10-19 00:00:00.000000000 Z
12
+ date: 2013-11-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -98,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  segments:
100
100
  - 0
101
- hash: -1012364614977122118
101
+ hash: -2957871706623383121
102
102
  required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  none: false
104
104
  requirements:
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  version: '0'
108
108
  segments:
109
109
  - 0
110
- hash: -1012364614977122118
110
+ hash: -2957871706623383121
111
111
  requirements: []
112
112
  rubyforge_project:
113
113
  rubygems_version: 1.8.23