lib/barometer/services.rb in attack-barometer-0.3.2 vs lib/barometer/services.rb in attack-barometer-0.5.0
- old
+ new
@@ -1,6 +1,16 @@
$:.unshift(File.dirname(__FILE__))
-require 'services/service'
-require 'services/wunderground'
-require 'services/google'
-require 'services/yahoo'
+# weather services
+#
+require 'weather_services/service'
+require 'weather_services/wunderground'
+require 'weather_services/google'
+require 'weather_services/yahoo'
+require 'weather_services/weather_dot_com'
+
+#
+# web services (non weather)
+#
+require 'web_services/web_service'
+require 'web_services/geocode'
+require 'web_services/weather_id'
\ No newline at end of file