weatherfinder 1.0 → 1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/weatherfinder.gemspec +3 -1
  2. metadata +3 -3
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{weatherfinder}
3
- s.version = "1.0"
3
+ s.version = "1.1"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Guilherme Nascimento"]
@@ -12,4 +12,6 @@ Gem::Specification.new do |s|
12
12
  s.rubyforge_project = %q{weatherfinder}
13
13
  s.rubygems_version = %q{1.3.1}
14
14
  s.summary = %q{Weather Finder is a Ruby library to access Weather.com data (XOAP). The library uses Hpricot and MemCached and allows fetch current forecast data from anywhere location.}
15
+ s.homepage = %q{http://weatherfinder.rubyforge.org/}
16
+ s.has_rdoc = true
15
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weatherfinder
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.0"
4
+ version: "1.1"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guilherme Nascimento
@@ -31,8 +31,8 @@ files:
31
31
  - lib/future_estimate.rb
32
32
  - lib/night.rb
33
33
  - lib/wind.rb
34
- has_rdoc: false
35
- homepage:
34
+ has_rdoc: true
35
+ homepage: http://weatherfinder.rubyforge.org/
36
36
  post_install_message:
37
37
  rdoc_options: []
38
38