vmail 0.7.8 → 0.7.9
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/lib/vmail/imap_client.rb +2 -1
- data/lib/vmail/version.rb +1 -1
- metadata +3 -3
data/lib/vmail/imap_client.rb
CHANGED
|
@@ -737,7 +737,8 @@ EOF
|
|
|
737
737
|
|
|
738
738
|
def self.daemon(config)
|
|
739
739
|
$gmail = self.start(config)
|
|
740
|
-
|
|
740
|
+
use_uri = config['drb_uri'] || nil # redundant but explicit
|
|
741
|
+
DRb.start_service(use_uri, $gmail)
|
|
741
742
|
uri = DRb.uri
|
|
742
743
|
puts "starting gmail service at #{uri}"
|
|
743
744
|
uri
|
data/lib/vmail/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 7
|
|
8
|
-
-
|
|
9
|
-
version: 0.7.
|
|
8
|
+
- 9
|
|
9
|
+
version: 0.7.9
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Daniel Choi
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-12-
|
|
17
|
+
date: 2010-12-18 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|