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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a83f89ebe1b78612177152a54febbde6727fd47e
|
|
4
|
+
data.tar.gz: 98caa7f28c1038508f5735203e289d8a9ab65ff2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71b985472b62d5ea457a933667b675c6a0626c15fce3d6ded9b235a7e55ffee47117b1be936e681c2acbcc764a6dd942e45b75f0d4f6d031a9d41e009bd53149
|
|
7
|
+
data.tar.gz: 3bd364034e877e053cbc27d867a44e7f0baf8564f8f064b4ffb2fe5ce9e0ec1128472e1c49a8d9eff0d6021ee1da5db410cd82eed7baddbfe9d887b8bd6ca849
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/lib/myfinance/version.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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.
|
|
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
|