Sha256: defc73450b9934ef56752d81083f2452f3f82aa551de5cc95b1a2060ff816d23

Contents?: true

Size: 973 Bytes

Versions: 5

Compression:

Stored size: 973 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       = ["Marty Petersen"]
  gem.email         = ["themooseman@comcast.net"]
  gem.description   = %q{A gem to handle parsing and generation of ANSI X12 documents. Currently tested with Ruby >= 1.9.2. Gem supports X12 EDI transactions 270, 997, 837p and 835.  Anyone wanting to create additional XML files for other transactions welcomed. }
  gem.summary       = %q{A gem to handle parsing and generation of ANSI X12 documents}
  gem.homepage      = "https://github.com/mjpete3/x12"
  gem.licenses      = 'GPL-2'

  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"]
  
  gem.add_dependency 'libxml-ruby'
  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pd_x12-1.5.4 x12.gemspec
pd_x12-1.5.3 x12.gemspec
pd_x12-1.5.2 x12.gemspec
pd_x12-1.5.1 x12.gemspec
pd_x12-1.5.0 x12.gemspec