busser-serverspec 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,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: