Project

eddy

0.0
No commit activity in last 3 years
No release in over 3 years
EDI toolkit
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 0.8.23
~> 5.0
~> 0.12.2
~> 13.0
~> 0.16

Runtime

~> 0.6.3
~> 0.2.8
~> 1.0.1
 Project Readme

Eddy

Gem Build Status Coverage Status License Documentation

Installation

Without Rails

Add this line to your application's Gemfile:

gem 'eddy'

And then execute:

bundle

With Rails

Use eddy-rails.

Validation

  • Ensures mandatory elements have assigned an value.
  • Ensures values passed to ID elements are included in the associated code list.
  • Accepts Time#utc objects for DT and TM elements.
  • Makes sure element values aren't set above max length.
  • Pads strings and numbers to ensure min length is met.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tcd/eddy.

License

The gem is available as open source under the terms of the MIT License.

Dependencies

Alternatives (in Ruby)

See Also