receitaws 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +15 -6
- data/lib/receitaws/version.rb +1 -1
- data/receitaws.gemspec +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f605968bfc62520e8b2636c6ae02c3ca6e5e988
|
|
4
|
+
data.tar.gz: 4395c850588e05adf6a8e65f1c86d367947c6214
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
##
|
|
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
|
-
|
|
154
|
-
- [Leandro
|
|
161
|
+
## Autor
|
|
162
|
+
- [Leandro Falcão](https://github.com/lsfalcao)
|
|
155
163
|
|
|
156
164
|
## Copyright
|
|
157
165
|
|
|
158
|
-
[
|
|
166
|
+
- [Leandro Falcão](https://github.com/lsfalcao)
|
|
167
|
+
- [QW3 Software & Marketing](https://qw3.com.br)
|
|
159
168
|
|
|
160
169
|

|
|
161
170
|
|
|
162
|
-
MIT License
|
|
171
|
+
The MIT License (MIT)
|
|
163
172
|
|
|
164
|
-
Copyright (c)
|
|
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
|
data/lib/receitaws/version.rb
CHANGED
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
|
|
11
|
-
spec.email
|
|
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/
|
|
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.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Leandro Falcão
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
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
|
-
-
|
|
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/
|
|
36
|
+
homepage: https://github.com/lsfalcao/receitaws
|
|
37
37
|
licenses:
|
|
38
38
|
- MIT
|
|
39
39
|
metadata: {}
|