lib/X12.rb in X12-0.0.5 vs lib/X12.rb in X12-0.1.0

- old
+ new

@@ -36,15 +36,15 @@ require 'X12/parser' # This relies on the polyglot package to compile and load x12syntax.treetop require 'x12/x12syntax' -# $Id: X12.rb 35 2008-11-13 18:33:44Z ikk $ +# $Id: X12.rb 59 2009-03-19 22:32:13Z ikk $ # # Package implementing direct manipulation of X12 structures using Ruby syntax. module X12 - VERSION = '0.0.5' + VERSION = '0.1.0' EMPTY = Empty.new() end