diff --git a/README.rdoc b/README.rdoc index 7aac53b..95ea541 100644 --- a/README.rdoc +++ b/README.rdoc @@ -40,11 +40,11 @@ If you don't know your WOEID, you can leverage Yahoo's [GeoPlanet](http://develo == Contributors - [Leandro de Oliveira](http://github.com/leandroo) - [Andrey Voronkov](http://github.com/Antiarchitect) - [Gonzalo A. de la Vega](http://github.com/gadelavega) - [Darren Cauthon](http://github.com/darrencauthon) - +Leandro de Oliveira http://github.com/leandroo +Andrey Voronkov http://github.com/Antiarchitect +Gonzalo A. de la Vega http://github.com/gadelavega +Darren Cauthon http://github.com/darrencauthon +Anatoli Makarevich http://github.com/makaroni4 = License diff --git a/lib/yahoo_weatherman.rb b/lib/yahoo_weatherman.rb index b2cb7e4..ae87c0b 100644 --- a/lib/yahoo_weatherman.rb +++ b/lib/yahoo_weatherman.rb @@ -13,7 +13,7 @@ module Weatherman - VERSION = '1.1.5' + VERSION = '1.2.0' URI = 'http://weather.yahooapis.com/forecastrss' @@ -44,7 +44,7 @@ def initialize(options = {}) end # - # Just pass in a +woeid+ and it will return a Weatherman::Response object:w + # Looks up weather by woeid. # def lookup_by_woeid(woeid) raw = get request_url(woeid) @@ -52,7 +52,7 @@ def lookup_by_woeid(woeid) end # - # Just pass in a +location+ and it will return a Weatherman::Response object:w + # Looks up weather by location. # def lookup_by_location(location) lookup = WoeidLookup.new(@app_id) diff --git a/yahoo_weatherman.gemspec b/yahoo_weatherman.gemspec index 35b21d6..8247a1c 100644 --- a/yahoo_weatherman.gemspec +++ b/yahoo_weatherman.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |gem| gem.name = "yahoo_weatherman" - gem.version = "1.1.5" + gem.version = "1.2.0" gem.authors = ["Dalto Curvelano Junior"] gem.description = "A ruby wrapper to the Yahoo! Weather feed with i18n support." gem.summary = "A ruby wrapper to the Yahoo! Weather feed with i18n support."