npn47_iso8583 0.1.6.8 → 0.1.6.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1406c067ba2a4fe087484b7bd14e367ffce8c6a
4
- data.tar.gz: 116522a9b8bada2d604048911bc6e2a9d3bf7c8f
3
+ metadata.gz: 364d065449ffdf6926c631909fe03804767f2d07
4
+ data.tar.gz: da43bc14468f483a4f0c420c2f7753205c6fc963
5
5
  SHA512:
6
- metadata.gz: df4157039e9a9fb48c57fba35d873527611557fc5dd5d7697c877e9ecca739c11baff5d9f6b6045409f243ec195bb39fd3283357c533381855b6fc1ace2904f9
7
- data.tar.gz: b3b9f220f9e97b3d8b85820db537dd86f9cff60b8bcaedfede596499ed2ff2e22a32b48cd79cb50cb3927e768074eabd0eb7da7916caa5ea75ee02939a7c0806
6
+ metadata.gz: d310fbd62fbf5715378cf8d54a763915dc57858f52ab1d1ad27072bd1ead11e2b7227e40a372c9f965303356d4fa5fba727958f26e52c4cd7a1417f55a584bfb
7
+ data.tar.gz: 200def97cfe37646605b998d664549e0980845c3e7595eabfe038d8633fe75e4b12d4a7991df425c37ef141c3276665be975d66d2c815df58e51c238afd2a2b5
@@ -41,7 +41,7 @@ module ISO8583
41
41
 
42
42
  # Two byte variable length alpha-numeric with special characters.
43
43
  LLVAR_ANS = Field.new
44
- LLVAR_ANS.length = LLL
44
+ LLVAR_ANS.length = LL
45
45
  LLVAR_ANS.codec = ANS_Codec
46
46
 
47
47
  # Three byte variable length ASCII numeral, payload ASCII+special
@@ -1,4 +1,4 @@
1
1
  # -*- mode: ruby; encoding: utf-8; tab-width: 2; indent-tabs-mode: nil -*-
2
2
  module ISO8583
3
- VERSION = "0.1.6.8"
3
+ VERSION = "0.1.6.9"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: npn47_iso8583
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6.8
4
+ version: 0.1.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Becker