iso8583-mkb 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.
- checksums.yaml +7 -0
- data/lib/iso8583-mkb/authorization.rb +3 -1
- data/lib/iso8583-mkb/version.rb +1 -1
- metadata +11 -17
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 2096e748a5bd2e3996eb7a8ea5db2a70dbc0be3e
|
|
4
|
+
data.tar.gz: 4079c0c923f9306331f37216e9f7106651260441
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 43d95636858b7471c057513f6c2cb051ea25a64d4c1670962053c652ee6adaf2bfb2608279de57e231145c554eddaf53cc62c9aa423896c27b203bf5980bf797
|
|
7
|
+
data.tar.gz: b212c366bf8aa67a2f4412862ad250b9c665af0b38a8a8e22459df57a8a631d3e950a83bd502f3c26661fb79eedc2b9e96810f81f849b42abf2163d973317f54
|
|
@@ -28,7 +28,9 @@ module ISO8583::MKB
|
|
|
28
28
|
"acceptor_id" => "Card Acceptor ID Code",
|
|
29
29
|
"acceptor_name" => "Card Acceptor Name/Location",
|
|
30
30
|
|
|
31
|
-
"additional"
|
|
31
|
+
"additional" => "Additional Information",
|
|
32
|
+
"security_control" => "Security Related Control Information",
|
|
33
|
+
"pin_block" => "Personal Identification Number Data"
|
|
32
34
|
}
|
|
33
35
|
|
|
34
36
|
RESPONSE = {
|
data/lib/iso8583-mkb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,46 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iso8583-mkb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.3
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Sergey Gridasov
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
11
|
+
date: 2013-03-12 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: iso8583
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
|
-
- -
|
|
17
|
+
- - '>='
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
19
|
version: '0'
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
|
-
- -
|
|
24
|
+
- - '>='
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: '0'
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: eventmachine
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
|
-
- -
|
|
31
|
+
- - '>='
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
37
33
|
version: '0'
|
|
38
34
|
type: :runtime
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
|
-
- -
|
|
38
|
+
- - '>='
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
45
40
|
version: '0'
|
|
46
41
|
description: ISO8583 implementation for Credit Bank of Moscow
|
|
@@ -72,26 +67,25 @@ files:
|
|
|
72
67
|
- lib/iso8583-mkb/version.rb
|
|
73
68
|
homepage: https://github.com/smartkiosk/iso8583-mkb
|
|
74
69
|
licenses: []
|
|
70
|
+
metadata: {}
|
|
75
71
|
post_install_message:
|
|
76
72
|
rdoc_options: []
|
|
77
73
|
require_paths:
|
|
78
74
|
- lib
|
|
79
75
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
80
|
-
none: false
|
|
81
76
|
requirements:
|
|
82
|
-
- -
|
|
77
|
+
- - '>='
|
|
83
78
|
- !ruby/object:Gem::Version
|
|
84
79
|
version: '0'
|
|
85
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
|
-
none: false
|
|
87
81
|
requirements:
|
|
88
|
-
- -
|
|
82
|
+
- - '>='
|
|
89
83
|
- !ruby/object:Gem::Version
|
|
90
84
|
version: '0'
|
|
91
85
|
requirements: []
|
|
92
86
|
rubyforge_project:
|
|
93
|
-
rubygems_version:
|
|
87
|
+
rubygems_version: 2.0.0
|
|
94
88
|
signing_key:
|
|
95
|
-
specification_version:
|
|
89
|
+
specification_version: 4
|
|
96
90
|
summary: ISO8583 implementation for MKB
|
|
97
91
|
test_files: []
|