simple_weather 0.0.7 → 0.0.8

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 +1 -1
  2. metadata +1 -1
@@ -6,7 +6,7 @@ require 'net/http'
6
6
  module SimpleWeather
7
7
  def updateWeather(conditions, city = 'MD/College Park')
8
8
  base_url = 'http://api.wunderground.com/api/'
9
- API_KEY = '7b1e71b12f5535c0'
9
+ api_key = '7b1e71b12f5535c0'
10
10
  query = '/conditions/q/'
11
11
  format = '.json'
12
12
 
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: