Sha256: 7c978cd0f1bbffb2ce2f74448f7af79a9e6686721e17bf55a3340e63d5497695
Contents?: true
Size: 475 Bytes
Versions: 1
Compression:
Stored size: 475 Bytes
Contents
$:.unshift(File.dirname(__FILE__)) # weather services # require 'weather_services/service' require 'weather_services/wunderground' require 'weather_services/yahoo' require 'weather_services/weather_bug' require 'weather_services/noaa' # # web services (non weather) # require 'web_services/web_service' require 'web_services/geocode' require 'web_services/weather_id' require 'web_services/timezone' require 'web_services/placemaker' require 'web_services/noaa_station_id'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
barometer-0.8.0 | lib/barometer/services.rb |