vagrant-application-cookbooks 0.1.2 → 0.1.3

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,4 +1,8 @@
1
1
 
2
+ # 0.1.3 (Oct 5, 2013)
3
+
4
+ * Fix permanently thrown exception (left-over from debugging)
5
+
2
6
  # 0.1.2 (Oct 5, 2013)
3
7
 
4
8
  * Silence output of git commands
@@ -111,8 +111,6 @@ module VagrantPlugins
111
111
  configure_chef_solo
112
112
  end
113
113
 
114
- raise "boo"
115
-
116
114
  # continue if ok
117
115
  @app.call(env)
118
116
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module ApplicationCookbooks
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-application-cookbooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -129,7 +129,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  segments:
131
131
  - 0
132
- hash: 702792593
132
+ hash: 799389807
133
133
  required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  none: false
135
135
  requirements: