vpsa 0.0.12 → 0.0.13

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: 783b86c81593264eec89cfdcb09d6fe66dbb0d39
4
- data.tar.gz: 6b86f288eeb444b27afc8c8d43789ec7db1a3948
3
+ metadata.gz: e77499ac1760cd5275352d2812c47050c80b32c9
4
+ data.tar.gz: ab72fb5cc7c9826fdcfdbd84e72a49a6aeb29443
5
5
  SHA512:
6
- metadata.gz: 0eba6bf726514c13ba7b915391c1c5d3afcb32d93ff93f0a8bc7925e21ac903e1c5e8a55518788f4bb3db65b63f3a2a26f0fcf5ff7a12d4d3069932dfdd0b42e
7
- data.tar.gz: d3a7bfb2a19be17acd425b117ce00d4a0713aa4f137fe4abef8de6228db19ccd1c8d86e474a43fb84bdb4e4d8bbc3488ceebb764c78b07120e1022a31c32e297
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
- #return parse_response(self.class.put("/", :body => build_body(data), :headers => header))
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
@@ -1,3 +1,3 @@
1
1
  module Vpsa
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
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.12
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-04-22 00:00:00.000000000 Z
11
+ date: 2015-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty