# -*- encoding: utf-8 -*- # stub: absa-h2h 0.1.8 ruby lib Gem::Specification.new do |s| s.name = "absa-h2h".freeze s.version = "0.1.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeffrey van Aswegen, Douglas Anderson".freeze] s.date = "2015-08-04" s.description = "The interface supports Account holder verifications, EFT payments, Debit orders, collecting statements.".freeze s.email = ["jeffmess@gmail.com, i.am.douglas.anderson@gmail.com".freeze] s.executables = ["absa-h2h".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "README".freeze, "Rakefile".freeze, "absa-h2h.gemspec".freeze, "bin/absa-h2h".freeze, "lib/absa-h2h.rb".freeze, "lib/absa-h2h/account_holder_verification.rb".freeze, "lib/absa-h2h/account_holder_verification_output.rb".freeze, "lib/absa-h2h/eft.rb".freeze, "lib/absa-h2h/eft/rejection_code.rb".freeze, "lib/absa-h2h/eft_output.rb".freeze, "lib/absa-h2h/eft_redirect.rb".freeze, "lib/absa-h2h/eft_unpaid.rb".freeze, "lib/absa-h2h/reply.rb".freeze, "lib/absa-h2h/transmission/document.rb".freeze, "lib/absa-h2h/transmission/record.rb".freeze, "lib/absa-h2h/transmission/set.rb".freeze, "lib/absa-h2h/version.rb".freeze, "lib/config/account_holder_verification.yml".freeze, "lib/config/account_holder_verification_output.yml".freeze, "lib/config/document.yml".freeze, "lib/config/eft.yml".freeze, "lib/config/eft_output.yml".freeze, "lib/config/eft_redirect.yml".freeze, "lib/config/eft_rejection_codes.yml".freeze, "lib/config/eft_unpaid.yml".freeze, "lib/config/reply.yml".freeze, "lib/tmp/test.txt".freeze, "spec/examples/ahv_input_file.txt".freeze, "spec/examples/ahv_output_file.txt".freeze, "spec/examples/ahv_reply_file.txt".freeze, "spec/examples/eft_input_credit_file.txt".freeze, "spec/examples/eft_input_credit_file2.txt".freeze, "spec/examples/eft_input_file.txt".freeze, "spec/examples/eft_output_file.txt".freeze, "spec/examples/reply_file.txt".freeze, "spec/examples/transmission_header_file.txt".freeze, "spec/lib/account_holder_verification_spec.rb".freeze, "spec/lib/eft/rejection_code_spec.rb".freeze, "spec/lib/eft_output_spec.rb".freeze, "spec/lib/eft_spec.rb".freeze, "spec/lib/eft_transaction_standard_spec.rb".freeze, "spec/lib/string_spec.rb".freeze, "spec/lib/transmission/document_spec.rb".freeze, "spec/lib/transmission/header_spec.rb".freeze, "spec/lib/transmission/record_spec.rb".freeze, "spec/lib/transmission/trailer_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A ruby interface to commumicate with the ABSA Host 2 Host platform".freeze s.test_files = ["spec/examples/ahv_input_file.txt".freeze, "spec/examples/ahv_output_file.txt".freeze, "spec/examples/ahv_reply_file.txt".freeze, "spec/examples/eft_input_credit_file.txt".freeze, "spec/examples/eft_input_credit_file2.txt".freeze, "spec/examples/eft_input_file.txt".freeze, "spec/examples/eft_output_file.txt".freeze, "spec/examples/reply_file.txt".freeze, "spec/examples/transmission_header_file.txt".freeze, "spec/lib/account_holder_verification_spec.rb".freeze, "spec/lib/eft/rejection_code_spec.rb".freeze, "spec/lib/eft_output_spec.rb".freeze, "spec/lib/eft_spec.rb".freeze, "spec/lib/eft_transaction_standard_spec.rb".freeze, "spec/lib/string_spec.rb".freeze, "spec/lib/transmission/document_spec.rb".freeze, "spec/lib/transmission/header_spec.rb".freeze, "spec/lib/transmission/record_spec.rb".freeze, "spec/lib/transmission/trailer_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.1".freeze]) s.add_development_dependency(%q.freeze, ["= 0.9.2.2".freeze]) s.add_development_dependency(%q.freeze, ["= 3.3.0".freeze]) end