# -*- encoding: utf-8 -*- # stub: activemerchant 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "activemerchant".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tobias Luetke".freeze] s.autorequire = "active_merchant".freeze s.date = "2007-02-20" s.email = "tobi@leetsoft.com".freeze s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README".freeze, "lib/active_merchant".freeze, "lib/active_merchant.rb".freeze, "lib/active_merchant/billing".freeze, "lib/active_merchant/billing/base.rb".freeze, "lib/active_merchant/billing/credit_card.rb".freeze, "lib/active_merchant/billing/gateway.rb".freeze, "lib/active_merchant/billing/gateways".freeze, "lib/active_merchant/billing/gateways.rb".freeze, "lib/active_merchant/billing/gateways/authorize_net.rb".freeze, "lib/active_merchant/billing/gateways/bogus.rb".freeze, "lib/active_merchant/billing/gateways/eway.rb".freeze, "lib/active_merchant/billing/gateways/linkpoint.rb".freeze, "lib/active_merchant/billing/gateways/moneris.rb".freeze, "lib/active_merchant/billing/gateways/payflow".freeze, "lib/active_merchant/billing/gateways/payflow.rb".freeze, "lib/active_merchant/billing/gateways/payflow/f73e89fd.0".freeze, "lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb".freeze, "lib/active_merchant/billing/gateways/payflow/payflow_express_response.rb".freeze, "lib/active_merchant/billing/gateways/payflow_express.rb".freeze, "lib/active_merchant/billing/gateways/payflow_express_uk.rb".freeze, "lib/active_merchant/billing/gateways/payflow_uk.rb".freeze, "lib/active_merchant/billing/gateways/paypal".freeze, "lib/active_merchant/billing/gateways/paypal.rb".freeze, "lib/active_merchant/billing/gateways/paypal/api_cert_chain.crt".freeze, "lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb".freeze, "lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb".freeze, "lib/active_merchant/billing/gateways/paypal_express.rb".freeze, "lib/active_merchant/billing/gateways/psigate.rb".freeze, "lib/active_merchant/billing/gateways/trust_commerce.rb".freeze, "lib/active_merchant/billing/gateways/usa_epay.rb".freeze, "lib/active_merchant/billing/integrations".freeze, "lib/active_merchant/billing/integrations.rb".freeze, "lib/active_merchant/billing/integrations/action_view_helper.rb".freeze, "lib/active_merchant/billing/integrations/bogus".freeze, "lib/active_merchant/billing/integrations/bogus.rb".freeze, "lib/active_merchant/billing/integrations/bogus/helper.rb".freeze, "lib/active_merchant/billing/integrations/bogus/notification.rb".freeze, "lib/active_merchant/billing/integrations/chronopay".freeze, "lib/active_merchant/billing/integrations/chronopay.rb".freeze, "lib/active_merchant/billing/integrations/chronopay/helper.rb".freeze, "lib/active_merchant/billing/integrations/chronopay/notification.rb".freeze, "lib/active_merchant/billing/integrations/gestpay".freeze, "lib/active_merchant/billing/integrations/gestpay.rb".freeze, "lib/active_merchant/billing/integrations/gestpay/common.rb".freeze, "lib/active_merchant/billing/integrations/gestpay/helper.rb".freeze, "lib/active_merchant/billing/integrations/gestpay/notification.rb".freeze, "lib/active_merchant/billing/integrations/helper.rb".freeze, "lib/active_merchant/billing/integrations/nochex".freeze, "lib/active_merchant/billing/integrations/nochex.rb".freeze, "lib/active_merchant/billing/integrations/nochex/helper.rb".freeze, "lib/active_merchant/billing/integrations/nochex/notification.rb".freeze, "lib/active_merchant/billing/integrations/notification.rb".freeze, "lib/active_merchant/billing/integrations/paypal".freeze, "lib/active_merchant/billing/integrations/paypal.rb".freeze, "lib/active_merchant/billing/integrations/paypal/helper.rb".freeze, "lib/active_merchant/billing/integrations/paypal/notification.rb".freeze, "lib/active_merchant/billing/response.rb".freeze, "lib/active_merchant/lib".freeze, "lib/active_merchant/lib/country.rb".freeze, "lib/active_merchant/lib/posts_data.rb".freeze, "lib/active_merchant/lib/requires_parameters.rb".freeze, "lib/active_merchant/lib/validateable.rb".freeze, "lib/tasks".freeze, "lib/tasks/cia.rb".freeze] s.homepage = "http://activemerchant.org/".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Framework and tools for dealing with credit card transactions.".freeze s.specification_version = 1 s.add_runtime_dependency(%q.freeze, [">= 1.4.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) end