vagrant-triggers 0.2.0 → 0.2.1
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 +6 -0
- data/README.md +4 -0
- data/lib/vagrant-triggers/config.rb +2 -2
- data/lib/vagrant-triggers/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
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
|
+
[](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 =>
|
|
32
|
+
@triggers << { :action => action, :condition => condition, :options => options }
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
end
|
|
36
36
|
end
|
|
37
|
-
end
|
|
37
|
+
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.
|
|
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-
|
|
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: -
|
|
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: -
|
|
110
|
+
hash: -2957871706623383121
|
|
111
111
|
requirements: []
|
|
112
112
|
rubyforge_project:
|
|
113
113
|
rubygems_version: 1.8.23
|