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 +7 -0
- data/LICENSE.txt +23 -0
- data/README.md +9 -0
- data/lib/schema/sps/pain.001.001.09.ch.03.xsd +1733 -0
- data/lib/schema/sps/pain.008.001.02.chsdd.02.xsd +1056 -0
- data/lib/sepa_rator/sps.rb +5 -0
- data/lib/sepa_rator-sps.rb +3 -0
- metadata +63 -0
metadata
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: sepa_rator-sps
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 2.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- AdVitam
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: sepa_rator
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - "~>"
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: '2.0'
|
|
19
|
+
type: :runtime
|
|
20
|
+
prerelease: false
|
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
requirements:
|
|
23
|
+
- - "~>"
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: '2.0'
|
|
26
|
+
description: Swiss Payment Standards (SPS) XSD schemas for sepa_rator. Required to
|
|
27
|
+
validate the sps.* profiles.
|
|
28
|
+
executables: []
|
|
29
|
+
extensions: []
|
|
30
|
+
extra_rdoc_files: []
|
|
31
|
+
files:
|
|
32
|
+
- LICENSE.txt
|
|
33
|
+
- README.md
|
|
34
|
+
- lib/schema/sps/pain.001.001.09.ch.03.xsd
|
|
35
|
+
- lib/schema/sps/pain.008.001.02.chsdd.02.xsd
|
|
36
|
+
- lib/sepa_rator-sps.rb
|
|
37
|
+
- lib/sepa_rator/sps.rb
|
|
38
|
+
homepage: https://github.com/AdVitam/sepa_rator
|
|
39
|
+
licenses:
|
|
40
|
+
- MIT
|
|
41
|
+
metadata:
|
|
42
|
+
rubygems_mfa_required: 'true'
|
|
43
|
+
source_code_uri: https://github.com/AdVitam/sepa_rator
|
|
44
|
+
changelog_uri: https://github.com/AdVitam/sepa_rator/blob/master/CHANGELOG.md
|
|
45
|
+
bug_tracker_uri: https://github.com/AdVitam/sepa_rator/issues
|
|
46
|
+
rdoc_options: []
|
|
47
|
+
require_paths:
|
|
48
|
+
- lib
|
|
49
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '3.2'
|
|
54
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
|
+
requirements:
|
|
56
|
+
- - ">="
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
version: '0'
|
|
59
|
+
requirements: []
|
|
60
|
+
rubygems_version: 3.6.9
|
|
61
|
+
specification_version: 4
|
|
62
|
+
summary: Swiss XSD schemas for sepa_rator
|
|
63
|
+
test_files: []
|