spork 0.9.0.rc4 → 0.9.0.rc5

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.
@@ -88,7 +88,7 @@ Or, you could add the following flag to your +spec.opts+ file.
88
88
 
89
89
  === Cucumber
90
90
 
91
- Cucumber has DRb support (see http://wiki.github.com/aslakhellesoy/cucumber/spork-and-drb )
91
+ Cucumber has DRb support (see http://wiki.github.com/aslakhellesoy/cucumber/spork-and---drb)
92
92
 
93
93
  cucumber --drb features/my.feature
94
94
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/timcharper/projects/spork
3
3
  specs:
4
- spork (0.9.0.rc3)
4
+ spork (0.9.0.rc5)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -32,4 +32,4 @@ class Spork::RunStrategy::Forking < Spork::RunStrategy
32
32
  def assert_ready!
33
33
  raise RuntimeError, "This process hasn't loaded the environment yet by loading the prefork block" unless Spork.using_spork?
34
34
  end
35
- end
35
+ end
@@ -19,7 +19,10 @@ DRb.start_service
19
19
  Dir.chdir app_pwd
20
20
  puts " -- build slave #{id}..."; $stdout.flush
21
21
  magazine_slave = MagazineSlave.new(id, test_framework_short_name )
22
- Rinda::RingProvider.new(:MagazineSlave, magazine_slave, id).provide
22
+
23
+ # never expire, the renewer returns nil, which means expiration of *nix clock
24
+ renewer = Rinda::SimpleRenewer.new(nil)
25
+ Rinda::RingProvider.new(:MagazineSlave, magazine_slave, id, renewer).provide
23
26
 
24
27
  puts " --> DRb magazine_slave_service: #{id} provided..."; $stdout.flush
25
28
 
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spork
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424141
4
+ hash: 15424143
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 0
10
10
  - rc
11
- - 4
12
- version: 0.9.0.rc4
11
+ - 5
12
+ version: 0.9.0.rc5
13
13
  platform: ruby
14
14
  authors:
15
15
  - Tim Harper
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-02-25 00:00:00 -07:00
21
+ date: 2011-04-11 00:00:00 -06:00
22
22
  default_executable: spork
23
23
  dependencies: []
24
24