sepa 0.0.1 → 0.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.
- data/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/lib/sepa/version.rb +1 -1
- data/sepa.gemspec +3 -2
- metadata +7 -5
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Sepa
|
|
2
2
|
|
|
3
|
-
An implementation of pain.008.001.04 CustomerDirectDebitInitiation.
|
|
3
|
+
An implementation of pain.008.001.04 CustomerDirectDebitInitiation. WARNING: NO WARRANTY, USE AT YOUR OWN RISK AND PERIL.
|
|
4
4
|
|
|
5
5
|
I wanted to make it as easy as possible to define message types and components so this library will be easy to grow to implement the entire standard.
|
|
6
6
|
|
data/lib/sepa/version.rb
CHANGED
data/sepa.gemspec
CHANGED
|
@@ -9,9 +9,10 @@ Gem::Specification.new do |gem|
|
|
|
9
9
|
gem.name = "sepa"
|
|
10
10
|
gem.version = Sepa::VERSION
|
|
11
11
|
gem.authors = ["Conan Dalton"]
|
|
12
|
+
gem.license = 'MIT'
|
|
12
13
|
gem.email = ["conan@conandalton.net"]
|
|
13
|
-
gem.description = %q{ Generate ISO20022 XML messages. Implements pain.008.001.04 CustomerDirectDebitInitiation for now.}
|
|
14
|
-
gem.summary = %q{ pain.008.001.04 CustomerDirectDebitInitiation ISO20022 XML }
|
|
14
|
+
gem.description = %q{ Generate ISO20022 XML messages. Implements pain.008.001.04 CustomerDirectDebitInitiation for now. WARNING: NO WARRANTY, USE AT YOUR OWN RISK AND PERIL. }
|
|
15
|
+
gem.summary = %q{ pain.008.001.04 CustomerDirectDebitInitiation ISO20022 XML. WARNING: NO WARRANTY, USE AT YOUR OWN RISK AND PERIL. }
|
|
15
16
|
gem.homepage = "https://github.com/conanite/sepa"
|
|
16
17
|
|
|
17
18
|
gem.add_dependency 'builder'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sepa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-07-
|
|
12
|
+
date: 2013-07-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: builder
|
|
@@ -60,7 +60,7 @@ dependencies:
|
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '2.9'
|
|
62
62
|
description: ! ' Generate ISO20022 XML messages. Implements pain.008.001.04 CustomerDirectDebitInitiation
|
|
63
|
-
for now.'
|
|
63
|
+
for now. WARNING: NO WARRANTY, USE AT YOUR OWN RISK AND PERIL. '
|
|
64
64
|
email:
|
|
65
65
|
- conan@conandalton.net
|
|
66
66
|
executables: []
|
|
@@ -114,7 +114,8 @@ files:
|
|
|
114
114
|
- spec/sepa/payments_initiation/pain00800104/customer_direct_debit_initiation_spec.rb
|
|
115
115
|
- spec/spec_helper.rb
|
|
116
116
|
homepage: https://github.com/conanite/sepa
|
|
117
|
-
licenses:
|
|
117
|
+
licenses:
|
|
118
|
+
- MIT
|
|
118
119
|
post_install_message:
|
|
119
120
|
rdoc_options: []
|
|
120
121
|
require_paths:
|
|
@@ -136,7 +137,8 @@ rubyforge_project:
|
|
|
136
137
|
rubygems_version: 1.8.24
|
|
137
138
|
signing_key:
|
|
138
139
|
specification_version: 3
|
|
139
|
-
summary: pain.008.001.04 CustomerDirectDebitInitiation ISO20022 XML
|
|
140
|
+
summary: ! 'pain.008.001.04 CustomerDirectDebitInitiation ISO20022 XML. WARNING: NO
|
|
141
|
+
WARRANTY, USE AT YOUR OWN RISK AND PERIL.'
|
|
140
142
|
test_files:
|
|
141
143
|
- spec/sepa/direct_debit_order_spec.rb
|
|
142
144
|
- spec/sepa/direct_debit_properties.yml
|