rservicebus 0.0.63 → 0.0.64

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rservicebus/Host.rb +0 -7
  2. metadata +2 -2
@@ -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.63
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-02 00:00:00.000000000 Z
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