lib/weather_fetcher.rb in weather_fetcher-0.0.0 vs lib/weather_fetcher.rb in weather_fetcher-0.0.1
- old
+ new
@@ -1,6 +1,7 @@
$:.unshift(File.dirname(__FILE__))
require 'weather_fetcher/providers'
+require 'weather_fetcher/provider_list'
module WeatherFetcher
end