iso8583 0.1.4 → 0.1.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 +15 -0
- data/Rakefile +5 -1
- data/lib/iso8583/version.rb +2 -2
- metadata +26 -44
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
MWJiNGY0OGRlMDRjYjIzMzVkMjM0MTM0MjkwNjRmMDUyY2QyM2ZmYQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
ZTVmMDk5YmExZjgzYTY3MTQzYmQ1MjQ4ZGI3MTJhNTVjMzE5NzZjMw==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
ZDE4OTM5MDcwMmE2NDA4MTdmMWJkMTljZWMwZWU0N2I1Yjc5MzIwY2ZmNjUz
|
|
10
|
+
OGM1OTM4ZjYzNWY1YmM1MWQwYzcwYjdjOTAwZTgxYjk1YTlkNGE2MWRiOGM5
|
|
11
|
+
OGU0ODJkYmFjNjA3N2UwOGE3ZDY2MWYxMmQzMTdjMWY5OTk2OTk=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
MDc0NGY5Y2EyNGY2YWQ5OThhNzNiZGJhZDliNzU1NzkxNTAxNDYwMDVmNDUz
|
|
14
|
+
NDJjYjE1NjNlNDNiZDBkNjIyOWRlMTU3MjE1MjU0NzFmODlhNzRlZDI1YWVi
|
|
15
|
+
Nzc0MGFiYzI4YmRjYjFhMzM2ZDg0YmJjNzE3NjA1MmVkYjgwMDc=
|
data/Rakefile
CHANGED
|
@@ -4,12 +4,16 @@ require "rake/testtask"
|
|
|
4
4
|
require "rake/clean"
|
|
5
5
|
require "rubygems"
|
|
6
6
|
|
|
7
|
+
lib = File.expand_path('../lib/', __FILE__)
|
|
8
|
+
$:.unshift lib unless $:.include?(lib)
|
|
9
|
+
require "iso8583/version"
|
|
10
|
+
|
|
7
11
|
# Some definitions that you'll need to edit in case you reuse this
|
|
8
12
|
# Rakefile for your own project.
|
|
9
13
|
|
|
10
14
|
SHORTNAME = "iso8583" # this should be the rubyforge project name
|
|
11
15
|
DESC = "Ruby implementation of ISO 8583 financial messaging"
|
|
12
|
-
PKG_VERSION =
|
|
16
|
+
PKG_VERSION = ISO8583::VERSION
|
|
13
17
|
LONG_DESC = <<END_DESC
|
|
14
18
|
Ruby implementation of ISO 8583 financial messaging
|
|
15
19
|
END_DESC
|
data/lib/iso8583/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,38 +1,28 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iso8583
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
segments:
|
|
6
|
-
- 0
|
|
7
|
-
- 1
|
|
8
|
-
- 4
|
|
9
|
-
version: 0.1.4
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.5
|
|
10
5
|
platform: ruby
|
|
11
|
-
authors:
|
|
6
|
+
authors:
|
|
12
7
|
- Tim Becker
|
|
13
8
|
- Slava Kravchenko
|
|
14
9
|
autorequire:
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
date: 2012-10-30 00:00:00 +01:00
|
|
19
|
-
default_executable:
|
|
12
|
+
date: 2014-01-26 00:00:00.000000000 Z
|
|
20
13
|
dependencies: []
|
|
14
|
+
description: ! 'Ruby implementation of ISO 8583 financial messaging
|
|
21
15
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
email:
|
|
16
|
+
'
|
|
17
|
+
email:
|
|
26
18
|
- tim.becker@kuriositaet.de
|
|
27
19
|
- cordawyn@gmail.com
|
|
28
20
|
executables: []
|
|
29
|
-
|
|
30
21
|
extensions: []
|
|
31
|
-
|
|
32
22
|
extra_rdoc_files: []
|
|
33
|
-
|
|
34
|
-
files:
|
|
23
|
+
files:
|
|
35
24
|
- lib/8583.rb
|
|
25
|
+
- lib/iso8583.rb
|
|
36
26
|
- lib/iso8583/berlin.rb
|
|
37
27
|
- lib/iso8583/bitmap.rb
|
|
38
28
|
- lib/iso8583/codec.rb
|
|
@@ -42,7 +32,6 @@ files:
|
|
|
42
32
|
- lib/iso8583/message.rb
|
|
43
33
|
- lib/iso8583/util.rb
|
|
44
34
|
- lib/iso8583/version.rb
|
|
45
|
-
- lib/iso8583.rb
|
|
46
35
|
- AUTHORS
|
|
47
36
|
- CHANGELOG
|
|
48
37
|
- LICENSE
|
|
@@ -55,35 +44,28 @@ files:
|
|
|
55
44
|
- test/test_fields.rb
|
|
56
45
|
- test/test_seperate_msg.rb
|
|
57
46
|
- test/test_util.rb
|
|
58
|
-
has_rdoc: true
|
|
59
47
|
homepage: http://github.com/a2800276/8583/
|
|
60
48
|
licenses: []
|
|
61
|
-
|
|
49
|
+
metadata: {}
|
|
62
50
|
post_install_message:
|
|
63
51
|
rdoc_options: []
|
|
64
|
-
|
|
65
|
-
require_paths:
|
|
52
|
+
require_paths:
|
|
66
53
|
- lib
|
|
67
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
|
-
requirements:
|
|
69
|
-
- -
|
|
70
|
-
- !ruby/object:Gem::Version
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
segments:
|
|
79
|
-
- 0
|
|
80
|
-
version: "0"
|
|
81
|
-
requirements:
|
|
54
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
55
|
+
requirements:
|
|
56
|
+
- - ! '>='
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
version: '0'
|
|
59
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
|
+
requirements:
|
|
61
|
+
- - ! '>='
|
|
62
|
+
- !ruby/object:Gem::Version
|
|
63
|
+
version: '0'
|
|
64
|
+
requirements:
|
|
82
65
|
- none
|
|
83
66
|
rubyforge_project: iso8583
|
|
84
|
-
rubygems_version:
|
|
67
|
+
rubygems_version: 2.0.3
|
|
85
68
|
signing_key:
|
|
86
|
-
specification_version:
|
|
87
|
-
summary:
|
|
69
|
+
specification_version: 4
|
|
70
|
+
summary: ! 'iso8583: Ruby implementation of ISO 8583 financial messaging'
|
|
88
71
|
test_files: []
|
|
89
|
-
|