x12.gemspec in PD_x12-1.3.1 vs x12.gemspec in PD_x12-1.3.2
- old
+ new
@@ -4,12 +4,13 @@
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.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 = ""
+ 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"]