nationalweather 0.1.0 → 0.1.1

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/nationalweather.rb +1 -1
  2. metadata +2 -2
@@ -10,7 +10,7 @@ require 'nationalweather/day'
10
10
 
11
11
  module NationalWeather
12
12
 
13
- VERSION = '0.1.0'
13
+ VERSION = '0.1.1'
14
14
 
15
15
  # Returns the current weather conditions at the station id specified, or nil if there was an error.
16
16
  # For the station ID see: http://www.weather.gov/xml/current_obs/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nationalweather
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,7 +27,7 @@ files:
27
27
  - lib/nationalweather/hazard.rb
28
28
  - test/test_current.rb
29
29
  - test/test_forecast.rb
30
- homepage: http://rubygems.org/gems/nationalweather
30
+ homepage: https://github.com/amwhalen/nationalweather
31
31
  licenses:
32
32
  - MIT
33
33
  post_install_message: