busser-serverspec 0.2.4 → 0.2.5

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,8 @@
1
+ ## 0.2.5 / 2013-11-14
2
+
3
+ * issue #5: Added --color and --format documentation rspec options
4
+ merge pull-req by Kannan Manickam <kannan@rightscale.com>. thanks.
5
+
1
6
  ## 0.2.4 / 2013-11-01
2
7
 
3
8
  * issue #4: Search all GEM_PATH values for `rspec` bin.
@@ -42,6 +42,7 @@ RSpec::Core::RakeTask.new(:spec) do |t|
42
42
  end
43
43
 
44
44
  t.rspec_path = rspec_bin if rspec_bin
45
+ t.rspec_opts = ['--color', '--format documentation']
45
46
  t.ruby_opts = "-I#{base_path}"
46
47
  t.pattern = "#{base_path}/**/*_spec.rb"
47
48
  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.4"
24
+ VERSION = "0.2.5"
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.4
4
+ version: 0.2.5
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-11-01 00:00:00.000000000 Z
12
+ date: 2013-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: busser