tddium_reporting 0.0.4 → 0.0.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.
@@ -1,4 +1,4 @@
1
1
  # Copyright (c) 2011 Solano Labs All Rights Reserved
2
2
  module TddiumReporting
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
@@ -2,9 +2,8 @@
2
2
  require File.expand_path(File.dirname(__FILE__) + "/tddium_reporting/system_capture")
3
3
  require File.expand_path(File.dirname(__FILE__) + "/tddium_reporting/spec_runner")
4
4
 
5
-
6
5
  spec_runner = TddiumReporting::SpecRunner.runner
7
- if spec_runner && ENV["TDDIUM"]
6
+ if spec_runner && ENV["TDDIUM"] && spec_runner.respond_to?(:configure)
8
7
  spec_runner.configure do |config|
9
8
  config.after(:each) do
10
9
  if defined?(selenium_driver)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tddium_reporting
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Solano Labs
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-09-11 00:00:00 -07:00
14
- default_executable:
13
+ date: 2011-09-23 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: rspec
@@ -49,7 +48,6 @@ files:
49
48
  - lib/tddium_reporting/spec_runner.rb
50
49
  - lib/tddium_reporting/system_capture.rb
51
50
  - lib/tddium_reporting/version.rb
52
- has_rdoc: true
53
51
  homepage: http://www.tddium.com/
54
52
  licenses: []
55
53
 
@@ -73,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements: []
74
72
 
75
73
  rubyforge_project: tddium
76
- rubygems_version: 1.6.2
74
+ rubygems_version: 1.8.10
77
75
  signing_key:
78
76
  specification_version: 3
79
77
  summary: Tddium Reporting Utilities