previsao-clima-tempo 0.0.10 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 paulo
1
+ Copyright (c) 2013 Paulo de Tarço
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -39,4 +39,29 @@ Or install it yourself as:
39
39
 
40
40
  <ul>
41
41
  <li><a href="http://nokogiri.org">nokogiri</a></li>
42
- </ul>
42
+ </ul>
43
+
44
+ ## License
45
+
46
+ Copyright (c) 2013 Paulo de Tarço
47
+
48
+ MIT License
49
+
50
+ Permission is hereby granted, free of charge, to any person obtaining
51
+ a copy of this software and associated documentation files (the
52
+ "Software"), to deal in the Software without restriction, including
53
+ without limitation the rights to use, copy, modify, merge, publish,
54
+ distribute, sublicense, and/or sell copies of the Software, and to
55
+ permit persons to whom the Software is furnished to do so, subject to
56
+ the following conditions:
57
+
58
+ The above copyright notice and this permission notice shall be
59
+ included in all copies or substantial portions of the Software.
60
+
61
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
62
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
63
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
64
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
65
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
66
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
67
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,7 +1,7 @@
1
1
  module Previsao
2
2
  module Clima
3
3
  module Tempo
4
- VERSION = "0.0.10"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
@@ -12,6 +12,7 @@ Gem::Specification.new do |gem|
12
12
  gem.description = "Garante as funcionalidades oferecidas pelo clima tempo."
13
13
  gem.summary = "Oferece a previsão do tempo do Brasil."
14
14
  gem.homepage = "https://github.com/ptarco/previsao-clima-tempo"
15
+ gem.licenses = ['MIT']
15
16
 
16
17
  gem.files = `git ls-files`.split($/)
17
18
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
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.0.10
4
+ version: 0.1.1
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-03 00:00:00.000000000 Z
12
+ date: 2013-08-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -45,7 +45,8 @@ files:
45
45
  - lib/previsao-clima-tempo/version.rb
46
46
  - previsao-clima-tempo.gemspec
47
47
  homepage: https://github.com/ptarco/previsao-clima-tempo
48
- licenses: []
48
+ licenses:
49
+ - MIT
49
50
  post_install_message:
50
51
  rdoc_options: []
51
52
  require_paths: