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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -5
- data/lib/qonto_ofx/version.rb +1 -1
- data/qonto_transactions_schema.json +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7820960a80a05f0f4569d81b9f8f69b3cbbb89ae
|
|
4
|
+
data.tar.gz: 6270daac915e42236f8331e311fd1dbf9112ffe6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69a135d6e6779287fa6bc1b1bf6222921f719d9f34bad20507b8c32da09850a4d4901a5b71eef38630c4582c07596dd1a60803c2ee9dc8870c64aa5d1380b7f2
|
|
7
|
+
data.tar.gz: 93a95ef4374d82b1b34b2c14702f1ead2e8f6787b7aed6528673d4c0508f8bffb2f66abc55645e4d9ac0e85d1d624e482b20956a1a03352565143b320d6c9701
|
data/Gemfile.lock
CHANGED
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.
|
data/lib/qonto_ofx/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2018-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|