murmur-rpc 0.0.4 → 0.0.5
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/interfaces/ice.rb +2 -1
- data/lib/murmur-rpc.rb +1 -1
- metadata +7 -18
data/lib/interfaces/ice.rb
CHANGED
|
@@ -12,6 +12,7 @@ module Murmur
|
|
|
12
12
|
if icesecret and icesecret != ""
|
|
13
13
|
props = ::Ice::createProperties
|
|
14
14
|
props.setProperty "Ice.ImplicitContext", "Shared"
|
|
15
|
+
props.setProperty "Ice.MessageSizeMax", "65536"
|
|
15
16
|
idd = ::Ice::InitializationData.new
|
|
16
17
|
idd.properties = props
|
|
17
18
|
ic = ::Ice::initialize idd
|
|
@@ -154,4 +155,4 @@ module Murmur
|
|
|
154
155
|
end
|
|
155
156
|
end
|
|
156
157
|
end
|
|
157
|
-
end
|
|
158
|
+
end
|
data/lib/murmur-rpc.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: murmur-rpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
|
|
6
|
-
- 0
|
|
7
|
-
- 0
|
|
8
|
-
- 4
|
|
9
|
-
version: 0.0.4
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 0.0.5
|
|
10
6
|
platform: ruby
|
|
11
7
|
authors:
|
|
12
8
|
- Brian Stolz
|
|
@@ -14,20 +10,17 @@ autorequire:
|
|
|
14
10
|
bindir: bin
|
|
15
11
|
cert_chain: []
|
|
16
12
|
|
|
17
|
-
date: 2011-
|
|
13
|
+
date: 2011-03-07 00:00:00 -08:00
|
|
18
14
|
default_executable:
|
|
19
15
|
dependencies:
|
|
20
16
|
- !ruby/object:Gem::Dependency
|
|
21
17
|
name: rspec
|
|
22
18
|
prerelease: false
|
|
23
19
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
20
|
+
none: false
|
|
24
21
|
requirements:
|
|
25
22
|
- - "="
|
|
26
23
|
- !ruby/object:Gem::Version
|
|
27
|
-
segments:
|
|
28
|
-
- 1
|
|
29
|
-
- 3
|
|
30
|
-
- 0
|
|
31
24
|
version: 1.3.0
|
|
32
25
|
type: :development
|
|
33
26
|
version_requirements: *id001
|
|
@@ -60,25 +53,21 @@ rdoc_options:
|
|
|
60
53
|
require_paths:
|
|
61
54
|
- lib
|
|
62
55
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
56
|
+
none: false
|
|
63
57
|
requirements:
|
|
64
58
|
- - ">="
|
|
65
59
|
- !ruby/object:Gem::Version
|
|
66
|
-
segments:
|
|
67
|
-
- 1
|
|
68
|
-
- 8
|
|
69
|
-
- 6
|
|
70
60
|
version: 1.8.6
|
|
71
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
|
+
none: false
|
|
72
63
|
requirements:
|
|
73
64
|
- - ">="
|
|
74
65
|
- !ruby/object:Gem::Version
|
|
75
|
-
segments:
|
|
76
|
-
- 0
|
|
77
66
|
version: "0"
|
|
78
67
|
requirements: []
|
|
79
68
|
|
|
80
69
|
rubyforge_project:
|
|
81
|
-
rubygems_version: 1.
|
|
70
|
+
rubygems_version: 1.5.0
|
|
82
71
|
signing_key:
|
|
83
72
|
specification_version: 3
|
|
84
73
|
summary: RPC interface for Murmur
|