segfault / ruby-hl7

the ruby hl7 library

This URL has Read+Write access

name age message
file LICENSE Thu Mar 15 21:17:52 -0700 2007 updated docs added LICENSE file added tests for... [segfault]
file NOTES Mon Sep 21 19:18:33 -0700 2009 updating the release notes and readme [segfault]
file README Mon Sep 21 19:18:33 -0700 2009 updating the release notes and readme [segfault]
file Rakefile Mon Sep 21 19:27:09 -0700 2009 tossing the rubyforge stuff from the Rakefile i... [segfault]
file VERSION Mon Sep 21 19:14:06 -0700 2009 version bump to 0.4, ruby 1.9 support [segfault]
directory examples/ Sat Mar 17 18:33:12 -0700 2007 added the NOTES file fixed the version generati... [segfault]
directory lib/ Mon Sep 21 19:14:06 -0700 2009 version bump to 0.4, ruby 1.9 support [segfault]
file ruby-hl7.gemspec Mon Sep 21 19:14:06 -0700 2009 version bump to 0.4, ruby 1.9 support [segfault]
directory test/ Mon Sep 21 17:35:00 -0700 2009 setting encodings in all the tests [segfault]
directory test_data/ Wed Apr 02 18:05:08 -0700 2008 removed the unused dependancies from the rakefi... [segfault]
README
=Ruby HL7 Library README

A simple way to parse and create hl7 2.x messages with ruby.
Examples can be found in HL7::Message
The version id can be found in the HL7::VERSION constant.

* Bug tracking: http://trac.hasno.info/ruby-hl7
* Subversion:   svn://hasno.info/ruby-hl7
* Git:          git://github.com/segfault/ruby-hl7.git
* Docs:         http://ruby-hl7.rubyforge.org
* Rubyforge:    http://rubyforge.org/projects/ruby-hl7
* Lists
  * Developers: mailto:ruby-hl7-devel@rubyforge.org
  * Users: mailto:ruby-hl7-users@rubyforge.org

 Copyright (c) 2006-2009 Mark Guzman

== Download and Installation
Install the gem using the following command:
 gem install ruby-hl7                 


== License
 see the LICENSE file