qonto_ofx 1.0.1 → 1.0.2

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: ad86a6cf7dbc7277bd7d15a567a5a9ee39c86d0e
4
- data.tar.gz: 3cb06c7c0d1b392c4be475d0c715c524a6fbae9a
3
+ metadata.gz: 7820960a80a05f0f4569d81b9f8f69b3cbbb89ae
4
+ data.tar.gz: 6270daac915e42236f8331e311fd1dbf9112ffe6
5
5
  SHA512:
6
- metadata.gz: f9b80fdf46d5f40538633a53f19692bee51dcacda9f6f1286b04f3bc2ff2cd85a1b2baf7e8b21e5a7acfeebb883fee3a1223b07f8da489c1c42697bd2ff93cd8
7
- data.tar.gz: fc6b6a8fb4d00beeee867d25d53b685b3faa712d1bc4ea6a5b9fe5d49c9a0919b8940d202f2b6cbb80c7ab16acff01473b8cb9c7cef2a005bc9c934016494088
6
+ metadata.gz: 69a135d6e6779287fa6bc1b1bf6222921f719d9f34bad20507b8c32da09850a4d4901a5b71eef38630c4582c07596dd1a60803c2ee9dc8870c64aa5d1380b7f2
7
+ data.tar.gz: 93a95ef4374d82b1b34b2c14702f1ead2e8f6787b7aed6528673d4c0508f8bffb2f66abc55645e4d9ac0e85d1d624e482b20956a1a03352565143b320d6c9701
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- qonto_ofx (1.0.1)
4
+ qonto_ofx (1.0.2)
5
5
  htmlentities (~> 4.3)
6
6
  json (~> 1.8)
7
7
  json-schema (~> 2.5)
data/README.md CHANGED
@@ -11,7 +11,7 @@ gem install qonto_ofx
11
11
  ## Usage
12
12
 
13
13
  ```
14
- qonto_ofx -s YOUR_COMPANY_SLUG -t INTEGRATION_TOKEN
14
+ qonto_ofx -s YOUR_COMPANY_SLUG -t INTEGRATION_TOKEN [-n]
15
15
  ```
16
16
 
17
17
  ## Development
@@ -21,10 +21,6 @@ I plan to improve this gem as I switch to Qonto.
21
21
  As of today, it generates a valid OFX 2 file with all transactions for all
22
22
  accounts.
23
23
 
24
- Roadmap :
25
- - Make sure all fields hold correct values
26
- - Add filtering on transactions dates, and accounts
27
-
28
24
  ## Contributing
29
25
 
30
26
  Bug reports and pull requests are welcome on GitHub at https://github.com/simon-watiau/qonto_ofx.
@@ -1,3 +1,3 @@
1
1
  module QontoOfx
2
- VERSION = "1.0.1".freeze
2
+ VERSION = "1.0.2".freeze
3
3
  end
@@ -115,7 +115,9 @@
115
115
  "enum":[
116
116
  "card",
117
117
  "income",
118
- "qonto_fee"
118
+ "qonto_fee",
119
+ "transfer",
120
+ "direct_debit"
119
121
  ]
120
122
  },
121
123
  "currency":{
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qonto_ofx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Watiau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-22 00:00:00.000000000 Z
11
+ date: 2018-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler