# -*- encoding: utf-8 -*- # stub: abtain_billing 1.03 ruby lib Gem::Specification.new do |s| s.name = "abtain_billing".freeze s.version = "1.03".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dan Quellhorst".freeze] s.date = "2009-11-06" s.email = "dan@abtain.com".freeze s.files = ["CHANGELOG".freeze, "CONTRIBUTORS".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "init.rb".freeze, "lib/abtain_billing.rb".freeze, "lib/abtain_billing/billing/avs_result.rb".freeze, "lib/abtain_billing/billing/base.rb".freeze, "lib/abtain_billing/billing/check.rb".freeze, "lib/abtain_billing/billing/credit_card.rb".freeze, "lib/abtain_billing/billing/credit_card_formatting.rb".freeze, "lib/abtain_billing/billing/credit_card_methods.rb".freeze, "lib/abtain_billing/billing/cvv_result.rb".freeze, "lib/abtain_billing/billing/expiry_date.rb".freeze, "lib/abtain_billing/billing/gateway.rb".freeze, "lib/abtain_billing/billing/gateways.rb".freeze, "lib/abtain_billing/billing/gateways/authorize_net.rb".freeze, "lib/abtain_billing/billing/gateways/authorize_net_cim.rb".freeze, "lib/abtain_billing/billing/gateways/bogus.rb".freeze, "lib/abtain_billing/billing/gateways/cyber_source.rb".freeze, "lib/abtain_billing/billing/integrations.rb".freeze, "lib/abtain_billing/billing/integrations/action_view_helper.rb".freeze, "lib/abtain_billing/billing/integrations/bogus.rb".freeze, "lib/abtain_billing/billing/integrations/bogus/helper.rb".freeze, "lib/abtain_billing/billing/integrations/bogus/notification.rb".freeze, "lib/abtain_billing/billing/integrations/bogus/return.rb".freeze, "lib/abtain_billing/billing/integrations/chronopay.rb".freeze, "lib/abtain_billing/billing/integrations/chronopay/helper.rb".freeze, "lib/abtain_billing/billing/integrations/chronopay/notification.rb".freeze, "lib/abtain_billing/billing/integrations/chronopay/return.rb".freeze, "lib/abtain_billing/billing/integrations/gestpay.rb".freeze, "lib/abtain_billing/billing/integrations/gestpay/common.rb".freeze, "lib/abtain_billing/billing/integrations/gestpay/helper.rb".freeze, "lib/abtain_billing/billing/integrations/gestpay/notification.rb".freeze, "lib/abtain_billing/billing/integrations/gestpay/return.rb".freeze, "lib/abtain_billing/billing/integrations/helper.rb".freeze, "lib/abtain_billing/billing/integrations/hi_trust.rb".freeze, "lib/abtain_billing/billing/integrations/hi_trust/helper.rb".freeze, "lib/abtain_billing/billing/integrations/hi_trust/notification.rb".freeze, "lib/abtain_billing/billing/integrations/hi_trust/return.rb".freeze, "lib/abtain_billing/billing/integrations/nochex.rb".freeze, "lib/abtain_billing/billing/integrations/nochex/helper.rb".freeze, "lib/abtain_billing/billing/integrations/nochex/notification.rb".freeze, "lib/abtain_billing/billing/integrations/nochex/return.rb".freeze, "lib/abtain_billing/billing/integrations/notification.rb".freeze, "lib/abtain_billing/billing/integrations/paypal.rb".freeze, "lib/abtain_billing/billing/integrations/paypal/helper.rb".freeze, "lib/abtain_billing/billing/integrations/paypal/notification.rb".freeze, "lib/abtain_billing/billing/integrations/paypal/return.rb".freeze, "lib/abtain_billing/billing/integrations/quickpay.rb".freeze, "lib/abtain_billing/billing/integrations/quickpay/helper.rb".freeze, "lib/abtain_billing/billing/integrations/quickpay/notification.rb".freeze, "lib/abtain_billing/billing/integrations/return.rb".freeze, "lib/abtain_billing/billing/integrations/two_checkout.rb".freeze, "lib/abtain_billing/billing/integrations/two_checkout/helper.rb".freeze, "lib/abtain_billing/billing/integrations/two_checkout/notification.rb".freeze, "lib/abtain_billing/billing/integrations/two_checkout/return.rb".freeze, "lib/abtain_billing/billing/response.rb".freeze, "lib/abtain_billing/lib/connection.rb".freeze, "lib/abtain_billing/lib/country.rb".freeze, "lib/abtain_billing/lib/error.rb".freeze, "lib/abtain_billing/lib/post_data.rb".freeze, "lib/abtain_billing/lib/posts_data.rb".freeze, "lib/abtain_billing/lib/requires_parameters.rb".freeze, "lib/abtain_billing/lib/utils.rb".freeze, "lib/abtain_billing/lib/validateable.rb".freeze, "lib/certs/cacert.pem".freeze, "lib/support/gateway_support.rb".freeze, "script/destroy".freeze, "script/generate".freeze, "test/fixtures.yml".freeze, "test/remote/gateways/remote_authorize_net_cim_test.rb".freeze, "test/remote/gateways/remote_authorize_net_test.rb".freeze, "test/remote/gateways/remote_cyber_source_test.rb".freeze, "test/remote/integrations/remote_gestpay_integration_test.rb".freeze, "test/remote/integrations/remote_paypal_integration_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/avs_result_test.rb".freeze, "test/unit/base_test.rb".freeze, "test/unit/check_test.rb".freeze, "test/unit/connection_test.rb".freeze, "test/unit/country_code_test.rb".freeze, "test/unit/country_test.rb".freeze, "test/unit/credit_card_formatting_test.rb".freeze, "test/unit/credit_card_methods_test.rb".freeze, "test/unit/credit_card_test.rb".freeze, "test/unit/cvv_result_test.rb".freeze, "test/unit/expiry_date_test.rb".freeze, "test/unit/gateways/authorize_net_cim_test.rb".freeze, "test/unit/gateways/authorize_net_test.rb".freeze, "test/unit/gateways/beanstream_interac_test.rb".freeze, "test/unit/gateways/beanstream_test.rb".freeze, "test/unit/gateways/bogus_test.rb".freeze, "test/unit/gateways/braintree_test.rb".freeze, "test/unit/gateways/card_stream_test.rb".freeze, "test/unit/gateways/cyber_source_test.rb".freeze, "test/unit/gateways/data_cash_test.rb".freeze, "test/unit/gateways/efsnet_test.rb".freeze, "test/unit/gateways/elavon_test.rb".freeze, "test/unit/gateways/eway_test.rb".freeze, "test/unit/gateways/exact_test.rb".freeze, "test/unit/gateways/first_pay_test.rb".freeze, "test/unit/gateways/gateway_test.rb".freeze, "test/unit/gateways/instapay_test.rb".freeze, "test/unit/gateways/jetpay_test.rb".freeze, "test/unit/gateways/linkpoint_test.rb".freeze, "test/unit/gateways/merchant_e_solutions_test.rb".freeze, "test/unit/gateways/merchant_ware_test.rb".freeze, "test/unit/gateways/modern_payments_cim_test.rb".freeze, "test/unit/gateways/moneris_test.rb".freeze, "test/unit/gateways/net_registry_test.rb".freeze, "test/unit/gateways/netbilling_test.rb".freeze, "test/unit/gateways/ogone_test.rb".freeze, "test/unit/gateways/pay_junction_test.rb".freeze, "test/unit/gateways/pay_secure_test.rb".freeze, "test/unit/gateways/payflow_express_test.rb".freeze, "test/unit/gateways/payflow_express_uk_test.rb".freeze, "test/unit/gateways/payflow_test.rb".freeze, "test/unit/gateways/payflow_uk_test.rb".freeze, "test/unit/gateways/payment_express_test.rb".freeze, "test/unit/gateways/paypal_express_test.rb".freeze, "test/unit/gateways/paypal_test.rb".freeze, "test/unit/gateways/plugnpay_test.rb".freeze, "test/unit/gateways/psigate_test.rb".freeze, "test/unit/gateways/psl_card_test.rb".freeze, "test/unit/gateways/quickpay_test.rb".freeze, "test/unit/gateways/realex_test.rb".freeze, "test/unit/gateways/sage_bankcard_test.rb".freeze, "test/unit/gateways/sage_pay_test.rb".freeze, "test/unit/gateways/sage_virtual_check_test.rb".freeze, "test/unit/gateways/sallie_mae_test.rb".freeze, "test/unit/gateways/secure_pay_au_test.rb".freeze, "test/unit/gateways/secure_pay_tech_test.rb".freeze, "test/unit/gateways/secure_pay_test.rb".freeze, "test/unit/gateways/skip_jack_test.rb".freeze, "test/unit/gateways/trans_first_test.rb".freeze, "test/unit/gateways/trust_commerce_test.rb".freeze, "test/unit/gateways/usa_epay_test.rb".freeze, "test/unit/gateways/verifi_test.rb".freeze, "test/unit/gateways/viaklix_test.rb".freeze, "test/unit/gateways/wirecard_test.rb".freeze, "test/unit/generators/test_gateway_generator.rb".freeze, "test/unit/generators/test_generator_helper.rb".freeze, "test/unit/generators/test_integration_generator.rb".freeze, "test/unit/integrations/action_view_helper_test.rb".freeze, "test/unit/integrations/bogus_module_test.rb".freeze, "test/unit/integrations/chronopay_module_test.rb".freeze, "test/unit/integrations/gestpay_module_test.rb".freeze, "test/unit/integrations/helpers/bogus_helper_test.rb".freeze, "test/unit/integrations/helpers/chronopay_helper_test.rb".freeze, "test/unit/integrations/helpers/gestpay_helper_test.rb".freeze, "test/unit/integrations/helpers/hi_trust_helper_test.rb".freeze, "test/unit/integrations/helpers/nochex_helper_test.rb".freeze, "test/unit/integrations/helpers/paypal_helper_test.rb".freeze, "test/unit/integrations/helpers/quickpay_helper_test.rb".freeze, "test/unit/integrations/helpers/two_checkout_helper_test.rb".freeze, "test/unit/integrations/hi_trust_module_test.rb".freeze, "test/unit/integrations/nochex_module_test.rb".freeze, "test/unit/integrations/notifications/chronopay_notification_test.rb".freeze, "test/unit/integrations/notifications/gestpay_notification_test.rb".freeze, "test/unit/integrations/notifications/hi_trust_notification_test.rb".freeze, "test/unit/integrations/notifications/nochex_notification_test.rb".freeze, "test/unit/integrations/notifications/notification_test.rb".freeze, "test/unit/integrations/notifications/paypal_notification_test.rb".freeze, "test/unit/integrations/notifications/quickpay_notification_test.rb".freeze, "test/unit/integrations/notifications/two_checkout_notification_test.rb".freeze, "test/unit/integrations/paypal_module_test.rb".freeze, "test/unit/integrations/quickpay_module_test.rb".freeze, "test/unit/integrations/returns/chronopay_return_test.rb".freeze, "test/unit/integrations/returns/gestpay_return_test.rb".freeze, "test/unit/integrations/returns/hi_trust_return_test.rb".freeze, "test/unit/integrations/returns/nochex_return_test.rb".freeze, "test/unit/integrations/returns/paypal_return_test.rb".freeze, "test/unit/integrations/returns/return_test.rb".freeze, "test/unit/integrations/returns/two_checkout_return_test.rb".freeze, "test/unit/integrations/two_checkout_module_test.rb".freeze, "test/unit/post_data_test.rb".freeze, "test/unit/posts_data_test.rb".freeze, "test/unit/response_test.rb".freeze, "test/unit/utils_test.rb".freeze, "test/unit/validateable_test.rb".freeze] s.homepage = "http://www.abtain.com/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Payment Framework focused on Authorize.net CIM for dealing with stored credit card transactions.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.3.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) end