myfinance 1.6.0 → 1.6.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 335d65cb162b13d2b599785a55667676df9a34a0
4
- data.tar.gz: 626a94fc08f9fa59fcf6b80a75380a2c6265662a
3
+ metadata.gz: 7a7c0308bdb879859a3f747a955041128e952501
4
+ data.tar.gz: 0ac16a5ad1d8b58af1233b6af6157976d30b6a91
5
5
  SHA512:
6
- metadata.gz: ea63ae5e785ec839db4619204524d341b91ab890c18f0d7900c8c8eb710f75077a6c1c0f8385dfb5ec663793ab73c6947bc4a293601dc790860997fbaf54b496
7
- data.tar.gz: 452309ddc761e74728078630cf11fc8947c6456b412c79f6f736bace9e78f09ca2a1628429d3037265bd5a6cf9f8b592b6f743cf60421f889698cbbe27ce92b3
6
+ metadata.gz: bc9326e8efbb17adc6e8bccd939948469e9ca8af22fb8e816d0e76e8f0a4f2f790ef2a0d3804fcaf40db79f249aca3c25270a5ffc22e423de7939a7dd0f5dbde
7
+ data.tar.gz: 07eeffd310eb8e1bb51b6e5ce8b3902821613c60fbe427863ce58af47b6b1df1e05dd8078126dc591828617e4caa15a3e544f8fe8f8dc3380a5cad06bc524841
@@ -1,4 +1,7 @@
1
1
  # Changelog
2
+ ## v1.6.1
3
+ - `Sale` now has the following new attribute:
4
+ - `net_amount`, total_amount - withholding tax_charges
2
5
  ## v1.6.0
3
6
  - `Sale` can now receive `attachments` and `links` from Myfinance app
4
7
  - `attachments` returns the attachments of the `Sale`
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- myfinance (1.6.0)
4
+ myfinance (1.6.1)
5
5
  mime-types (~> 2.99)
6
6
  multi_json (~> 1.11)
7
7
  require_all (~> 1.4.0)
@@ -36,6 +36,7 @@ module Myfinance
36
36
  attribute :ticket_amount
37
37
  attribute :total_amount
38
38
  attribute :updated_at
39
+ attribute :net_amount
39
40
  end
40
41
  end
41
42
  end
@@ -1,3 +1,3 @@
1
1
  module Myfinance
2
- VERSION = "1.6.0".freeze
2
+ VERSION = "1.6.1".freeze
3
3
  end
@@ -5,12 +5,19 @@ require "myfinance/version"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "myfinance"
7
7
  spec.version = Myfinance::VERSION
8
- spec.authors = ["Eduardo Hertz", "Guilherme Franco", "Rafael B. Tauil", "Rodrigo Tassinari"]
8
+ spec.authors = [
9
+ "Eduardo Hertz",
10
+ "Guilherme Franco",
11
+ "Rafael B. Tauil",
12
+ "Rodrigo Tassinari",
13
+ "Vagner Zampieri"
14
+ ]
9
15
  spec.email = [
10
16
  "eduardohertz@gmail.com",
11
17
  "g.francosilva@gmail.com",
12
18
  "rafael@tauil.com.br",
13
- "rodrigo@pittlandia.net"
19
+ "rodrigo@pittlandia.net",
20
+ "vgzampieri@gmail.com"
14
21
  ]
15
22
  spec.required_ruby_version = ">= 2.0.0"
16
23
 
@@ -16,6 +16,7 @@ describe Myfinance::Entities::Sale do
16
16
  estimated_liquidated_at
17
17
  fee_percentage
18
18
  fee_percentage_amount
19
+ net_amount
19
20
  financial_account_id
20
21
  fixed_fee_amount
21
22
  id
metadata CHANGED
@@ -1,17 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myfinance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Hertz
8
8
  - Guilherme Franco
9
9
  - Rafael B. Tauil
10
10
  - Rodrigo Tassinari
11
+ - Vagner Zampieri
11
12
  autorequire:
12
13
  bindir: bin
13
14
  cert_chain: []
14
- date: 2017-08-17 00:00:00.000000000 Z
15
+ date: 2017-09-19 00:00:00.000000000 Z
15
16
  dependencies:
16
17
  - !ruby/object:Gem::Dependency
17
18
  name: typhoeus
@@ -229,6 +230,7 @@ email:
229
230
  - g.francosilva@gmail.com
230
231
  - rafael@tauil.com.br
231
232
  - rodrigo@pittlandia.net
233
+ - vgzampieri@gmail.com
232
234
  executables:
233
235
  - console
234
236
  - rspec
@@ -425,7 +427,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
425
427
  version: '0'
426
428
  requirements: []
427
429
  rubyforge_project:
428
- rubygems_version: 2.6.11
430
+ rubygems_version: 2.4.8
429
431
  signing_key:
430
432
  specification_version: 4
431
433
  summary: A Ruby client for the Myfinance REST API