# -*- encoding: utf-8 -*- # stub: ach_builder 0.2.2 ruby lib Gem::Specification.new do |s| s.name = "ach_builder".freeze s.version = "0.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["TMX Credit".freeze, "Artem Kuzko".freeze, "Sergey Potapov".freeze] s.date = "2014-01-25" s.description = "Ruby tools for building ACH (Automated Clearing House) files".freeze s.email = ["rubygems@tmxcredit.com".freeze, "AKuzko@sphereconsultinginc.com".freeze, "blake131313@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "ach_builder.gemspec".freeze, "lib/ach/batch.rb".freeze, "lib/ach/batch/builder.rb".freeze, "lib/ach/batch/control.rb".freeze, "lib/ach/batch/header.rb".freeze, "lib/ach/component.rb".freeze, "lib/ach/component/has_many_association.rb".freeze, "lib/ach/constants.rb".freeze, "lib/ach/file.rb".freeze, "lib/ach/file/builder.rb".freeze, "lib/ach/file/control.rb".freeze, "lib/ach/file/header.rb".freeze, "lib/ach/file/reader.rb".freeze, "lib/ach/file/transmission_header.rb".freeze, "lib/ach/formatter.rb".freeze, "lib/ach/formatter/rule.rb".freeze, "lib/ach/record.rb".freeze, "lib/ach/record/addenda.rb".freeze, "lib/ach/record/base.rb".freeze, "lib/ach/record/dynamic.rb".freeze, "lib/ach/record/entry.rb".freeze, "lib/ach/record/tail.rb".freeze, "lib/ach/validations.rb".freeze, "lib/ach/version.rb".freeze, "lib/ach_builder.rb".freeze, "spec/batch_spec.rb".freeze, "spec/componenet/has_many_association_spec.rb".freeze, "spec/file_spec.rb".freeze, "spec/formatter_spec.rb".freeze, "spec/reader_spec.rb".freeze, "spec/record/addenda_spec.rb".freeze, "spec/record/base_spec.rb".freeze, "spec/record/dynamic_spec.rb".freeze, "spec/record/entry_spec.rb".freeze, "spec/record/tail_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/ach_file_factory.rb".freeze, "spec/support/examples/well_fargo_empty.ach".freeze, "spec/support/examples/well_fargo_with_data.ach".freeze, "spec/support/helpers/ach_files_examples.rb".freeze, "tmp/metric_fu/_data/20111221.yml".freeze] s.homepage = "https://github.com/TMXCredit/ach_builder".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby tools for building ACH files".freeze s.test_files = ["spec/batch_spec.rb".freeze, "spec/componenet/has_many_association_spec.rb".freeze, "spec/file_spec.rb".freeze, "spec/formatter_spec.rb".freeze, "spec/reader_spec.rb".freeze, "spec/record/addenda_spec.rb".freeze, "spec/record/base_spec.rb".freeze, "spec/record/dynamic_spec.rb".freeze, "spec/record/entry_spec.rb".freeze, "spec/record/tail_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/ach_file_factory.rb".freeze, "spec/support/examples/well_fargo_empty.ach".freeze, "spec/support/examples/well_fargo_with_data.ach".freeze, "spec/support/helpers/ach_files_examples.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 2.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end