lib/earth/loader.rb in earth-1.0.3 vs lib/earth/loader.rb in earth-1.1.0
- old
+ new
@@ -34,14 +34,7 @@
data_miner_paths.each do |path|
require path
end if options[:load_data_miner] || options[:mine_original_sources]
nil
end
-
- def Loader.load_plugins
- Dir[File.expand_path('../../../vendor/**/init.rb', __FILE__)].each do |pluginit|
- $LOAD_PATH.unshift ::File.join(::File.dirname(pluginit), 'lib')
- Kernel.load pluginit
- end
- end
end
end