sepa_rator-sps 2.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 01ec583880083e2f50e995ebb365d3b72b02711ffe09d075d391db47503d1e7a
4
+ data.tar.gz: dd00ce468e4511c9e50ea6232a43c6e7af691afc04c4ae7b8d8ef3d0871629c0
5
+ SHA512:
6
+ metadata.gz: 7dc0ca7b989e462200b7346a46e651fa9b70c7f409d476ca05af41ce520059fd8515969fe2adfd0c161b84c6abd490641853429f235bb33e90d5f4ce58d6d48b
7
+ data.tar.gz: d13ceec9cab4772466262b8aff14d66b8e5642029e9172f040a4382da37ced5c104f8ac0c9f2dabe73278e577cf9cb18daf4ee0891cdd19925d6dde87c291877
data/LICENSE.txt ADDED
@@ -0,0 +1,23 @@
1
+ Copyright (c) 2013-2022 Georg Leciejewski (Sales King GmbH) & Georg Ledermann
2
+ Copyright (c) 2025-2026 AdVitam (https://www.advitam.fr)
3
+
4
+ MIT License
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining
7
+ a copy of this software and associated documentation files (the
8
+ "Software"), to deal in the Software without restriction, including
9
+ without limitation the rights to use, copy, modify, merge, publish,
10
+ distribute, sublicense, and/or sell copies of the Software, and to
11
+ permit persons to whom the Software is furnished to do so, subject to
12
+ the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be
15
+ included in all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # sepa_rator-sps
2
+
3
+ Swiss Payment Standards (SPS) XSD schemas for [sepa_rator](https://github.com/AdVitam/sepa_rator). Required to validate the `sps.*` profiles.
4
+
5
+ ```ruby
6
+ gem 'sepa_rator-sps'
7
+ ```
8
+
9
+ Bundler auto-requires `sepa_rator/sps`, which registers the schema directory with `SEPA.register_schema_root` — no further setup needed.