spork 0.9.0.rc4 → 0.9.0.rc5
Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc
CHANGED
@@ -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
|
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
|
|
@@ -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
|
-
|
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:
|
4
|
+
hash: 15424143
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
9
|
- 0
|
10
10
|
- rc
|
11
|
-
-
|
12
|
-
version: 0.9.0.
|
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-
|
21
|
+
date: 2011-04-11 00:00:00 -06:00
|
22
22
|
default_executable: spork
|
23
23
|
dependencies: []
|
24
24
|
|