hydra 0.23.0 → 0.23.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.23.0
1
+ 0.23.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{hydra}
8
- s.version = "0.23.0"
8
+ s.version = "0.23.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nick Gauthier"]
12
- s.date = %q{2010-10-22}
12
+ s.date = %q{2010-10-25}
13
13
  s.default_executable = %q{warmsnake.rb}
14
14
  s.description = %q{Spread your tests over multiple machines to test your code faster.}
15
15
  s.email = %q{nick@smartlogicsolutions.com}
@@ -110,7 +110,7 @@ module Hydra #:nodoc:
110
110
  require 'rspec'
111
111
  require 'hydra/spec/hydra_formatter'
112
112
  # Ensure we override rspec's at_exit
113
- require 'hydra/spec/autorun_override'
113
+ RSpec::Core::Runner.disable_autorun!
114
114
  rescue LoadError => ex
115
115
  return ex.to_s
116
116
  end
@@ -79,7 +79,9 @@ module Hydra #:nodoc:
79
79
  yield self if block_given?
80
80
 
81
81
  # Ensure we override rspec's at_exit
82
- require 'hydra/spec/autorun_override'
82
+ if defined?(RSpec)
83
+ RSpec::Core::Runner.disable_autorun!
84
+ end
83
85
 
84
86
  unless @serial
85
87
  @config = find_config_file
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 23
8
- - 0
9
- version: 0.23.0
8
+ - 1
9
+ version: 0.23.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nick Gauthier
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-22 00:00:00 -04:00
17
+ date: 2010-10-25 00:00:00 -04:00
18
18
  default_executable: warmsnake.rb
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency