receitaws 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ff096ddc777d8170251d862a6a7a1813b796c1f
4
- data.tar.gz: 95b6948e5755de5e7d9dafe18c28eb97b112cbc0
3
+ metadata.gz: 8f605968bfc62520e8b2636c6ae02c3ca6e5e988
4
+ data.tar.gz: 4395c850588e05adf6a8e65f1c86d367947c6214
5
5
  SHA512:
6
- metadata.gz: 71a27703d1db0516d4f357cd9dc0f7f4cee30cecd160087be5a7fad98a16ec8f878ef3d97edd18e73b663a2e240a7458dacc0b12bbe440bdebf0bb37cfc1ae66
7
- data.tar.gz: f72517def91f795e995f9eadebb0b96831ff454c8aa7ca9fc5c7a35c26bc0e6439790f606816efbcc10626505d87ca36daef1d9417aa482828a14d75364c127e
6
+ metadata.gz: 469712fba95697f7d70f4607139e87310f5b687735a1c7e4c8763846123f94309112e049ee712b260cf0ea8352cb005a631ce49d26d4834b73e9656a10a3f291
7
+ data.tar.gz: 771357332a360e4a3c23b138c849ce37622560008156653ebd6264bafb2f7aa7505cc082203c52427ab3ab9a6eb18e420f73c0ed9fdc6bd3f672c225dc6cd90f
data/README.md CHANGED
@@ -148,20 +148,29 @@ cnpj.cnaes
148
148
  ---
149
149
 
150
150
 
151
- ## Autor
151
+ ## Contributing
152
+
153
+ - Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
154
+ - Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
155
+ - Fork the project.
156
+ - Start a feature/bugfix branch.
157
+ - Commit and push until you are happy with your contribution.
158
+ - Don't forget to rebase with branch master in main project before submit the pull request.
159
+ - Please don't change the gemspec file, Rakefile, version, or history.
152
160
 
153
- - [QW3 Software & Marketing](http://qw3.com.br)
154
- - [Leandro dos Santos Falcão](https://www.linkedin.com/in/lsfalcao)
161
+ ## Autor
162
+ - [Leandro Falcão](https://github.com/lsfalcao)
155
163
 
156
164
  ## Copyright
157
165
 
158
- [QW3 Software & Marketing](http://qw3.com.br)
166
+ - [Leandro Falcão](https://github.com/lsfalcao)
167
+ - [QW3 Software & Marketing](https://qw3.com.br)
159
168
 
160
169
  ![QW3 Logo](http://qw3.com.br/qw3_logo.png)
161
170
 
162
- MIT License
171
+ The MIT License (MIT)
163
172
 
164
- Copyright (c) 2018 QW3 - Software, Marketing e Consultoria
173
+ Copyright (c) 2019 QW3
165
174
 
166
175
  Permission is hereby granted, free of charge, to any person obtaining a copy
167
176
  of this software and associated documentation files (the "Software"), to deal
@@ -3,7 +3,7 @@ module Receitaws
3
3
  module Version
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- PATCH = 1
6
+ PATCH = 2
7
7
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
8
8
  end
9
9
  end
data/receitaws.gemspec CHANGED
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "receitaws"
8
8
  spec.version = Receitaws::Version::STRING
9
9
  spec.platform = Gem::Platform::RUBY
10
- spec.authors = ["QW3 Software & Marketing"]
11
- spec.email = ["contato@qw3.com.br"]
10
+ spec.authors = ["Leandro Falcão"]
11
+ spec.email = ["le.sfalcao@gmail.com"]
12
12
  spec.summary = "Gem ReceitaWS API - Consulta de Dados de CNPJ"
13
13
  spec.description = "Uma Gem simples para recuperação de informações de empresas através de seu CNPJ utilizando Webservice da ReceitaWS - https://receitaws.com.br/ versão Comercial. Acreditamos que estas informações devem estar acessíveis a qualquer indivíduo ou empresa, e sem nenhum custo."
14
- spec.homepage = "https://github.com/qw3/receitaws"
14
+ spec.homepage = "https://github.com/lsfalcao/receitaws"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,21 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: receitaws
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - QW3 Software & Marketing
7
+ - Leandro Falcão
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-19 00:00:00.000000000 Z
11
+ date: 2019-07-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Uma Gem simples para recuperação de informações de empresas através de
14
14
  seu CNPJ utilizando Webservice da ReceitaWS - https://receitaws.com.br/ versão Comercial.
15
15
  Acreditamos que estas informações devem estar acessíveis a qualquer indivíduo ou
16
16
  empresa, e sem nenhum custo.
17
17
  email:
18
- - contato@qw3.com.br
18
+ - le.sfalcao@gmail.com
19
19
  executables: []
20
20
  extensions: []
21
21
  extra_rdoc_files: []
@@ -33,7 +33,7 @@ files:
33
33
  - lib/receitaws/consultar_cnpj.rb
34
34
  - lib/receitaws/version.rb
35
35
  - receitaws.gemspec
36
- homepage: https://github.com/qw3/receitaws
36
+ homepage: https://github.com/lsfalcao/receitaws
37
37
  licenses:
38
38
  - MIT
39
39
  metadata: {}