Skip to content

Commit

Permalink
Added spanish and simplified chinese files to the gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlt committed Dec 17, 2012
1 parent 83a2bc6 commit fb303c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.1'
VERSION = '1.2.2'

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

Expand Down
4 changes: 3 additions & 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.2.1"
gem.version = "1.2.2"
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 @@ -13,6 +13,8 @@ Gem::Specification.new do |gem|
"lib/yahoo_weatherman.rb",
"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",
"spec/spec_helper.rb",
Expand Down

0 comments on commit fb303c6

Please sign in to comment.