vpsa 0.0.12 → 0.0.13
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 +0 -2
- data/lib/vpsa/api/installments.rb +1 -2
- data/lib/vpsa/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e77499ac1760cd5275352d2812c47050c80b32c9
|
|
4
|
+
data.tar.gz: ab72fb5cc7c9826fdcfdbd84e72a49a6aeb29443
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf610126ee678ac19eca68e5bf18ba368878c519e4b722f922091c7100cd60a44f877c91e992436f8f5f16ef7c171e0cd7d026d6564bea3ded7af18ce8fcaa83
|
|
7
|
+
data.tar.gz: 75ec02fdc903a9c3a9a9bdc29754b6439469be21a5cda4123e2c91e0892f525e33f9181e0fc21b1969d474de9da917c065234fdcf83089c2eb353c1ed173fd04
|
data/README.md
CHANGED
|
@@ -36,7 +36,6 @@ With the client instance, you can access the following resources:
|
|
|
36
36
|
* Provisões (client.provisions) **Only Creation**
|
|
37
37
|
* Dados Login (client.user_data)
|
|
38
38
|
* Classes de Clientes (client.client_classes) **Listing and finding**
|
|
39
|
-
* Contas a Receber (client.receipts) **Only listing**
|
|
40
39
|
|
|
41
40
|
## Using the resources
|
|
42
41
|
### Listing
|
|
@@ -49,7 +48,6 @@ Currently the following entities are implemented:
|
|
|
49
48
|
* [Terceiros](lib/vpsa/searcher/administrative/third_party_searcher.rb)
|
|
50
49
|
* [Entidades](lib/vpsa/searcher/administrative/entity_searcher.rb)
|
|
51
50
|
* [Lançamentos Padrões](lib/vpsa/searcher/financial/default_entry_searcher.rb)
|
|
52
|
-
* [Contas a Receber](lib/vpsa/searcher/financial/receipt_searcher.rb)
|
|
53
51
|
* [Classes de Clientes](lib/vpsa/searcher/operational/client_class_searcher.rb)
|
|
54
52
|
|
|
55
53
|
### Finding
|
|
@@ -6,8 +6,7 @@ module Vpsa
|
|
|
6
6
|
base_uri "#{Vpsa::API_ADDRESS}/configuracao-credito"
|
|
7
7
|
|
|
8
8
|
def configure(data)
|
|
9
|
-
|
|
10
|
-
return parse_response(self.class.put("/", :body => data.to_json, :headers => header))
|
|
9
|
+
return parse_response(self.class.put("/", :body => build_body(data), :headers => header))
|
|
11
10
|
end
|
|
12
11
|
|
|
13
12
|
def information
|
data/lib/vpsa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vpsa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gustavo Berdugo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|