Skip to content

Commit

Permalink
Added makaroni4 to the contributors. Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlt committed Oct 18, 2012
1 parent 56cb28b commit f6673b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions lib/yahoo_weatherman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module Weatherman

VERSION = '1.1.5'
VERSION = '1.2.0'

URI = 'http://weather.yahooapis.com/forecastrss'

Expand Down Expand Up @@ -44,15 +44,15 @@ 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)
Response.new(raw, options[:lang])
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)
Expand Down
2 changes: 1 addition & 1 deletion yahoo_weatherman.gemspec
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit f6673b5

Please sign in to comment.