rservicebus 0.1.17 → 0.1.18
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rservicebus/ConfigureAppResource.rb +1 -1
- metadata +1 -1
@@ -13,7 +13,7 @@ module RServiceBus
|
|
13
13
|
k.start_with?( "RSBFDB_" ) then
|
14
14
|
uri = URI.parse( v )
|
15
15
|
require "rservicebus/AppResource/FluidDb"
|
16
|
-
resources[k.sub( "
|
16
|
+
resources[k.sub( "RSBFDB_", "" )] = AppResource_FluidDb.new( host, uri )
|
17
17
|
elsif v.is_a?(String) and
|
18
18
|
k.start_with?( "RSB_" ) then
|
19
19
|
uri = URI.parse( v )
|