constellation-base 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,7 @@ module Constellation
36
36
  root = Rails.application.config.constellation.send(m).root
37
37
  ["/lib/", "/app/controllers/", "/app/models/", "/app/mailers/"].each do |path|
38
38
  begin
39
- require root + path + filename
39
+ require_dependency root + path + filename
40
40
  found = true
41
41
  rescue LoadError
42
42
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ian Terrell