busser-serverspec 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.

Potentially problematic release.


This version of busser-serverspec might be problematic. Click here for more details.

data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.2.1 / 2013-06-18
2
+
3
+ * fix silly exit value.
4
+
1
5
  ## 0.2.0 / 2013-06-18
2
6
 
3
7
  * issue #1: do not print full backtrace if serverspec test failure.
@@ -33,6 +33,6 @@ RSpec::Core::RakeTask.new(:spec) do |t|
33
33
  end
34
34
  begin
35
35
  Rake::Task["spec"].invoke
36
- rescue RuntimeError => e
37
- exit e.status
36
+ rescue RuntimeError
37
+ exit 1
38
38
  end
@@ -21,6 +21,6 @@ module Busser
21
21
  module Serverspec
22
22
 
23
23
  # Version string for the Serverspec Busser runner plugin
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-serverspec
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: