rservicebus 0.0.23 → 0.0.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ module RServiceBus
14
14
  def initialize( uri )
15
15
  @uri = uri
16
16
  end
17
-
17
+
18
18
  # The method which actually configures the resource.
19
19
  #
20
20
  # @return [Object] the configured object.
@@ -121,7 +121,7 @@ module RServiceBus
121
121
  .loadHandlerPathList()
122
122
  .loadLibs()
123
123
  .loadWorkingDirList();
124
-
124
+
125
125
  self.configureStatistics()
126
126
  .configureAppResource()
127
127
  .connectToMq()
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.0.23
4
+ version: 0.0.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-25 00:00:00.000000000 Z
12
+ date: 2012-10-27 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A Ruby interpretation of NServiceBus
15
15
  email: guy@guyirvine.com