Commit 4428ab92a821b679c4332d75135a349a65ccbfe9

Authored by Dan Croak
1 parent 5c2bd85e

gem specification for active merchant

Showing 1 changed file with 395 additions and 0 deletions   Show diff stats
vendor/gems/activemerchant-1.4.2/.specification 0 → 100644
... ... @@ -0,0 +1,395 @@
  1 +--- !ruby/object:Gem::Specification
  2 +name: activemerchant
  3 +version: !ruby/object:Gem::Version
  4 + version: 1.4.2
  5 +platform: ruby
  6 +authors:
  7 +- Tobias Luetke
  8 +autorequire:
  9 +bindir: bin
  10 +cert_chain:
  11 +- |
  12 + -----BEGIN CERTIFICATE-----
  13 + MIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMRMwEQYDVQQDDApjb2R5
  14 + ZmF1c2VyMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZFgNj
  15 + b20wHhcNMDcwMjIyMTcyMTI3WhcNMDgwMjIyMTcyMTI3WjBBMRMwEQYDVQQDDApj
  16 + b2R5ZmF1c2VyMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ
  17 + FgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC6T4Iqt5iWvAlU
  18 + iXI6L8UO0URQhIC65X/gJ9hL/x4lwSl/ckVm/R/bPrJGmifT+YooFv824N3y/TIX
  19 + 25o/lZtRj1TUZJK4OCb0aVzosQVxBHSe6rLmxO8cItNTMOM9wn3thaITFrTa1DOQ
  20 + O3wqEjvW2L6VMozVfK1MfjL9IGgy0rCnl+2g4Gh4jDDpkLfnMG5CWI6cTCf3C1ye
  21 + ytOpWgi0XpOEy8nQWcFmt/KCQ/kFfzBo4QxqJi54b80842EyvzWT9OB7Oew/CXZG
  22 + F2yIHtiYxonz6N09vvSzq4CvEuisoUFLKZnktndxMEBKwJU3XeSHAbuS7ix40OKO
  23 + WKuI54fHAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
  24 + BBR9QQpefI3oDCAxiqJW/3Gg6jI6qjANBgkqhkiG9w0BAQUFAAOCAQEAs0lX26O+
  25 + HpyMp7WL+SgZuM8k76AjfOHuKajl2GEn3S8pWYGpsa0xu07HtehJhKLiavrfUYeE
  26 + qlFtyYMUyOh6/1S2vfkH6VqjX7mWjoi7XKHW/99fkMS40B5SbN+ypAUst+6c5R84
  27 + w390mjtLHpdDE6WQYhS6bFvBN53vK6jG3DLyCJc0K9uMQ7gdHWoxq7RnG92ncQpT
  28 + ThpRA+fky5Xt2Q63YJDnJpkYAz79QIama1enSnd4jslKzSl89JS2luq/zioPe/Us
  29 + hbyalWR1+HrhgPoSPq7nk+s2FQUBJ9UZFK1lgMzho/4fZgzJwbu+cO8SNuaLS/bj
  30 + hPaSTyVU0yCSnw==
  31 + -----END CERTIFICATE-----
  32 +
  33 +date: 2009-04-24 00:00:00 -04:00
  34 +default_executable:
  35 +dependencies:
  36 +- !ruby/object:Gem::Dependency
  37 + name: activesupport
  38 + type: :runtime
  39 + version_requirement:
  40 + version_requirements: !ruby/object:Gem::Requirement
  41 + requirements:
  42 + - - ">="
  43 + - !ruby/object:Gem::Version
  44 + version: 2.3.2
  45 + version:
  46 +- !ruby/object:Gem::Dependency
  47 + name: builder
  48 + type: :runtime
  49 + version_requirement:
  50 + version_requirements: !ruby/object:Gem::Requirement
  51 + requirements:
  52 + - - ">="
  53 + - !ruby/object:Gem::Version
  54 + version: 2.0.0
  55 + version:
  56 +description:
  57 +email: tobi@leetsoft.com
  58 +executables: []
  59 +
  60 +extensions: []
  61 +
  62 +extra_rdoc_files: []
  63 +
  64 +files:
  65 +- lib/active_merchant
  66 +- lib/active_merchant/billing
  67 +- lib/active_merchant/billing/avs_result.rb
  68 +- lib/active_merchant/billing/base.rb
  69 +- lib/active_merchant/billing/check.rb
  70 +- lib/active_merchant/billing/credit_card.rb
  71 +- lib/active_merchant/billing/credit_card_formatting.rb
  72 +- lib/active_merchant/billing/credit_card_methods.rb
  73 +- lib/active_merchant/billing/cvv_result.rb
  74 +- lib/active_merchant/billing/expiry_date.rb
  75 +- lib/active_merchant/billing/gateway.rb
  76 +- lib/active_merchant/billing/gateways
  77 +- lib/active_merchant/billing/gateways/authorize_net.rb
  78 +- lib/active_merchant/billing/gateways/authorize_net_cim.rb
  79 +- lib/active_merchant/billing/gateways/beanstream
  80 +- lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb
  81 +- lib/active_merchant/billing/gateways/beanstream.rb
  82 +- lib/active_merchant/billing/gateways/beanstream_interac.rb
  83 +- lib/active_merchant/billing/gateways/bogus.rb
  84 +- lib/active_merchant/billing/gateways/braintree.rb
  85 +- lib/active_merchant/billing/gateways/card_stream.rb
  86 +- lib/active_merchant/billing/gateways/cyber_source.rb
  87 +- lib/active_merchant/billing/gateways/data_cash.rb
  88 +- lib/active_merchant/billing/gateways/efsnet.rb
  89 +- lib/active_merchant/billing/gateways/eway.rb
  90 +- lib/active_merchant/billing/gateways/exact.rb
  91 +- lib/active_merchant/billing/gateways/linkpoint.rb
  92 +- lib/active_merchant/billing/gateways/modern_payments.rb
  93 +- lib/active_merchant/billing/gateways/modern_payments_cim.rb
  94 +- lib/active_merchant/billing/gateways/moneris.rb
  95 +- lib/active_merchant/billing/gateways/net_registry.rb
  96 +- lib/active_merchant/billing/gateways/netbilling.rb
  97 +- lib/active_merchant/billing/gateways/pay_junction.rb
  98 +- lib/active_merchant/billing/gateways/pay_secure.rb
  99 +- lib/active_merchant/billing/gateways/payflow
  100 +- lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb
  101 +- lib/active_merchant/billing/gateways/payflow/payflow_express_response.rb
  102 +- lib/active_merchant/billing/gateways/payflow/payflow_response.rb
  103 +- lib/active_merchant/billing/gateways/payflow.rb
  104 +- lib/active_merchant/billing/gateways/payflow_express.rb
  105 +- lib/active_merchant/billing/gateways/payflow_express_uk.rb
  106 +- lib/active_merchant/billing/gateways/payflow_uk.rb
  107 +- lib/active_merchant/billing/gateways/payment_express.rb
  108 +- lib/active_merchant/billing/gateways/paypal
  109 +- lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb
  110 +- lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb
  111 +- lib/active_merchant/billing/gateways/paypal.rb
  112 +- lib/active_merchant/billing/gateways/paypal_ca.rb
  113 +- lib/active_merchant/billing/gateways/paypal_express.rb
  114 +- lib/active_merchant/billing/gateways/paypal_express_common.rb
  115 +- lib/active_merchant/billing/gateways/plugnpay.rb
  116 +- lib/active_merchant/billing/gateways/protx.rb
  117 +- lib/active_merchant/billing/gateways/psigate.rb
  118 +- lib/active_merchant/billing/gateways/psl_card.rb
  119 +- lib/active_merchant/billing/gateways/quickpay.rb
  120 +- lib/active_merchant/billing/gateways/realex.rb
  121 +- lib/active_merchant/billing/gateways/sage
  122 +- lib/active_merchant/billing/gateways/sage/sage_bankcard.rb
  123 +- lib/active_merchant/billing/gateways/sage/sage_core.rb
  124 +- lib/active_merchant/billing/gateways/sage/sage_virtual_check.rb
  125 +- lib/active_merchant/billing/gateways/sage.rb
  126 +- lib/active_merchant/billing/gateways/secure_pay.rb
  127 +- lib/active_merchant/billing/gateways/secure_pay_au.rb
  128 +- lib/active_merchant/billing/gateways/secure_pay_tech.rb
  129 +- lib/active_merchant/billing/gateways/skip_jack.rb
  130 +- lib/active_merchant/billing/gateways/trans_first.rb
  131 +- lib/active_merchant/billing/gateways/trust_commerce.rb
  132 +- lib/active_merchant/billing/gateways/usa_epay.rb
  133 +- lib/active_merchant/billing/gateways/verifi.rb
  134 +- lib/active_merchant/billing/gateways/viaklix.rb
  135 +- lib/active_merchant/billing/gateways/wirecard.rb
  136 +- lib/active_merchant/billing/gateways.rb
  137 +- lib/active_merchant/billing/integrations
  138 +- lib/active_merchant/billing/integrations/action_view_helper.rb
  139 +- lib/active_merchant/billing/integrations/bogus
  140 +- lib/active_merchant/billing/integrations/bogus/helper.rb
  141 +- lib/active_merchant/billing/integrations/bogus/notification.rb
  142 +- lib/active_merchant/billing/integrations/bogus/return.rb
  143 +- lib/active_merchant/billing/integrations/bogus.rb
  144 +- lib/active_merchant/billing/integrations/chronopay
  145 +- lib/active_merchant/billing/integrations/chronopay/helper.rb
  146 +- lib/active_merchant/billing/integrations/chronopay/notification.rb
  147 +- lib/active_merchant/billing/integrations/chronopay/return.rb
  148 +- lib/active_merchant/billing/integrations/chronopay.rb
  149 +- lib/active_merchant/billing/integrations/gestpay
  150 +- lib/active_merchant/billing/integrations/gestpay/common.rb
  151 +- lib/active_merchant/billing/integrations/gestpay/helper.rb
  152 +- lib/active_merchant/billing/integrations/gestpay/notification.rb
  153 +- lib/active_merchant/billing/integrations/gestpay/return.rb
  154 +- lib/active_merchant/billing/integrations/gestpay.rb
  155 +- lib/active_merchant/billing/integrations/helper.rb
  156 +- lib/active_merchant/billing/integrations/hi_trust
  157 +- lib/active_merchant/billing/integrations/hi_trust/helper.rb
  158 +- lib/active_merchant/billing/integrations/hi_trust/notification.rb
  159 +- lib/active_merchant/billing/integrations/hi_trust/return.rb
  160 +- lib/active_merchant/billing/integrations/hi_trust.rb
  161 +- lib/active_merchant/billing/integrations/nochex
  162 +- lib/active_merchant/billing/integrations/nochex/helper.rb
  163 +- lib/active_merchant/billing/integrations/nochex/notification.rb
  164 +- lib/active_merchant/billing/integrations/nochex/return.rb
  165 +- lib/active_merchant/billing/integrations/nochex.rb
  166 +- lib/active_merchant/billing/integrations/notification.rb
  167 +- lib/active_merchant/billing/integrations/paypal
  168 +- lib/active_merchant/billing/integrations/paypal/helper.rb
  169 +- lib/active_merchant/billing/integrations/paypal/notification.rb
  170 +- lib/active_merchant/billing/integrations/paypal/return.rb
  171 +- lib/active_merchant/billing/integrations/paypal.rb
  172 +- lib/active_merchant/billing/integrations/quickpay
  173 +- lib/active_merchant/billing/integrations/quickpay/helper.rb
  174 +- lib/active_merchant/billing/integrations/quickpay/notification.rb
  175 +- lib/active_merchant/billing/integrations/quickpay.rb
  176 +- lib/active_merchant/billing/integrations/return.rb
  177 +- lib/active_merchant/billing/integrations/two_checkout
  178 +- lib/active_merchant/billing/integrations/two_checkout/helper.rb
  179 +- lib/active_merchant/billing/integrations/two_checkout/notification.rb
  180 +- lib/active_merchant/billing/integrations/two_checkout/return.rb
  181 +- lib/active_merchant/billing/integrations/two_checkout.rb
  182 +- lib/active_merchant/billing/integrations.rb
  183 +- lib/active_merchant/billing/response.rb
  184 +- lib/active_merchant/lib
  185 +- lib/active_merchant/lib/country.rb
  186 +- lib/active_merchant/lib/error.rb
  187 +- lib/active_merchant/lib/post_data.rb
  188 +- lib/active_merchant/lib/posts_data.rb
  189 +- lib/active_merchant/lib/requires_parameters.rb
  190 +- lib/active_merchant/lib/utils.rb
  191 +- lib/active_merchant/lib/validateable.rb
  192 +- lib/active_merchant.rb
  193 +- lib/certs
  194 +- lib/certs/cacert.pem
  195 +- lib/support
  196 +- lib/support/gateway_support.rb
  197 +- test/extra
  198 +- test/extra/binding_of_caller.rb
  199 +- test/extra/breakpoint.rb
  200 +- test/fixtures.yml
  201 +- test/remote
  202 +- test/remote/gateways
  203 +- test/remote/gateways/remote_authorize_net_cim_test.rb
  204 +- test/remote/gateways/remote_authorize_net_test.rb
  205 +- test/remote/gateways/remote_beanstream_interac_test.rb
  206 +- test/remote/gateways/remote_beanstream_test.rb
  207 +- test/remote/gateways/remote_braintree_test.rb
  208 +- test/remote/gateways/remote_card_stream_test.rb
  209 +- test/remote/gateways/remote_cyber_source_test.rb
  210 +- test/remote/gateways/remote_data_cash_test.rb
  211 +- test/remote/gateways/remote_efsnet_test.rb
  212 +- test/remote/gateways/remote_eway_test.rb
  213 +- test/remote/gateways/remote_exact_test.rb
  214 +- test/remote/gateways/remote_linkpoint_test.rb
  215 +- test/remote/gateways/remote_modern_payments_cim_test.rb
  216 +- test/remote/gateways/remote_modern_payments_test.rb
  217 +- test/remote/gateways/remote_moneris_test.rb
  218 +- test/remote/gateways/remote_net_registry_test.rb
  219 +- test/remote/gateways/remote_netbilling_test.rb
  220 +- test/remote/gateways/remote_pay_junction_test.rb
  221 +- test/remote/gateways/remote_pay_secure_test.rb
  222 +- test/remote/gateways/remote_payflow_express_test.rb
  223 +- test/remote/gateways/remote_payflow_test.rb
  224 +- test/remote/gateways/remote_payflow_uk_test.rb
  225 +- test/remote/gateways/remote_payment_express_test.rb
  226 +- test/remote/gateways/remote_paypal_express_test.rb
  227 +- test/remote/gateways/remote_paypal_test.rb
  228 +- test/remote/gateways/remote_plugnpay_test.rb
  229 +- test/remote/gateways/remote_protx_test.rb
  230 +- test/remote/gateways/remote_psigate_test.rb
  231 +- test/remote/gateways/remote_psl_card_test.rb
  232 +- test/remote/gateways/remote_quickpay_test.rb
  233 +- test/remote/gateways/remote_realex_test.rb
  234 +- test/remote/gateways/remote_sage_bankcard_test.rb
  235 +- test/remote/gateways/remote_sage_test.rb
  236 +- test/remote/gateways/remote_sage_virtual_check_test.rb
  237 +- test/remote/gateways/remote_secure_pay_au_test.rb
  238 +- test/remote/gateways/remote_secure_pay_tech_test.rb
  239 +- test/remote/gateways/remote_secure_pay_test.rb
  240 +- test/remote/gateways/remote_skipjack_test.rb
  241 +- test/remote/gateways/remote_trans_first_test.rb
  242 +- test/remote/gateways/remote_trust_commerce_test.rb
  243 +- test/remote/gateways/remote_usa_epay_test.rb
  244 +- test/remote/gateways/remote_verifi_test.rb
  245 +- test/remote/gateways/remote_viaklix_test.rb
  246 +- test/remote/gateways/remote_wirecard_test.rb
  247 +- test/remote/integrations
  248 +- test/remote/integrations/remote_gestpay_integration_test.rb
  249 +- test/remote/integrations/remote_paypal_integration_test.rb
  250 +- test/test_helper.rb
  251 +- test/unit
  252 +- test/unit/avs_result_test.rb
  253 +- test/unit/base_test.rb
  254 +- test/unit/check_test.rb
  255 +- test/unit/country_code_test.rb
  256 +- test/unit/country_test.rb
  257 +- test/unit/credit_card_formatting_test.rb
  258 +- test/unit/credit_card_methods_test.rb
  259 +- test/unit/credit_card_test.rb
  260 +- test/unit/cvv_result_test.rb
  261 +- test/unit/expiry_date_test.rb
  262 +- test/unit/gateways
  263 +- test/unit/gateways/authorize_net_cim_test.rb
  264 +- test/unit/gateways/authorize_net_test.rb
  265 +- test/unit/gateways/beanstream_interac_test.rb
  266 +- test/unit/gateways/beanstream_test.rb
  267 +- test/unit/gateways/bogus_test.rb
  268 +- test/unit/gateways/braintree_test.rb
  269 +- test/unit/gateways/card_stream_test.rb
  270 +- test/unit/gateways/cyber_source_test.rb
  271 +- test/unit/gateways/data_cash_test.rb
  272 +- test/unit/gateways/efsnet_test.rb
  273 +- test/unit/gateways/eway_test.rb
  274 +- test/unit/gateways/exact_test.rb
  275 +- test/unit/gateways/gateway_test.rb
  276 +- test/unit/gateways/linkpoint_test.rb
  277 +- test/unit/gateways/modern_payments_cim_test.rb
  278 +- test/unit/gateways/moneris_test.rb
  279 +- test/unit/gateways/net_registry_test.rb
  280 +- test/unit/gateways/netbilling_test.rb
  281 +- test/unit/gateways/pay_junction_test.rb
  282 +- test/unit/gateways/pay_secure_test.rb
  283 +- test/unit/gateways/payflow_express_test.rb
  284 +- test/unit/gateways/payflow_express_uk_test.rb
  285 +- test/unit/gateways/payflow_test.rb
  286 +- test/unit/gateways/payflow_uk_test.rb
  287 +- test/unit/gateways/payment_express_test.rb
  288 +- test/unit/gateways/paypal_express_test.rb
  289 +- test/unit/gateways/paypal_test.rb
  290 +- test/unit/gateways/plugnpay_test.rb
  291 +- test/unit/gateways/protx_test.rb
  292 +- test/unit/gateways/psigate_test.rb
  293 +- test/unit/gateways/psl_card_test.rb
  294 +- test/unit/gateways/quickpay_test.rb
  295 +- test/unit/gateways/realex_test.rb
  296 +- test/unit/gateways/sage_bankcard_test.rb
  297 +- test/unit/gateways/sage_virtual_check_test.rb
  298 +- test/unit/gateways/secure_pay_au_test.rb
  299 +- test/unit/gateways/secure_pay_tech_test.rb
  300 +- test/unit/gateways/secure_pay_test.rb
  301 +- test/unit/gateways/skip_jack_test.rb
  302 +- test/unit/gateways/trans_first_test.rb
  303 +- test/unit/gateways/trust_commerce_test.rb
  304 +- test/unit/gateways/usa_epay_test.rb
  305 +- test/unit/gateways/verifi_test.rb
  306 +- test/unit/gateways/viaklix_test.rb
  307 +- test/unit/gateways/wirecard_test.rb
  308 +- test/unit/generators
  309 +- test/unit/generators/test_gateway_generator.rb
  310 +- test/unit/generators/test_generator_helper.rb
  311 +- test/unit/generators/test_integration_generator.rb
  312 +- test/unit/integrations
  313 +- test/unit/integrations/action_view_helper_test.rb
  314 +- test/unit/integrations/bogus_module_test.rb
  315 +- test/unit/integrations/chronopay_module_test.rb
  316 +- test/unit/integrations/gestpay_module_test.rb
  317 +- test/unit/integrations/helpers
  318 +- test/unit/integrations/helpers/bogus_helper_test.rb
  319 +- test/unit/integrations/helpers/chronopay_helper_test.rb
  320 +- test/unit/integrations/helpers/gestpay_helper_test.rb
  321 +- test/unit/integrations/helpers/hi_trust_helper_test.rb
  322 +- test/unit/integrations/helpers/nochex_helper_test.rb
  323 +- test/unit/integrations/helpers/paypal_helper_test.rb
  324 +- test/unit/integrations/helpers/quickpay_helper_test.rb
  325 +- test/unit/integrations/helpers/two_checkout_helper_test.rb
  326 +- test/unit/integrations/hi_trust_module_test.rb
  327 +- test/unit/integrations/nochex_module_test.rb
  328 +- test/unit/integrations/notifications
  329 +- test/unit/integrations/notifications/chronopay_notification_test.rb
  330 +- test/unit/integrations/notifications/gestpay_notification_test.rb
  331 +- test/unit/integrations/notifications/hi_trust_notification_test.rb
  332 +- test/unit/integrations/notifications/nochex_notification_test.rb
  333 +- test/unit/integrations/notifications/notification_test.rb
  334 +- test/unit/integrations/notifications/paypal_notification_test.rb
  335 +- test/unit/integrations/notifications/quickpay_notification_test.rb
  336 +- test/unit/integrations/notifications/two_checkout_notification_test.rb
  337 +- test/unit/integrations/paypal_module_test.rb
  338 +- test/unit/integrations/quickpay_module_test.rb
  339 +- test/unit/integrations/returns
  340 +- test/unit/integrations/returns/chronopay_return_test.rb
  341 +- test/unit/integrations/returns/gestpay_return_test.rb
  342 +- test/unit/integrations/returns/hi_trust_return_test.rb
  343 +- test/unit/integrations/returns/nochex_return_test.rb
  344 +- test/unit/integrations/returns/paypal_return_test.rb
  345 +- test/unit/integrations/returns/return_test.rb
  346 +- test/unit/integrations/returns/two_checkout_return_test.rb
  347 +- test/unit/integrations/two_checkout_module_test.rb
  348 +- test/unit/post_data_test.rb
  349 +- test/unit/posts_data_test.rb
  350 +- test/unit/response_test.rb
  351 +- test/unit/utils_test.rb
  352 +- test/unit/validateable_test.rb
  353 +- script/destroy
  354 +- script/generate
  355 +- CHANGELOG
  356 +- CONTRIBUTERS
  357 +- gem-public_cert.pem
  358 +- generators
  359 +- init.rb
  360 +- lib
  361 +- MIT-LICENSE
  362 +- Rakefile
  363 +- README
  364 +- script
  365 +- test
  366 +has_rdoc: true
  367 +homepage: http://activemerchant.org/
  368 +licenses: []
  369 +
  370 +post_install_message:
  371 +rdoc_options: []
  372 +
  373 +require_paths:
  374 +- lib
  375 +required_ruby_version: !ruby/object:Gem::Requirement
  376 + requirements:
  377 + - - ">="
  378 + - !ruby/object:Gem::Version
  379 + version: "0"
  380 + version:
  381 +required_rubygems_version: !ruby/object:Gem::Requirement
  382 + requirements:
  383 + - - ">="
  384 + - !ruby/object:Gem::Version
  385 + version: "0"
  386 + version:
  387 +requirements: []
  388 +
  389 +rubyforge_project: activemerchant
  390 +rubygems_version: 1.3.4
  391 +signing_key:
  392 +specification_version: 2
  393 +summary: Framework and tools for dealing with credit card transactions.
  394 +test_files: []
  395 +
... ...