rservicebus 0.1.17 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -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( "RSB_", "" )] = AppResource_FluidDb.new( host, uri )
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 )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rservicebus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: