simple_weather 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/simple_weather.rb +4 -0
  2. metadata +1 -1
@@ -4,6 +4,10 @@ require 'net/http'
4
4
 
5
5
  #'7b1e71b12f5535c0'
6
6
  module SimpleWeather
7
+
8
+ class << self
9
+ end
10
+
7
11
  def updateWeather(conditions, city = 'MD/College Park')
8
12
  base_url = 'http://api.wunderground.com/api/'
9
13
  api_key = '7b1e71b12f5535c0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_weather
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: