npn47_iso8583 0.1.6.4 → 0.1.6.5
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/iso8583/fields.rb +0 -6
- data/lib/iso8583/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b96e73bbbda8a7ecc226857fab2f7e22f069dba6
|
4
|
+
data.tar.gz: 7a9363b43d9b9546da15885ee927e2b5d71c4fdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f83ee433c9f278532426138a8c70ffa55ad97f53320fea266b25d4f3e4cee487e4ecb60a4c39f5cf4e11cd806a8a24d2c6cd3753a82cc3f0745f61840780eb2e
|
7
|
+
data.tar.gz: 55f9cfb18e8fb68d1ae88bbe245e04f6caede122fb13566cf3d0d3d02b0999406332377a2a93391b7a3e39ad6c28ad301fa75bf0d01f1c107c6945e15d597351
|
data/lib/iso8583/fields.rb
CHANGED
@@ -40,12 +40,6 @@ module ISO8583
|
|
40
40
|
LLVAR_ANS.codec = ANS_Codec
|
41
41
|
LLVAR_ANS.padding = PADDING_LEFT_JUSTIFIED_SPACES
|
42
42
|
|
43
|
-
# Three byte variable length alpha-numeric with special characters.
|
44
|
-
LLLVAR_ANS = Field.new
|
45
|
-
LLLVAR_ANS.length = 3
|
46
|
-
LLLVAR_ANS.codec = ANS_Codec
|
47
|
-
LLLVAR_ANS.padding = PADDING_LEFT_JUSTIFIED_SPACES
|
48
|
-
|
49
43
|
# Two byte variable length ASCII letters
|
50
44
|
# Fixed lengh numerals, repesented in ASCII, padding right justified using zeros
|
51
45
|
N = Field.new
|
data/lib/iso8583/version.rb
CHANGED