myfinance-rails 0.0.5 → 0.0.6

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: 7ad1c9488a11d8532476be62fa113d6707f965fe
4
- data.tar.gz: e58ec7c188eec5c58971039ee995bc42a83f793d
3
+ metadata.gz: a75f70349a4185df31b90d8df5633134843f56c8
4
+ data.tar.gz: df40966ec62b41207aa42c42c4b7142fa1bc7f77
5
5
  SHA512:
6
- metadata.gz: 9fb2789e804158d47600cbdd1a017c777fd9fea5472b8a095c826d8889b50487f908b2a91f06880e5276299c42afc3af8db525c839f5a19d0a6c3ccd3329f26b
7
- data.tar.gz: 2da102a9ffbc7b071db60ef9605a37bbcff4f5b6b176834dc1714c03508a810d2c61cd419653a9cffa00e74b295b754b87a38e84f85a9ae6259b1e278dbd1ba2
6
+ metadata.gz: 5e29bb5a4ae7e115fb140bc3bcca83b0902007fbedeeec4ccfc124bb7b1f81594b73df10f6302729dd79f7eb1b3b0bd1edffabcf27cd910a0c3f5576d779bd43
7
+ data.tar.gz: 7708ceeaebd305cc85ff964864c2a2881e4cb45ca095b098ad5207437c16c022c5e331f8bfeb3ab76ed0cd632357edbcbe099dbaf6abce8ca417f4e89aa2014b
@@ -6,7 +6,7 @@ module Myfinance
6
6
  'payable_account' => pagamento
7
7
  }
8
8
  response = lpost "/entities/#{entity_id}/payable_accounts.json", payable_account
9
- response['payable_account']
9
+ response
10
10
  end
11
11
 
12
12
  end
@@ -6,7 +6,7 @@ module Myfinance
6
6
  'receivable_account' => faturamento
7
7
  }
8
8
  response = lpost "/entities/#{entity_id}/receivable_accounts.json", receivable_account
9
- response['receivable_account']
9
+ response
10
10
  end
11
11
 
12
12
 
@@ -1,3 +1,3 @@
1
1
  module Myfinance
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
@@ -54,7 +54,7 @@ describe 'Manipulando Contas a Receber', type: :feature do
54
54
  ]
55
55
  }
56
56
  conta_a_receber = Myfinance.cria_conta_a_receber('Minhas Finanças',faturamento)
57
- expect(conta_a_receber['id']).to_not be_nil
57
+ expect(conta_a_receber['receivable_account']).to_not be_nil
58
58
  end
59
59
 
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myfinance-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Lopes Neto