norma43_parser 3.1.0 → 4.1.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 +4 -4
- data/CHANGELOG.md +11 -9
- data/Gemfile.lock +1 -1
- data/lib/norma43/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: 70aa150ed65a01abcb09b13665b3969c94e3715d40ee499a5d4e33332820f046
|
|
4
|
+
data.tar.gz: 86fb452b32c9b3cdd7732334ecbdc2e49bb4b051947789f0307a9e3314f3cd04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2edf9e870901979eef621ec3e70b62257ee3f762d778940c5a75c5ccde57e466f1fde49d1a9d68074381358755e569c326a1f404a1ea4b8619d7c3d27d7315ef
|
|
7
|
+
data.tar.gz: '085513b1e92b678eb0a7f5eaefb10a09728056516ef011d93cda4e299de39998e30a95cf5c6e7af25e9c5c9657deeed1b7f4aa29a8cc907bc95bef87d81fd739'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
## [4.
|
|
2
|
-
|
|
1
|
+
## [4.1.0](https://github.com/sequra/norma43_parser/compare/v4.0.0...v4.1.0) (2024-06-20)
|
|
3
2
|
|
|
4
|
-
###
|
|
3
|
+
### Features
|
|
5
4
|
|
|
6
|
-
*
|
|
5
|
+
* Remove virtus dependency ([#35](https://github.com/sequra/norma43_parser/issues/35))
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
* Soft-deprecate `Norma43::Models::Document#transaction_date`, use transaction_date in transactions instead
|
|
9
8
|
|
|
10
|
-
* Get IBANs from account instances ([#15](https://github.com/sequra/norma43_parser/issues/15)) ([c69d162](https://github.com/sequra/norma43_parser/commit/c69d162361b188f2b2d904b1958e3108be9a3939))
|
|
11
9
|
|
|
10
|
+
## [4.0.0](https://github.com/sequra/norma43_parser/compare/3.0.0...v4.0.0) (2024-06-18)
|
|
12
11
|
|
|
13
|
-
|
|
12
|
+
### ⚠ BREAKING CHANGES
|
|
14
13
|
|
|
14
|
+
* Drop Ruby support below 3
|
|
15
15
|
|
|
16
16
|
### Features
|
|
17
17
|
|
|
18
|
-
*
|
|
18
|
+
* Get IBANs from account instances ([#15](https://github.com/sequra/norma43_parser/issues/15)) ([c69d162](https://github.com/sequra/norma43_parser/commit/c69d162361b188f2b2d904b1958e3108be9a3939))
|
|
19
|
+
|
|
19
20
|
|
|
20
21
|
## v3.0.0 (2021-12-15)
|
|
21
22
|
|
|
@@ -23,19 +24,20 @@
|
|
|
23
24
|
|
|
24
25
|
- Drop Ruby support below 2.6.
|
|
25
26
|
|
|
27
|
+
|
|
26
28
|
## v2.1.1 (2020-03-13)
|
|
27
29
|
|
|
28
30
|
### Enhancements
|
|
29
31
|
|
|
30
32
|
- Update rake requirement from ~> 10.0 to ~> 13.0 (#6)
|
|
31
33
|
|
|
34
|
+
|
|
32
35
|
## v2.0.0 (2019-10-17)
|
|
33
36
|
|
|
34
37
|
### Breaking Changes
|
|
35
38
|
|
|
36
39
|
- Drop Ruby support below 2.4.
|
|
37
40
|
|
|
38
|
-
|
|
39
41
|
### Enhancements
|
|
40
42
|
|
|
41
43
|
- Clean up dependencies
|
data/Gemfile.lock
CHANGED
data/lib/norma43/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: norma43_parser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 4.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sequra engineering
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: zeitwerk
|