npn47_iso8583 0.1.6.1 → 0.1.6.2

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: bac7d8b1df01a34976fd69ab0b36a41ee18e3f36
4
- data.tar.gz: 689f7aff696ccdafa936ddb48396a667b560df26
3
+ metadata.gz: ff3bdc9687ebf36cc83d69aa2ba2285229a0450e
4
+ data.tar.gz: 9486270e27f80f7e9465c626c39d77d08b903b78
5
5
  SHA512:
6
- metadata.gz: db5eec9d42b390cac02c140e5f351ac484eb478430d71f70df4ea4f1e0987477a7b1cd414b8ce11d449d55684b9c84d6bac39ecc2aaebb53cabb3ddebd86df23
7
- data.tar.gz: a0034930ee749b08d38fc884728ddbce2687dc1bdfc31aaf3ec946e2fa854d95b039c1399b5edc334452ed9aced350ee39131985f38036977ac0704b0810c61e
6
+ metadata.gz: 00b7d92964aeaaef612e72cd9dcd3bf2b7c1df78471ef2ccea68e84beb4810bec908646e148d367ab94e173ddac49e604ca596e9a913182f96cf05ef4ace7937
7
+ data.tar.gz: c213d69a8da999800867534d3f7c33560e142a781c105a1fad2ee92241001c68009a40829df38d33dc5d1c131a6f05f7dc8cfbf78817ea6b444562f502e32998
@@ -40,7 +40,7 @@ module ISO8583
40
40
  LLVAR_N.codec = ASCII_Number
41
41
 
42
42
  PADDING_LEFT_JUSTIFIED_SPACES = lambda {|val, len|
43
- sprintf "%-#{len}s", val
43
+ sprintf("%-#{len}s", val)
44
44
  }
45
45
 
46
46
  # Two byte variable length alpha-numeric with special characters.
@@ -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.1"
3
+ VERSION = "0.1.6.2"
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.1
4
+ version: 0.1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Becker