constellation-base 0.0.3 → 0.0.4

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.
@@ -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