previsao-clima-tempo 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PrevisaoClimaTempo
2
2
 
3
- Permiti o acesso as funcionalidades e informações do Clima Tempo.
3
+ Communication with Clima Tempo accessing information about the weather of Brazil.
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,7 +18,7 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- #From Webservice
21
+ From Webservice
22
22
 
23
23
  Instantiating a object.The city code should be informed.
24
24
  PrevisaoClimaTempo.new(:codCity => '3156')
@@ -35,7 +35,7 @@ Or install it yourself as:
35
35
  Returns an object PrevisaoDia with information the day referenced.
36
36
  PrevisaoClimaTempo.new(:codCity => '3156').day(date)
37
37
 
38
- #From Page(contains more information than is extracted from the webservice)
38
+ From Page(contains more information than is extracted from the webservice)
39
39
 
40
40
  Returns a hash of condtions of weather from page
41
41
  PrevisaoClimaTempo.new(:codCity => '314').nowFromPage
@@ -1,7 +1,7 @@
1
1
  module Previsao
2
2
  module Clima
3
3
  module Tempo
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
6
6
  end
7
7
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |gem|
9
9
  gem.platform = Gem::Platform::RUBY
10
10
  gem.authors = ["Paulo de Tarço"]
11
11
  gem.email = ["paulopjazz@gmail.com"]
12
- gem.description = "Garante as funcionalidades oferecidas pelo clima tempo."
13
- gem.summary = "Oferece a previsão do tempo do Brasil."
12
+ gem.description = "Communication with Clima Tempo accessing information about the weather of Brazil"
13
+ gem.summary = gem.summary
14
14
  gem.homepage = "https://github.com/ptarco/previsao-clima-tempo"
15
15
  gem.licenses = ['MIT']
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: previsao-clima-tempo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-16 00:00:00.000000000 Z
12
+ date: 2013-08-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -27,7 +27,8 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: 1.5.9
30
- description: Garante as funcionalidades oferecidas pelo clima tempo.
30
+ description: Communication with Clima Tempo accessing information about the weather
31
+ of Brazil
31
32
  email:
32
33
  - paulopjazz@gmail.com
33
34
  executables: []
@@ -68,5 +69,5 @@ rubyforge_project:
68
69
  rubygems_version: 1.8.24
69
70
  signing_key:
70
71
  specification_version: 3
71
- summary: Oferece a previsão do tempo do Brasil.
72
+ summary: ''
72
73
  test_files: []