Skip to content

Commit

Permalink
Updating gem version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlt committed Jan 24, 2013
1 parent 3716d57 commit 77a9945
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
11 changes: 4 additions & 7 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,16 @@ If you don't know your WOEID, you can leverage Yahoo's [GeoPlanet](http://develo
client.lookup_by_location('sydney opera house').condition['temp']


== Contributors
== Thanks

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
To all the [nice folks](http://github.com/dlt/yahoo_weatherman/graphs/contributors) who
have contributed to this gem. :-)

= License

(The MIT License)

Copyright (c) 2010-2012 Dalto Curvelano Junior
Copyright (c) 2010-2013 Dalto Curvelano Junior

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion lib/yahoo_weatherman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module Weatherman

VERSION = '1.2.2'
VERSION = '2.0.0'

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

Expand Down
5 changes: 3 additions & 2 deletions 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.2.2"
gem.version = "2.0.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 All @@ -11,9 +11,10 @@ Gem::Specification.new do |gem|
"lib/yahoo_weatherman/i18n.rb",
"lib/yahoo_weatherman/woeid_lookup.rb",
"lib/yahoo_weatherman.rb",
"i18n/es.yml",
"i18n/gr.yml",
"i18n/pt-br.yml",
"i18n/ru.yml",
"i18n/es.yml",
"i18n/zh-cn.yml",
"spec/files/belo_horizonte_c.rss",
"spec/files/belo_horizonte_f.rss",
Expand Down

0 comments on commit 77a9945

Please sign in to comment.