Sha256: 470c886d15c9c97eeb5c6085b1911dd98c2ff08d5c2860a3997483c58336cf19

Contents?: true

Size: 834 Bytes

Versions: 1

Compression:

Stored size: 834 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/x12/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name          = "PD_x12"
  gem.version       = X12::VERSION
  gem.authors       = ["App Design, Inc.", "Sean Walberg", "Marty Petersen"]
  gem.email         = ["info@appdesign.com", "sean@ertw.com", "themooseman@comcast.net"]
  gem.description   = %q{A gem to handle parsing and generation of ANSI X12 documents. Forked from the project at http://www.appdesign.com/x12parser/}
  gem.summary       = %q{A gem to handle parsing and generation of ANSI X12 documents}
  gem.homepage      = ""

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
PD_x12-1.3.1 x12.gemspec