RingyDingy 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/lib/ringy_dingy.rb +2 -2
- metadata +7 -7
data/History.txt
CHANGED
data/lib/ringy_dingy.rb
CHANGED
@@ -2,7 +2,7 @@ require 'English'
|
|
2
2
|
require 'drb'
|
3
3
|
require 'rinda/ring'
|
4
4
|
|
5
|
-
$TESTING = defined? $TESTING
|
5
|
+
$TESTING = false unless defined? $TESTING
|
6
6
|
|
7
7
|
##
|
8
8
|
# RingyDingy registers a DRb service with a Rinda::RingServer and re-registers
|
@@ -21,7 +21,7 @@ $TESTING = defined? $TESTING
|
|
21
21
|
|
22
22
|
class RingyDingy
|
23
23
|
|
24
|
-
VERSION = '1.2.
|
24
|
+
VERSION = '1.2.1'
|
25
25
|
|
26
26
|
##
|
27
27
|
# Interval to check the RingServer for our registration information.
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.9.0
|
2
|
+
rubygems_version: 0.9.0.7
|
3
3
|
specification_version: 1
|
4
4
|
name: RingyDingy
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.2.
|
7
|
-
date: 2006-
|
6
|
+
version: 1.2.1
|
7
|
+
date: 2006-12-10 00:00:00 -08:00
|
8
8
|
summary: RingyDingy is a little boat that keeps your DRb service afloat!
|
9
9
|
require_paths:
|
10
10
|
- lib
|
11
|
-
- test
|
12
11
|
email: drbrain@segment7.net
|
13
12
|
homepage: http://seattlerb.rubyforge.org/RingyDingy
|
14
13
|
rubyforge_project: seattlerb
|
@@ -40,8 +39,9 @@ files:
|
|
40
39
|
- lib/ringy_dingy/ring_server.rb
|
41
40
|
- test/test_ring_server.rb
|
42
41
|
- test/test_ringy_dingy.rb
|
43
|
-
test_files:
|
44
|
-
|
42
|
+
test_files:
|
43
|
+
- test/test_ring_server.rb
|
44
|
+
- test/test_ringy_dingy.rb
|
45
45
|
rdoc_options: []
|
46
46
|
|
47
47
|
extra_rdoc_files: []
|
@@ -60,7 +60,7 @@ dependencies:
|
|
60
60
|
requirements:
|
61
61
|
- - ">="
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version: 1.1.
|
63
|
+
version: 1.1.5
|
64
64
|
version:
|
65
65
|
- !ruby/object:Gem::Dependency
|
66
66
|
name: ZenTest
|