codabel 1.0.0 → 1.0.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 +4 -4
- data/README.md +1 -0
- data/lib/codabel/file.rb +1 -1
- data/lib/codabel/record/trailer.rb +1 -1
- data/lib/codabel/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad1ce84a2688c81c84314eeb6ee094beb981ca3cf73cede28c832e5be9a35ef2
|
4
|
+
data.tar.gz: a40681361c5dc0495e81319df395b4134b801e05b0a6ea02d8042d7aed727721
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 348a1e498003589ced937d1d3c29583e9da87172eff307ad48c2747bac2f64e56e55e80d9af429ee0f61b755baa928b9ad9afbca7b52aadf54857224bae369aa
|
7
|
+
data.tar.gz: 8b005b1d07cd2c7911711bdd5695e8b16dfe149fefc66d1fae969771edc078057396991c61af4ccf731bd03113aab7fd487ae57628b847336d51dcf225852397
|
data/README.md
CHANGED
@@ -17,6 +17,7 @@ data. We currently support version 2.6 of the Febelfin specification:
|
|
17
17
|
|
18
18
|
### Limitations
|
19
19
|
|
20
|
+
* No support for ruby < 2.5
|
20
21
|
* No support for free information records (4)
|
21
22
|
* No high-level data model for transaction codes (record 2.1)
|
22
23
|
* No high-level data model for R-transaction and reason (record 2.2)
|
data/lib/codabel/file.rb
CHANGED
data/lib/codabel/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: codabel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bernard Lambeau
|
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
104
|
- !ruby/object:Gem::Version
|
105
105
|
version: '0'
|
106
106
|
requirements: []
|
107
|
-
rubygems_version: 3.1.
|
107
|
+
rubygems_version: 3.1.6
|
108
108
|
signing_key:
|
109
109
|
specification_version: 4
|
110
110
|
summary: Codabel, a generator of CODA financial files.
|