bellmyer-hydra 0.20.9 → 0.20.10

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.20.9
1
+ 0.20.10
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bellmyer-hydra}
8
- s.version = "0.20.9"
8
+ s.version = "0.20.10"
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", "J\303\270rgen Oreh\303\270j Erichsen", "Jaime Bellmyer"]
12
- s.date = %q{2010-07-17}
12
+ s.date = %q{2010-07-19}
13
13
  s.description = %q{Spread your tests over multiple machines to test your code faster.}
14
14
  s.email = %q{jaime@kconrails.com}
15
15
  s.extra_rdoc_files = [
@@ -25,7 +25,7 @@ module Hydra #:nodoc:
25
25
  $stdout.sync = true
26
26
 
27
27
  trace 'Creating test database'
28
- ENV['TEST_ENV_NUMBER'] = @worker_id
28
+ ENV['HYDRA_WORKER_ID'] = @worker_id
29
29
 
30
30
  trace 'Booted. Sending Request for file'
31
31
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bellmyer-hydra
3
3
  version: !ruby/object:Gem::Version
4
- hash: 93
4
+ hash: 91
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 20
9
- - 9
10
- version: 0.20.9
9
+ - 10
10
+ version: 0.20.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nick Gauthier
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-07-17 00:00:00 -05:00
20
+ date: 2010-07-19 00:00:00 -05:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency