Skip to content

Commit

Permalink
Added missing files to the gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlt committed Oct 29, 2012
1 parent f6e3978 commit 03199bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.0'
VERSION = '1.2.1'

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

Expand Down
6 changes: 4 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.0"
gem.version = "1.2.1"
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 @@ -9,6 +9,7 @@ Gem::Specification.new do |gem|
"lib/yahoo_weatherman/image.rb",
"lib/yahoo_weatherman/response.rb",
"lib/yahoo_weatherman/i18n.rb",
"lib/yahoo_weatherman/woeid_lookup.rb",
"lib/yahoo_weatherman.rb",
"i18n/pt-br.yml",
"i18n/ru.yml",
Expand All @@ -17,7 +18,8 @@ Gem::Specification.new do |gem|
"spec/spec_helper.rb",
"spec/yahoo_weatherman/response_spec.rb",
"spec/yahoo_weatherman/yahoo_weatherman_spec.rb",
"spec/yahoo_weatherman/i18n_spec.rb"
"spec/yahoo_weatherman/i18n_spec.rb",
"spec/yahoo_weatherman/woeid_lookup_spec.rb"
]
gem.homepage = "http://github.com/dlt/yahoo_weatherman"
gem.add_dependency "nokogiri"
Expand Down

0 comments on commit 03199bd

Please sign in to comment.