lib/bowline/dependencies/lib/dependencies.rb in maccman-bowline-0.4.4 vs lib/bowline/dependencies/lib/dependencies.rb in maccman-bowline-0.4.5

- old
+ new

@@ -1,9 +1,5 @@ module Dependencies; end -Dir[File.join(File.dirname(__FILE__), 'ext', '*.rb')].each do |file| - require file -end - Dir[File.join(File.dirname(__FILE__), 'dependencies', '*.rb')].each do |file| require file end \ No newline at end of file