hoth 0.3.2.beta1 → 0.3.2.beta2
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/hoth/transport/beanstalkd.rb +1 -1
- metadata +7 -6
|
@@ -11,7 +11,7 @@ module Hoth
|
|
|
11
11
|
|
|
12
12
|
def call_remote_with(*args)
|
|
13
13
|
connection = Beanstalk::Pool.new(["#{endpoint.host}:#{endpoint.port}"])
|
|
14
|
-
connection.use("#{
|
|
14
|
+
connection.use("#{self.module.name}/#{name}")
|
|
15
15
|
|
|
16
16
|
encoded_args = encoder.encode(args)
|
|
17
17
|
Rails.logger.debug "encoded_args: #{encoded_args}"
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hoth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 62196359
|
|
5
|
+
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
9
|
- 2
|
|
10
|
-
-
|
|
11
|
-
|
|
10
|
+
- beta
|
|
11
|
+
- 2
|
|
12
|
+
version: 0.3.2.beta2
|
|
12
13
|
platform: ruby
|
|
13
14
|
authors:
|
|
14
15
|
- Dirk Breuer
|
|
@@ -16,7 +17,7 @@ autorequire:
|
|
|
16
17
|
bindir: bin
|
|
17
18
|
cert_chain: []
|
|
18
19
|
|
|
19
|
-
date: 2011-01-
|
|
20
|
+
date: 2011-01-07 00:00:00 +01:00
|
|
20
21
|
default_executable:
|
|
21
22
|
dependencies:
|
|
22
23
|
- !ruby/object:Gem::Dependency
|
|
@@ -204,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
204
205
|
requirements: []
|
|
205
206
|
|
|
206
207
|
rubyforge_project:
|
|
207
|
-
rubygems_version: 1.
|
|
208
|
+
rubygems_version: 1.4.1
|
|
208
209
|
signing_key:
|
|
209
210
|
specification_version: 3
|
|
210
211
|
summary: Registry and deployment description abstraction for SOA-Services
|