grizzly_ber 1.0.3 → 1.0.4
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 +4 -4
- data/lib/grizzly_tag.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ec1fd34faecf7dd6c3c09cb10145b7b0165edf6
|
|
4
|
+
data.tar.gz: bdaedfa1c213795a1a8b528d3c044326033a8b82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8593967c84fa29733e645d951a80b646776fa44d406f036992f8fd31244bf8b82ac21f19495c0cf68b78602328085296dd6acf3b32a41748cee4787a11fafec
|
|
7
|
+
data.tar.gz: a27b55efeebbf87911b763d6be01c491e8096ba42dabef0ed62935c864b9c89dc0e902c7553f3cc144427699d69b7b5172e6c24d6bcdd24af13e87ef69fc0ba0
|
data/lib/grizzly_tag.rb
CHANGED
|
@@ -42,7 +42,7 @@ module GrizzlyTag
|
|
|
42
42
|
new_tag(:tag => "9F06", :name => "Application Identifier (AID) – terminal", :description => "Identifies the application as described in ISO/IEC 7816-5"),
|
|
43
43
|
new_tag(:tag => "82", :name => "Application Interchange Profile", :description => "Indicates the capabilities of the card to support specific functions in the application"),
|
|
44
44
|
new_tag(:tag => "50", :name => "Application Label", :format => :string, :description => "Mnemonic associated with the AID according to ISO/IEC 7816-5"),
|
|
45
|
-
new_tag(:tag => "9F12", :name => "Application Preferred Name", :
|
|
45
|
+
new_tag(:tag => "9F12", :name => "Application Preferred Name", :description => "Preferred mnemonic associated with the AID"), #Note: This makes use of ISO 8859 additions to ASCII. Not using string format because we need to look at another tag to know which code table to use.
|
|
46
46
|
new_tag(:tag => "5A", :name => "Application Primary Account Number (PAN)", :description => "Valid cardholder account number"),
|
|
47
47
|
new_tag(:tag => "5F34", :name => "Application Primary Account Number (PAN) Sequence Number", :description => "Identifies and differentiates cards with the same PAN"),
|
|
48
48
|
new_tag(:tag => "87", :name => "Application Priority Indicator", :description => "Indicates the priority of a given application or group of applications in a directory"),
|
|
@@ -144,5 +144,6 @@ module GrizzlyTag
|
|
|
144
144
|
new_tag(:tag => "9C", :name => "Transaction Type", :description => "Indicates the type of financial transaction, represented by the first two digits of the ISO 8583:1987 Processing Code. The actual values to be used for the Transaction Type data element are defined by the relevant payment system"),
|
|
145
145
|
new_tag(:tag => "9F37", :name => "Unpredictable Number", :description => "Value to provide variability and uniqueness to the generation of a cryptogram"),
|
|
146
146
|
new_tag(:tag => "9F23", :name => "Upper Consecutive Offline Limit", :description => "Issuer-specified preference for the maximum number of consecutive offline transactions for this ICC application allowed in a terminal without online capability"),
|
|
147
|
+
new_tag(:tag => "9F5B", :name => "Issuer Script Results", :description => "Indicates the results of Issuer Script processing. When the reader/terminal transmits this data element to the acquirer, in this version of Kernel 3, it is acceptable that only byte 1 is transmitted, although it is preferable for all five bytes to be transmitted."),
|
|
147
148
|
]
|
|
148
149
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grizzly_ber
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Balsdon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: CODEC for EMV TLV-BER encoded strings.
|
|
14
14
|
email: ryan.balsdon@shopify.com
|