lib/weather_fetcher.rb in weather_fetcher-0.0.1 vs lib/weather_fetcher.rb in weather_fetcher-0.0.2
- old
+ new
@@ -1,7 +1,12 @@
$:.unshift(File.dirname(__FILE__))
+require 'weather_fetcher/utils/time'
+
+require 'weather_fetcher/weather_data'
require 'weather_fetcher/providers'
require 'weather_fetcher/provider_list'
+require 'weather_fetcher/fetcher'
+require 'weather_fetcher/server'
module WeatherFetcher
end