rservicebus 0.0.63 → 0.0.64
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/rservicebus/Host.rb +0 -7
- metadata +2 -2
data/lib/rservicebus/Host.rb
CHANGED
|
@@ -114,13 +114,6 @@ module RServiceBus
|
|
|
114
114
|
|
|
115
115
|
@config.libList.each do |path|
|
|
116
116
|
$:.unshift path
|
|
117
|
-
if Dir.exists?( path ) then
|
|
118
|
-
path = path.strip.chomp( "/" )
|
|
119
|
-
path = path + "/**/*.rb"
|
|
120
|
-
end
|
|
121
|
-
Dir.glob( path ).each do |path|
|
|
122
|
-
require path
|
|
123
|
-
end
|
|
124
117
|
end
|
|
125
118
|
|
|
126
119
|
return self
|
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.
|
|
4
|
+
version: 0.0.64
|
|
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: 2013-05-
|
|
12
|
+
date: 2013-05-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: A Ruby interpretation of NServiceBus
|
|
15
15
|
email: guy@guyirvine.com
|