Project

iso8583

0.07
Low commit activity in last 3 years
No release in over a year
Ruby implementation of ISO 8583 financial messaging
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

ISO 8583 Financial Messaging for Ruby

This package currently contains code for coding an decoding ISO 8583 Financial Message.

Developing

In case you're using a ruby version >= 2.2, test-unit is no longer in the std lib, so it needs to be available. Bundler installs this, if not using bundler, you need to run gem install test-unit before running the tests.

Installing

You can install the last version of the +iso8583+ package by executing:

gem install iso8583 

Source

The source is most readily available on github[http://github.com/a2800276/8583].

Mailing List

In case you discover bugs, spelling errors, offer suggestions for improvements or would like to help out with the project, you can contact me directly (tim@kuriositaet.de).

Build Status