myfinance 1.6.6 → 1.7.0

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: 4f3b148965ed5f6faf627d5eab0ec21655ff970d
4
- data.tar.gz: bad3d4d6661684a439110b5a4f0bfd640c1c14c3
3
+ metadata.gz: a83f89ebe1b78612177152a54febbde6727fd47e
4
+ data.tar.gz: 98caa7f28c1038508f5735203e289d8a9ab65ff2
5
5
  SHA512:
6
- metadata.gz: 35c0fe588ee18cfbe1475ed54fa3dcd3d07e98ec03a151b14cdd1b104587cc701e686cdb7a33d7649ac58330e7f3b8550e6f8d065cf1ff4ee64716758f258865
7
- data.tar.gz: bc2db51d5f9efd4c1d3e0d4fabb59d2a752b44db597492287afd8b7a02f1904da46f6066fb0dd05ff1b9bd528c8bf3e3d660c04d2881854a6726cfca67313ad8
6
+ metadata.gz: 71b985472b62d5ea457a933667b675c6a0626c15fce3d6ded9b235a7e55ffee47117b1be936e681c2acbcc764a6dd942e45b75f0d4f6d031a9d41e009bd53149
7
+ data.tar.gz: 3bd364034e877e053cbc27d867a44e7f0baf8564f8f064b4ffb2fe5ce9e0ec1128472e1c49a8d9eff0d6021ee1da5db410cd82eed7baddbfe9d887b8bd6ca849
data/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # Changelog
2
+
3
+ ## v1.7.0
4
+ ### Added
5
+ - `ReceivableAccount` now has the following new attribute:
6
+ * `eletronic_invoices`
2
7
  ## v1.6.6
3
8
  ### Added
4
9
  - `Sale` now has the following new attributes:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- myfinance (1.6.6)
4
+ myfinance (1.7.0)
5
5
  mime-types (>= 1.16, < 3.0)
6
6
  multi_json (~> 1.11)
7
7
  require_all (~> 1.4.0)
@@ -1,6 +1,7 @@
1
1
  module Myfinance
2
2
  module Entities
3
3
  class ReceivableAccount < FinancialAccount
4
+ attribute :eletronic_invoices, Array[Hash]
4
5
  end
5
6
  end
6
7
  end
@@ -1,3 +1,3 @@
1
1
  module Myfinance
2
- VERSION = "1.6.6".freeze
2
+ VERSION = "1.7.0".freeze
3
3
  end
@@ -9,6 +9,6 @@ describe Myfinance::Entities::ReceivableAccount do
9
9
  reminded_at income_tax_relevant category_id classification_center_id expected_deposit_account_id
10
10
  recurrence_id person_id recurrent parcelled recurrence_period number_of_parcels current_parcel
11
11
  competency_month financial_account_taxes_attributes tax_charges reconciliations
12
- links created_at updated_at custom_classifications sale_account_id sale_ids
12
+ links created_at updated_at custom_classifications sale_account_id sale_ids eletronic_invoices
13
13
  ]
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myfinance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.6
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Hertz
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2018-06-25 00:00:00.000000000 Z
15
+ date: 2018-06-27 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: typhoeus
@@ -433,7 +433,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
433
433
  version: '0'
434
434
  requirements: []
435
435
  rubyforge_project:
436
- rubygems_version: 2.5.2.3
436
+ rubygems_version: 2.5.2.1
437
437
  signing_key:
438
438
  specification_version: 4
439
439
  summary: A Ruby client for the Myfinance REST API