rspayd 0.0.2 → 0.0.3
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/lib/rspayd/version.rb +1 -1
- data/rspayd.gemspec +2 -2
- metadata +5 -7
data/lib/rspayd/version.rb
CHANGED
data/rspayd.gemspec
CHANGED
@@ -2,10 +2,10 @@
|
|
2
2
|
require File.expand_path('../lib/rspayd/version', __FILE__)
|
3
3
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
|
-
gem.authors = ["
|
5
|
+
gem.authors = ["Jiri Kubicek"]
|
6
6
|
gem.email = ["jiri.kubicek@kraxnet.cz"]
|
7
7
|
gem.description = %q{Gem for generating spayd content}
|
8
|
-
gem.summary = %q{SPAYD (Short Payment Descriptor) is a format used by CBA (
|
8
|
+
gem.summary = %q{SPAYD (Short Payment Descriptor) is a format used by CBA (Ceska bankovni asociace) for QR Payment (QR Platba). This gem generates payment info in SPAYD format.}
|
9
9
|
gem.homepage = ""
|
10
10
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
metadata
CHANGED
@@ -1,18 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspayd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
|
-
-
|
14
|
-
SmnFmcOtIEt1YsOtxI1law==
|
15
|
-
|
13
|
+
- Jiri Kubicek
|
16
14
|
autorequire:
|
17
15
|
bindir: bin
|
18
16
|
cert_chain: []
|
@@ -70,7 +68,7 @@ rubyforge_project:
|
|
70
68
|
rubygems_version: 1.8.17
|
71
69
|
signing_key:
|
72
70
|
specification_version: 3
|
73
|
-
summary:
|
71
|
+
summary: SPAYD (Short Payment Descriptor) is a format used by CBA (Ceska bankovni asociace) for QR Payment (QR Platba). This gem generates payment info in SPAYD format.
|
74
72
|
test_files: []
|
75
73
|
|
76
74
|
has_rdoc:
|