smulube-activemerchant 1.5.1.4 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (211) hide show
  1. data.tar.gz.sig +0 -0
  2. data/CHANGELOG +9 -0
  3. data/CONTRIBUTORS +5 -1
  4. data/gem-public_cert.pem +18 -18
  5. data/lib/active_merchant.rb +9 -9
  6. data/lib/active_merchant/billing/gateways/braintree.rb +11 -11
  7. data/lib/active_merchant/billing/gateways/braintree/braintree_common.rb +9 -0
  8. data/lib/active_merchant/billing/gateways/braintree_blue.rb +210 -0
  9. data/lib/active_merchant/billing/gateways/braintree_orange.rb +17 -0
  10. data/lib/active_merchant/billing/gateways/payflow_nvp_uk.rb +10 -5
  11. data/lib/active_merchant/billing/integrations/action_view_helper.rb +1 -1
  12. data/lib/active_merchant/common.rb +14 -0
  13. data/lib/active_merchant/{lib → common}/connection.rb +2 -5
  14. data/lib/active_merchant/{lib → common}/country.rb +1 -1
  15. data/lib/active_merchant/common/error.rb +26 -0
  16. data/lib/active_merchant/common/post_data.rb +24 -0
  17. data/lib/active_merchant/{lib → common}/posts_data.rb +0 -0
  18. data/lib/active_merchant/{lib → common}/requires_parameters.rb +0 -0
  19. data/lib/active_merchant/{lib → common}/utils.rb +0 -0
  20. data/lib/active_merchant/{lib → common}/validateable.rb +0 -0
  21. data/lib/active_merchant/version.rb +1 -1
  22. data/lib/active_merchant/version.rb.orig +7 -0
  23. data/lib/activemerchant.rb +1 -0
  24. data/lib/support/outbound_hosts.rb +25 -0
  25. metadata +175 -493
  26. metadata.gz.sig +0 -0
  27. data/.gitignore +0 -7
  28. data/Rakefile +0 -85
  29. data/generators/gateway/USAGE +0 -5
  30. data/generators/gateway/gateway_generator.rb +0 -61
  31. data/generators/gateway/templates/gateway.rb +0 -77
  32. data/generators/gateway/templates/gateway_test.rb +0 -49
  33. data/generators/gateway/templates/remote_gateway_test.rb +0 -57
  34. data/generators/integration/USAGE +0 -5
  35. data/generators/integration/integration_generator.rb +0 -68
  36. data/generators/integration/templates/helper.rb +0 -34
  37. data/generators/integration/templates/helper_test.rb +0 -54
  38. data/generators/integration/templates/integration.rb +0 -18
  39. data/generators/integration/templates/module_test.rb +0 -9
  40. data/generators/integration/templates/notification.rb +0 -100
  41. data/generators/integration/templates/notification_test.rb +0 -41
  42. data/init.rb +0 -3
  43. data/lib/active_merchant/lib/error.rb +0 -4
  44. data/lib/active_merchant/lib/post_data.rb +0 -22
  45. data/script/destroy +0 -14
  46. data/script/generate +0 -14
  47. data/test/fixtures.yml +0 -360
  48. data/test/remote/gateways/remote_authorize_net_cim_test.rb +0 -460
  49. data/test/remote/gateways/remote_authorize_net_test.rb +0 -145
  50. data/test/remote/gateways/remote_beanstream_interac_test.rb +0 -53
  51. data/test/remote/gateways/remote_beanstream_test.rb +0 -150
  52. data/test/remote/gateways/remote_braintree_test.rb +0 -147
  53. data/test/remote/gateways/remote_card_stream_test.rb +0 -148
  54. data/test/remote/gateways/remote_cyber_source_test.rb +0 -146
  55. data/test/remote/gateways/remote_data_cash_test.rb +0 -356
  56. data/test/remote/gateways/remote_efsnet_test.rb +0 -81
  57. data/test/remote/gateways/remote_elavon_test.rb +0 -66
  58. data/test/remote/gateways/remote_eway_test.rb +0 -74
  59. data/test/remote/gateways/remote_exact_test.rb +0 -60
  60. data/test/remote/gateways/remote_first_pay_test.rb +0 -87
  61. data/test/remote/gateways/remote_garanti_test.rb +0 -58
  62. data/test/remote/gateways/remote_instapay_test.rb +0 -61
  63. data/test/remote/gateways/remote_jetpay_test.rb +0 -103
  64. data/test/remote/gateways/remote_linkpoint_test.rb +0 -121
  65. data/test/remote/gateways/remote_merchant_e_solutions_test.rb +0 -173
  66. data/test/remote/gateways/remote_merchant_ware_test.rb +0 -113
  67. data/test/remote/gateways/remote_modern_payments_cim_test.rb +0 -58
  68. data/test/remote/gateways/remote_modern_payments_test.rb +0 -57
  69. data/test/remote/gateways/remote_moneris_test.rb +0 -82
  70. data/test/remote/gateways/remote_net_registry_test.rb +0 -85
  71. data/test/remote/gateways/remote_netbilling_test.rb +0 -70
  72. data/test/remote/gateways/remote_ogone_test.rb +0 -115
  73. data/test/remote/gateways/remote_pay_junction_test.rb +0 -143
  74. data/test/remote/gateways/remote_pay_secure_test.rb +0 -39
  75. data/test/remote/gateways/remote_payflow_express_test.rb +0 -50
  76. data/test/remote/gateways/remote_payflow_nvp_uk_test.rb +0 -57
  77. data/test/remote/gateways/remote_payflow_test.rb +0 -237
  78. data/test/remote/gateways/remote_payflow_uk_test.rb +0 -173
  79. data/test/remote/gateways/remote_payment_express_test.rb +0 -136
  80. data/test/remote/gateways/remote_paypal_express_test.rb +0 -49
  81. data/test/remote/gateways/remote_paypal_test.rb +0 -191
  82. data/test/remote/gateways/remote_plugnpay_test.rb +0 -72
  83. data/test/remote/gateways/remote_psigate_test.rb +0 -50
  84. data/test/remote/gateways/remote_psl_card_test.rb +0 -123
  85. data/test/remote/gateways/remote_quickpay_test.rb +0 -190
  86. data/test/remote/gateways/remote_realex_test.rb +0 -224
  87. data/test/remote/gateways/remote_sage_bankcard_test.rb +0 -109
  88. data/test/remote/gateways/remote_sage_pay_test.rb +0 -219
  89. data/test/remote/gateways/remote_sage_test.rb +0 -87
  90. data/test/remote/gateways/remote_sage_virtual_check_test.rb +0 -62
  91. data/test/remote/gateways/remote_sallie_mae_test.rb +0 -51
  92. data/test/remote/gateways/remote_secure_pay_au_test.rb +0 -40
  93. data/test/remote/gateways/remote_secure_pay_tech_test.rb +0 -37
  94. data/test/remote/gateways/remote_secure_pay_test.rb +0 -28
  95. data/test/remote/gateways/remote_skipjack_test.rb +0 -105
  96. data/test/remote/gateways/remote_trans_first_test.rb +0 -34
  97. data/test/remote/gateways/remote_transax_test.rb +0 -112
  98. data/test/remote/gateways/remote_trust_commerce_test.rb +0 -152
  99. data/test/remote/gateways/remote_usa_epay_test.rb +0 -46
  100. data/test/remote/gateways/remote_verifi_test.rb +0 -107
  101. data/test/remote/gateways/remote_viaklix_test.rb +0 -43
  102. data/test/remote/gateways/remote_wirecard_test.rb +0 -111
  103. data/test/remote/integrations/remote_gestpay_integration_test.rb +0 -37
  104. data/test/remote/integrations/remote_paypal_integration_test.rb +0 -26
  105. data/test/test_helper.rb +0 -184
  106. data/test/unit/avs_result_test.rb +0 -59
  107. data/test/unit/base_test.rb +0 -54
  108. data/test/unit/check_test.rb +0 -88
  109. data/test/unit/connection_test.rb +0 -137
  110. data/test/unit/country_code_test.rb +0 -33
  111. data/test/unit/country_test.rb +0 -64
  112. data/test/unit/credit_card_formatting_test.rb +0 -19
  113. data/test/unit/credit_card_methods_test.rb +0 -192
  114. data/test/unit/credit_card_test.rb +0 -318
  115. data/test/unit/cvv_result_test.rb +0 -33
  116. data/test/unit/expiry_date_test.rb +0 -32
  117. data/test/unit/gateways/authorize_net_cim_test.rb +0 -676
  118. data/test/unit/gateways/authorize_net_test.rb +0 -290
  119. data/test/unit/gateways/beanstream_interac_test.rb +0 -51
  120. data/test/unit/gateways/beanstream_test.rb +0 -144
  121. data/test/unit/gateways/bogus_test.rb +0 -58
  122. data/test/unit/gateways/braintree_test.rb +0 -118
  123. data/test/unit/gateways/card_stream_test.rb +0 -90
  124. data/test/unit/gateways/cyber_source_test.rb +0 -188
  125. data/test/unit/gateways/data_cash_test.rb +0 -133
  126. data/test/unit/gateways/efsnet_test.rb +0 -123
  127. data/test/unit/gateways/elavon_test.rb +0 -139
  128. data/test/unit/gateways/eway_test.rb +0 -118
  129. data/test/unit/gateways/exact_test.rb +0 -156
  130. data/test/unit/gateways/first_pay_test.rb +0 -125
  131. data/test/unit/gateways/garanti_test.rb +0 -86
  132. data/test/unit/gateways/gateway_test.rb +0 -48
  133. data/test/unit/gateways/instapay_test.rb +0 -102
  134. data/test/unit/gateways/jetpay_test.rb +0 -185
  135. data/test/unit/gateways/linkpoint_test.rb +0 -197
  136. data/test/unit/gateways/merchant_e_solutions_test.rb +0 -169
  137. data/test/unit/gateways/merchant_ware_test.rb +0 -188
  138. data/test/unit/gateways/modern_payments_cim_test.rb +0 -162
  139. data/test/unit/gateways/moneris_test.rb +0 -158
  140. data/test/unit/gateways/net_registry_test.rb +0 -416
  141. data/test/unit/gateways/netbilling_test.rb +0 -54
  142. data/test/unit/gateways/ogone_test.rb +0 -319
  143. data/test/unit/gateways/pay_junction_test.rb +0 -123
  144. data/test/unit/gateways/pay_secure_test.rb +0 -71
  145. data/test/unit/gateways/payflow_express_test.rb +0 -173
  146. data/test/unit/gateways/payflow_express_uk_test.rb +0 -86
  147. data/test/unit/gateways/payflow_nvp_uk_test.rb +0 -205
  148. data/test/unit/gateways/payflow_test.rb +0 -305
  149. data/test/unit/gateways/payflow_uk_test.rb +0 -30
  150. data/test/unit/gateways/payment_express_test.rb +0 -195
  151. data/test/unit/gateways/paypal_express_test.rb +0 -389
  152. data/test/unit/gateways/paypal_test.rb +0 -569
  153. data/test/unit/gateways/plugnpay_test.rb +0 -86
  154. data/test/unit/gateways/psigate_test.rb +0 -169
  155. data/test/unit/gateways/psl_card_test.rb +0 -64
  156. data/test/unit/gateways/quickpay_test.rb +0 -112
  157. data/test/unit/gateways/realex_test.rb +0 -151
  158. data/test/unit/gateways/sage_bankcard_test.rb +0 -196
  159. data/test/unit/gateways/sage_pay_test.rb +0 -139
  160. data/test/unit/gateways/sage_virtual_check_test.rb +0 -71
  161. data/test/unit/gateways/sallie_mae_test.rb +0 -53
  162. data/test/unit/gateways/secure_pay_au_test.rb +0 -207
  163. data/test/unit/gateways/secure_pay_tech_test.rb +0 -44
  164. data/test/unit/gateways/secure_pay_test.rb +0 -101
  165. data/test/unit/gateways/skip_jack_test.rb +0 -228
  166. data/test/unit/gateways/trans_first_test.rb +0 -112
  167. data/test/unit/gateways/trust_commerce_test.rb +0 -90
  168. data/test/unit/gateways/usa_epay_test.rb +0 -128
  169. data/test/unit/gateways/verifi_test.rb +0 -96
  170. data/test/unit/gateways/viaklix_test.rb +0 -78
  171. data/test/unit/gateways/wirecard_test.rb +0 -250
  172. data/test/unit/generators/test_gateway_generator.rb +0 -46
  173. data/test/unit/generators/test_generator_helper.rb +0 -20
  174. data/test/unit/generators/test_integration_generator.rb +0 -53
  175. data/test/unit/integrations/action_view_helper_test.rb +0 -50
  176. data/test/unit/integrations/bogus_module_test.rb +0 -20
  177. data/test/unit/integrations/chronopay_module_test.rb +0 -13
  178. data/test/unit/integrations/gestpay_module_test.rb +0 -14
  179. data/test/unit/integrations/helpers/bogus_helper_test.rb +0 -28
  180. data/test/unit/integrations/helpers/chronopay_helper_test.rb +0 -110
  181. data/test/unit/integrations/helpers/gestpay_helper_test.rb +0 -100
  182. data/test/unit/integrations/helpers/hi_trust_helper_test.rb +0 -16
  183. data/test/unit/integrations/helpers/nochex_helper_test.rb +0 -53
  184. data/test/unit/integrations/helpers/paypal_helper_test.rb +0 -171
  185. data/test/unit/integrations/helpers/quickpay_helper_test.rb +0 -40
  186. data/test/unit/integrations/helpers/two_checkout_helper_test.rb +0 -92
  187. data/test/unit/integrations/hi_trust_module_test.rb +0 -13
  188. data/test/unit/integrations/nochex_module_test.rb +0 -13
  189. data/test/unit/integrations/notifications/chronopay_notification_test.rb +0 -66
  190. data/test/unit/integrations/notifications/gestpay_notification_test.rb +0 -60
  191. data/test/unit/integrations/notifications/hi_trust_notification_test.rb +0 -59
  192. data/test/unit/integrations/notifications/nochex_notification_test.rb +0 -51
  193. data/test/unit/integrations/notifications/notification_test.rb +0 -54
  194. data/test/unit/integrations/notifications/paypal_notification_test.rb +0 -85
  195. data/test/unit/integrations/notifications/quickpay_notification_test.rb +0 -69
  196. data/test/unit/integrations/notifications/two_checkout_notification_test.rb +0 -55
  197. data/test/unit/integrations/paypal_module_test.rb +0 -28
  198. data/test/unit/integrations/quickpay_module_test.rb +0 -9
  199. data/test/unit/integrations/returns/chronopay_return_test.rb +0 -11
  200. data/test/unit/integrations/returns/gestpay_return_test.rb +0 -10
  201. data/test/unit/integrations/returns/hi_trust_return_test.rb +0 -24
  202. data/test/unit/integrations/returns/nochex_return_test.rb +0 -10
  203. data/test/unit/integrations/returns/paypal_return_test.rb +0 -10
  204. data/test/unit/integrations/returns/return_test.rb +0 -11
  205. data/test/unit/integrations/returns/two_checkout_return_test.rb +0 -24
  206. data/test/unit/integrations/two_checkout_module_test.rb +0 -13
  207. data/test/unit/post_data_test.rb +0 -55
  208. data/test/unit/posts_data_test.rb +0 -48
  209. data/test/unit/response_test.rb +0 -28
  210. data/test/unit/utils_test.rb +0 -7
  211. data/test/unit/validateable_test.rb +0 -60
@@ -0,0 +1,26 @@
1
+ module ActiveMerchant #:nodoc:
2
+ class ActiveMerchantError < StandardError #:nodoc:
3
+ end
4
+
5
+ class ConnectionError < ActiveMerchantError # :nodoc:
6
+ end
7
+
8
+ class RetriableConnectionError < ConnectionError # :nodoc:
9
+ end
10
+
11
+ class ResponseError < ActiveMerchantError # :nodoc:
12
+ attr_reader :response
13
+
14
+ def initialize(response, message = nil)
15
+ @response = response
16
+ @message = message
17
+ end
18
+
19
+ def to_s
20
+ "Failed with #{response.code} #{response.message if response.respond_to?(:message)}"
21
+ end
22
+ end
23
+
24
+ class ClientCertificateError < ActiveMerchantError # :nodoc
25
+ end
26
+ end
@@ -0,0 +1,24 @@
1
+ require 'cgi'
2
+
3
+ module ActiveMerchant
4
+ class PostData < Hash
5
+ class_inheritable_accessor :required_fields, :instance_writer => false
6
+ self.required_fields = []
7
+
8
+ def []=(key, value)
9
+ return if value.blank? && !required?(key)
10
+ super
11
+ end
12
+
13
+ def to_post_data
14
+ collect { |key, value| "#{key}=#{CGI.escape(value.to_s)}" }.join("&")
15
+ end
16
+
17
+ alias_method :to_s, :to_post_data
18
+
19
+ private
20
+ def required?(key)
21
+ required_fields.include?(key)
22
+ end
23
+ end
24
+ end
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module ActiveMerchant
2
- VERSION = "1.5.1.4"
2
+ VERSION = "1.7.0"
3
3
  end
@@ -0,0 +1,7 @@
1
+ module ActiveMerchant
2
+ <<<<<<< HEAD
3
+ VERSION = "1.5.1.5"
4
+ =======
5
+ VERSION = "1.7.0"
6
+ >>>>>>> 35e7918d222ad541a7e4a0c49627acd6d65a532c
7
+ end
@@ -0,0 +1 @@
1
+ require 'active_merchant'
@@ -0,0 +1,25 @@
1
+ require 'uri'
2
+ require 'set'
3
+
4
+ class OutboundHosts
5
+ def self.list
6
+ uris = Set.new
7
+
8
+ Dir['lib/**/*.rb'].each do |file|
9
+ content = File.read(file)
10
+
11
+ content.each_line do |line|
12
+ next if line =~ /homepage_url/
13
+
14
+ if line =~ /("|')(https:\/\/.*)("|')/
15
+ uri = URI.parse($2)
16
+ uris << [uri.host, uri.port]
17
+ end
18
+ end
19
+ end
20
+
21
+ uris.each do |uri|
22
+ puts "#{uri.first} #{uri.last}"
23
+ end
24
+ end
25
+ end
metadata CHANGED
@@ -1,54 +1,53 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smulube-activemerchant
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 11
4
5
  prerelease: false
5
6
  segments:
6
7
  - 1
7
- - 5
8
- - 1
9
- - 4
10
- version: 1.5.1.4
8
+ - 7
9
+ - 0
10
+ version: 1.7.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tobias Luetke
14
- - Cody Fauser
15
- - Dennis Thiesen
16
- - Sam Mulube
17
14
  autorequire:
18
15
  bindir: bin
19
16
  cert_chain:
20
17
  - |
21
18
  -----BEGIN CERTIFICATE-----
22
- MIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMRMwEQYDVQQDDApjb2R5
23
- ZmF1c2VyMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZFgNj
24
- b20wHhcNMDcwMjIyMTcyMTI3WhcNMDgwMjIyMTcyMTI3WjBBMRMwEQYDVQQDDApj
25
- b2R5ZmF1c2VyMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ
26
- FgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC6T4Iqt5iWvAlU
27
- iXI6L8UO0URQhIC65X/gJ9hL/x4lwSl/ckVm/R/bPrJGmifT+YooFv824N3y/TIX
28
- 25o/lZtRj1TUZJK4OCb0aVzosQVxBHSe6rLmxO8cItNTMOM9wn3thaITFrTa1DOQ
29
- O3wqEjvW2L6VMozVfK1MfjL9IGgy0rCnl+2g4Gh4jDDpkLfnMG5CWI6cTCf3C1ye
30
- ytOpWgi0XpOEy8nQWcFmt/KCQ/kFfzBo4QxqJi54b80842EyvzWT9OB7Oew/CXZG
31
- F2yIHtiYxonz6N09vvSzq4CvEuisoUFLKZnktndxMEBKwJU3XeSHAbuS7ix40OKO
32
- WKuI54fHAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
33
- BBR9QQpefI3oDCAxiqJW/3Gg6jI6qjANBgkqhkiG9w0BAQUFAAOCAQEAs0lX26O+
34
- HpyMp7WL+SgZuM8k76AjfOHuKajl2GEn3S8pWYGpsa0xu07HtehJhKLiavrfUYeE
35
- qlFtyYMUyOh6/1S2vfkH6VqjX7mWjoi7XKHW/99fkMS40B5SbN+ypAUst+6c5R84
36
- w390mjtLHpdDE6WQYhS6bFvBN53vK6jG3DLyCJc0K9uMQ7gdHWoxq7RnG92ncQpT
37
- ThpRA+fky5Xt2Q63YJDnJpkYAz79QIama1enSnd4jslKzSl89JS2luq/zioPe/Us
38
- hbyalWR1+HrhgPoSPq7nk+s2FQUBJ9UZFK1lgMzho/4fZgzJwbu+cO8SNuaLS/bj
39
- hPaSTyVU0yCSnw==
19
+ MIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMRMwEQYDVQQDDApzYW0u
20
+ bXVsdWJlMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZFgNj
21
+ b20wHhcNMTAwNzE0MjM1NTQzWhcNMTEwNzE0MjM1NTQzWjBBMRMwEQYDVQQDDApz
22
+ YW0ubXVsdWJlMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ
23
+ FgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1S20wOTx1+MCv
24
+ 8c/XMt8w+TgzIHkArMnmX0gb6ePapYYIk2kuW2sLeREqoBOjrMLJKKtdqTlp6jva
25
+ Xy/UP3dxh/jD1NDojv2HmCDP7ZFwLulLnsOgEPxM9bkwNAN3bgJNYOuQ0c41KqAO
26
+ F4A5apElftxZPmi7gobf+JiXwQKkw227gf0nwNMD3B1SIv34KiYIz4jLZm2lkGZf
27
+ tXT1GsRZTEwFDRMDoF9vxHJleCT0PbO8sw+IVWrP31sj5o4BR81N/y3uvXxiQUou
28
+ uy2LH4tNxukujkPapvmNxb/ElLkpCc4HDWH60IFQx6gkq0poJlkc8BrDQhA1yYYz
29
+ f2dA4XSxAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
30
+ BBSyF2LdgO72sQWoE6NRc02ZCeop1DANBgkqhkiG9w0BAQUFAAOCAQEALPXospc4
31
+ BO7pvZVz1kmSigS5dVaP/KubPjh+OLG6D83Iw4lzu2BrY/MMWaWUglRugj2y4giv
32
+ tgxZ6xZVHDDoaxbF3jf+iICgYCh1QnAWCqpHurcqbQrTWS9nNRUEIRyh2BNVLlR3
33
+ O5+kB0iyU0s/PEtPSLcAME7kwEugSU+CwRYohE3zBAa2STKKRLQk3Z/TBSmLX587
34
+ 3tT9qmIz/NBeg8PJ3gbS3hrcm84s7htXoHfoKqeNnavTbDiZ9AJOIv3RniR0wo0K
35
+ dHld/h3mnLtULVKWxy1CkMLCLvKm7WN1IZMhmOBMtSfVvUHnBC2/DtIOvYmp4g8V
36
+ RGv1VYD5jSaHiQ==
40
37
  -----END CERTIFICATE-----
41
38
 
42
- date: 2010-06-02 00:00:00 +01:00
39
+ date: 2010-07-15 00:00:00 +01:00
43
40
  default_executable:
44
41
  dependencies:
45
42
  - !ruby/object:Gem::Dependency
46
43
  name: activesupport
47
44
  prerelease: false
48
45
  requirement: &id001 !ruby/object:Gem::Requirement
46
+ none: false
49
47
  requirements:
50
48
  - - ">="
51
49
  - !ruby/object:Gem::Version
50
+ hash: 7
52
51
  segments:
53
52
  - 2
54
53
  - 3
@@ -60,9 +59,11 @@ dependencies:
60
59
  name: builder
61
60
  prerelease: false
62
61
  requirement: &id002 !ruby/object:Gem::Requirement
62
+ none: false
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
+ hash: 15
66
67
  segments:
67
68
  - 2
68
69
  - 0
@@ -70,523 +71,204 @@ dependencies:
70
71
  version: 2.0.0
71
72
  type: :runtime
72
73
  version_requirements: *id002
74
+ - !ruby/object:Gem::Dependency
75
+ name: braintree
76
+ prerelease: false
77
+ requirement: &id003 !ruby/object:Gem::Requirement
78
+ none: false
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ hash: 15
83
+ segments:
84
+ - 2
85
+ - 0
86
+ - 0
87
+ version: 2.0.0
88
+ type: :runtime
89
+ version_requirements: *id003
73
90
  description: Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.
74
91
  email: tobi@leetsoft.com
75
92
  executables: []
76
93
 
77
94
  extensions: []
78
95
 
79
- extra_rdoc_files:
80
- - README.rdoc
96
+ extra_rdoc_files: []
97
+
81
98
  files:
82
- - .gitignore
83
99
  - CHANGELOG
84
- - CONTRIBUTORS
85
- - MIT-LICENSE
86
100
  - README.rdoc
87
- - Rakefile
101
+ - MIT-LICENSE
102
+ - CONTRIBUTORS
88
103
  - gem-public_cert.pem
89
- - generators/gateway/USAGE
90
- - generators/gateway/gateway_generator.rb
91
- - generators/gateway/templates/gateway.rb
92
- - generators/gateway/templates/gateway_test.rb
93
- - generators/gateway/templates/remote_gateway_test.rb
94
- - generators/integration/USAGE
95
- - generators/integration/integration_generator.rb
96
- - generators/integration/templates/helper.rb
97
- - generators/integration/templates/helper_test.rb
98
- - generators/integration/templates/integration.rb
99
- - generators/integration/templates/module_test.rb
100
- - generators/integration/templates/notification.rb
101
- - generators/integration/templates/notification_test.rb
102
- - init.rb
104
+ - lib/certs/cacert.pem
105
+ - lib/activemerchant.rb
103
106
  - lib/active_merchant.rb
104
- - lib/active_merchant/billing.rb
105
- - lib/active_merchant/billing/avs_result.rb
106
- - lib/active_merchant/billing/base.rb
107
- - lib/active_merchant/billing/check.rb
108
- - lib/active_merchant/billing/credit_card.rb
109
- - lib/active_merchant/billing/credit_card_formatting.rb
107
+ - lib/support/outbound_hosts.rb
108
+ - lib/support/gateway_support.rb
110
109
  - lib/active_merchant/billing/credit_card_methods.rb
111
- - lib/active_merchant/billing/cvv_result.rb
112
- - lib/active_merchant/billing/expiry_date.rb
110
+ - lib/active_merchant/billing/response.rb
111
+ - lib/active_merchant/billing/integrations/gestpay/helper.rb
112
+ - lib/active_merchant/billing/integrations/gestpay/notification.rb
113
+ - lib/active_merchant/billing/integrations/gestpay/common.rb
114
+ - lib/active_merchant/billing/integrations/gestpay/return.rb
115
+ - lib/active_merchant/billing/integrations/quickpay/helper.rb
116
+ - lib/active_merchant/billing/integrations/quickpay/notification.rb
117
+ - lib/active_merchant/billing/integrations/paypal/helper.rb
118
+ - lib/active_merchant/billing/integrations/paypal/notification.rb
119
+ - lib/active_merchant/billing/integrations/paypal/return.rb
120
+ - lib/active_merchant/billing/integrations/two_checkout.rb
121
+ - lib/active_merchant/billing/integrations/nochex.rb
122
+ - lib/active_merchant/billing/integrations/two_checkout/helper.rb
123
+ - lib/active_merchant/billing/integrations/two_checkout/notification.rb
124
+ - lib/active_merchant/billing/integrations/two_checkout/return.rb
125
+ - lib/active_merchant/billing/integrations/nochex/helper.rb
126
+ - lib/active_merchant/billing/integrations/nochex/notification.rb
127
+ - lib/active_merchant/billing/integrations/nochex/return.rb
128
+ - lib/active_merchant/billing/integrations/hi_trust/helper.rb
129
+ - lib/active_merchant/billing/integrations/hi_trust/notification.rb
130
+ - lib/active_merchant/billing/integrations/hi_trust/return.rb
131
+ - lib/active_merchant/billing/integrations/helper.rb
132
+ - lib/active_merchant/billing/integrations/notification.rb
133
+ - lib/active_merchant/billing/integrations/paypal.rb
134
+ - lib/active_merchant/billing/integrations/quickpay.rb
135
+ - lib/active_merchant/billing/integrations/chronopay.rb
136
+ - lib/active_merchant/billing/integrations/gestpay.rb
137
+ - lib/active_merchant/billing/integrations/action_view_helper.rb
138
+ - lib/active_merchant/billing/integrations/bogus.rb
139
+ - lib/active_merchant/billing/integrations/return.rb
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/hi_trust.rb
144
+ - lib/active_merchant/billing/integrations/chronopay/helper.rb
145
+ - lib/active_merchant/billing/integrations/chronopay/notification.rb
146
+ - lib/active_merchant/billing/integrations/chronopay/return.rb
113
147
  - lib/active_merchant/billing/gateway.rb
148
+ - lib/active_merchant/billing/cvv_result.rb
149
+ - lib/active_merchant/billing/check.rb
114
150
  - lib/active_merchant/billing/gateways.rb
115
- - lib/active_merchant/billing/gateways/authorize_net.rb
116
- - lib/active_merchant/billing/gateways/authorize_net_cim.rb
117
- - lib/active_merchant/billing/gateways/beanstream.rb
118
- - lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb
119
- - lib/active_merchant/billing/gateways/beanstream_interac.rb
120
- - lib/active_merchant/billing/gateways/bogus.rb
121
- - lib/active_merchant/billing/gateways/braintree.rb
122
- - lib/active_merchant/billing/gateways/card_stream.rb
123
- - lib/active_merchant/billing/gateways/cyber_source.rb
124
- - lib/active_merchant/billing/gateways/data_cash.rb
125
- - lib/active_merchant/billing/gateways/efsnet.rb
126
- - lib/active_merchant/billing/gateways/elavon.rb
127
- - lib/active_merchant/billing/gateways/eway.rb
128
- - lib/active_merchant/billing/gateways/exact.rb
129
- - lib/active_merchant/billing/gateways/first_pay.rb
130
- - lib/active_merchant/billing/gateways/garanti.rb
131
- - lib/active_merchant/billing/gateways/instapay.rb
132
- - lib/active_merchant/billing/gateways/jetpay.rb
133
- - lib/active_merchant/billing/gateways/linkpoint.rb
134
- - lib/active_merchant/billing/gateways/merchant_e_solutions.rb
135
- - lib/active_merchant/billing/gateways/merchant_ware.rb
136
- - lib/active_merchant/billing/gateways/modern_payments.rb
137
- - lib/active_merchant/billing/gateways/modern_payments_cim.rb
151
+ - lib/active_merchant/billing/credit_card.rb
152
+ - lib/active_merchant/billing/expiry_date.rb
153
+ - lib/active_merchant/billing/avs_result.rb
154
+ - lib/active_merchant/billing/integrations.rb
155
+ - lib/active_merchant/billing/gateways/psl_card.rb
156
+ - lib/active_merchant/billing/gateways/payflow.rb
138
157
  - lib/active_merchant/billing/gateways/moneris.rb
139
- - lib/active_merchant/billing/gateways/net_registry.rb
140
158
  - lib/active_merchant/billing/gateways/netbilling.rb
159
+ - lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb
160
+ - lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb
161
+ - lib/active_merchant/billing/gateways/braintree/braintree_common.rb
162
+ - lib/active_merchant/billing/gateways/efsnet.rb
163
+ - lib/active_merchant/billing/gateways/smart_ps.rb
164
+ - lib/active_merchant/billing/gateways/beanstream_interac.rb
165
+ - lib/active_merchant/billing/gateways/braintree_orange.rb
166
+ - lib/active_merchant/billing/gateways/payflow_nvp_uk.rb
167
+ - lib/active_merchant/billing/gateways/merchant_ware.rb
168
+ - lib/active_merchant/billing/gateways/secure_pay.rb
169
+ - lib/active_merchant/billing/gateways/secure_pay_au.rb
141
170
  - lib/active_merchant/billing/gateways/ogone.rb
142
- - lib/active_merchant/billing/gateways/pay_junction.rb
143
171
  - lib/active_merchant/billing/gateways/pay_secure.rb
144
- - lib/active_merchant/billing/gateways/payflow.rb
145
- - lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb
146
- - lib/active_merchant/billing/gateways/payflow/payflow_express_response.rb
147
- - lib/active_merchant/billing/gateways/payflow/payflow_response.rb
148
- - lib/active_merchant/billing/gateways/payflow_express.rb
149
- - lib/active_merchant/billing/gateways/payflow_express_uk.rb
150
- - lib/active_merchant/billing/gateways/payflow_nvp_uk.rb
172
+ - lib/active_merchant/billing/gateways/instapay.rb
151
173
  - lib/active_merchant/billing/gateways/payflow_uk.rb
152
- - lib/active_merchant/billing/gateways/payment_express.rb
153
- - lib/active_merchant/billing/gateways/paypal.rb
154
- - lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb
155
- - lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb
156
- - lib/active_merchant/billing/gateways/paypal_ca.rb
174
+ - lib/active_merchant/billing/gateways/beanstream.rb
175
+ - lib/active_merchant/billing/gateways/usa_epay.rb
176
+ - lib/active_merchant/billing/gateways/authorize_net_cim.rb
177
+ - lib/active_merchant/billing/gateways/linkpoint.rb
157
178
  - lib/active_merchant/billing/gateways/paypal_express.rb
158
- - lib/active_merchant/billing/gateways/paypal_express_common.rb
159
- - lib/active_merchant/billing/gateways/plugnpay.rb
179
+ - lib/active_merchant/billing/gateways/exact.rb
180
+ - lib/active_merchant/billing/gateways/skip_jack.rb
181
+ - lib/active_merchant/billing/gateways/card_stream.rb
182
+ - lib/active_merchant/billing/gateways/trans_first.rb
183
+ - lib/active_merchant/billing/gateways/verifi.rb
184
+ - lib/active_merchant/billing/gateways/pay_junction.rb
185
+ - lib/active_merchant/billing/gateways/secure_pay_tech.rb
160
186
  - lib/active_merchant/billing/gateways/psigate.rb
161
- - lib/active_merchant/billing/gateways/psl_card.rb
187
+ - lib/active_merchant/billing/gateways/braintree_blue.rb
188
+ - lib/active_merchant/billing/gateways/paypal.rb
189
+ - lib/active_merchant/billing/gateways/braintree.rb
190
+ - lib/active_merchant/billing/gateways/plugnpay.rb
191
+ - lib/active_merchant/billing/gateways/eway.rb
162
192
  - lib/active_merchant/billing/gateways/quickpay.rb
163
- - lib/active_merchant/billing/gateways/realex.rb
164
- - lib/active_merchant/billing/gateways/sage.rb
193
+ - lib/active_merchant/billing/gateways/viaklix.rb
194
+ - lib/active_merchant/billing/gateways/paypal_express_common.rb
165
195
  - lib/active_merchant/billing/gateways/sage/sage_bankcard.rb
166
- - lib/active_merchant/billing/gateways/sage/sage_core.rb
167
196
  - lib/active_merchant/billing/gateways/sage/sage_virtual_check.rb
168
- - lib/active_merchant/billing/gateways/sage_pay.rb
197
+ - lib/active_merchant/billing/gateways/sage/sage_core.rb
198
+ - lib/active_merchant/billing/gateways/net_registry.rb
199
+ - lib/active_merchant/billing/gateways/garanti.rb
200
+ - lib/active_merchant/billing/gateways/wirecard.rb
201
+ - lib/active_merchant/billing/gateways/merchant_e_solutions.rb
202
+ - lib/active_merchant/billing/gateways/payment_express.rb
203
+ - lib/active_merchant/billing/gateways/modern_payments.rb
204
+ - lib/active_merchant/billing/gateways/trust_commerce.rb
205
+ - lib/active_merchant/billing/gateways/elavon.rb
206
+ - lib/active_merchant/billing/gateways/authorize_net.rb
207
+ - lib/active_merchant/billing/gateways/modern_payments_cim.rb
208
+ - lib/active_merchant/billing/gateways/realex.rb
209
+ - lib/active_merchant/billing/gateways/payflow_express_uk.rb
210
+ - lib/active_merchant/billing/gateways/bogus.rb
169
211
  - lib/active_merchant/billing/gateways/sallie_mae.rb
170
- - lib/active_merchant/billing/gateways/secure_pay.rb
171
- - lib/active_merchant/billing/gateways/secure_pay_au.rb
172
- - lib/active_merchant/billing/gateways/secure_pay_tech.rb
173
- - lib/active_merchant/billing/gateways/skip_jack.rb
174
- - lib/active_merchant/billing/gateways/smart_ps.rb
175
- - lib/active_merchant/billing/gateways/trans_first.rb
212
+ - lib/active_merchant/billing/gateways/sage.rb
213
+ - lib/active_merchant/billing/gateways/cyber_source.rb
214
+ - lib/active_merchant/billing/gateways/payflow_express.rb
215
+ - lib/active_merchant/billing/gateways/first_pay.rb
216
+ - lib/active_merchant/billing/gateways/jetpay.rb
217
+ - lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb
218
+ - lib/active_merchant/billing/gateways/paypal_ca.rb
219
+ - lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb
220
+ - lib/active_merchant/billing/gateways/payflow/payflow_express_response.rb
221
+ - lib/active_merchant/billing/gateways/payflow/payflow_response.rb
176
222
  - lib/active_merchant/billing/gateways/transax.rb
177
- - lib/active_merchant/billing/gateways/trust_commerce.rb
178
- - lib/active_merchant/billing/gateways/usa_epay.rb
179
- - lib/active_merchant/billing/gateways/verifi.rb
180
- - lib/active_merchant/billing/gateways/viaklix.rb
181
- - lib/active_merchant/billing/gateways/wirecard.rb
182
- - lib/active_merchant/billing/integrations.rb
183
- - lib/active_merchant/billing/integrations/action_view_helper.rb
184
- - lib/active_merchant/billing/integrations/bogus.rb
185
- - lib/active_merchant/billing/integrations/bogus/helper.rb
186
- - lib/active_merchant/billing/integrations/bogus/notification.rb
187
- - lib/active_merchant/billing/integrations/bogus/return.rb
188
- - lib/active_merchant/billing/integrations/chronopay.rb
189
- - lib/active_merchant/billing/integrations/chronopay/helper.rb
190
- - lib/active_merchant/billing/integrations/chronopay/notification.rb
191
- - lib/active_merchant/billing/integrations/chronopay/return.rb
192
- - lib/active_merchant/billing/integrations/gestpay.rb
193
- - lib/active_merchant/billing/integrations/gestpay/common.rb
194
- - lib/active_merchant/billing/integrations/gestpay/helper.rb
195
- - lib/active_merchant/billing/integrations/gestpay/notification.rb
196
- - lib/active_merchant/billing/integrations/gestpay/return.rb
197
- - lib/active_merchant/billing/integrations/helper.rb
198
- - lib/active_merchant/billing/integrations/hi_trust.rb
199
- - lib/active_merchant/billing/integrations/hi_trust/helper.rb
200
- - lib/active_merchant/billing/integrations/hi_trust/notification.rb
201
- - lib/active_merchant/billing/integrations/hi_trust/return.rb
202
- - lib/active_merchant/billing/integrations/nochex.rb
203
- - lib/active_merchant/billing/integrations/nochex/helper.rb
204
- - lib/active_merchant/billing/integrations/nochex/notification.rb
205
- - lib/active_merchant/billing/integrations/nochex/return.rb
206
- - lib/active_merchant/billing/integrations/notification.rb
207
- - lib/active_merchant/billing/integrations/paypal.rb
208
- - lib/active_merchant/billing/integrations/paypal/helper.rb
209
- - lib/active_merchant/billing/integrations/paypal/notification.rb
210
- - lib/active_merchant/billing/integrations/paypal/return.rb
211
- - lib/active_merchant/billing/integrations/quickpay.rb
212
- - lib/active_merchant/billing/integrations/quickpay/helper.rb
213
- - lib/active_merchant/billing/integrations/quickpay/notification.rb
214
- - lib/active_merchant/billing/integrations/return.rb
215
- - lib/active_merchant/billing/integrations/two_checkout.rb
216
- - lib/active_merchant/billing/integrations/two_checkout/helper.rb
217
- - lib/active_merchant/billing/integrations/two_checkout/notification.rb
218
- - lib/active_merchant/billing/integrations/two_checkout/return.rb
219
- - lib/active_merchant/billing/response.rb
220
- - lib/active_merchant/lib/connection.rb
221
- - lib/active_merchant/lib/country.rb
222
- - lib/active_merchant/lib/error.rb
223
- - lib/active_merchant/lib/post_data.rb
224
- - lib/active_merchant/lib/posts_data.rb
225
- - lib/active_merchant/lib/requires_parameters.rb
226
- - lib/active_merchant/lib/utils.rb
227
- - lib/active_merchant/lib/validateable.rb
223
+ - lib/active_merchant/billing/gateways/data_cash.rb
224
+ - lib/active_merchant/billing/gateways/sage_pay.rb
225
+ - lib/active_merchant/billing/credit_card_formatting.rb
226
+ - lib/active_merchant/billing/base.rb
228
227
  - lib/active_merchant/version.rb
229
- - lib/certs/cacert.pem
230
- - lib/support/gateway_support.rb
231
- - script/destroy
232
- - script/generate
233
- - test/fixtures.yml
234
- - test/remote/gateways/remote_authorize_net_cim_test.rb
235
- - test/remote/gateways/remote_authorize_net_test.rb
236
- - test/remote/gateways/remote_beanstream_interac_test.rb
237
- - test/remote/gateways/remote_beanstream_test.rb
238
- - test/remote/gateways/remote_braintree_test.rb
239
- - test/remote/gateways/remote_card_stream_test.rb
240
- - test/remote/gateways/remote_cyber_source_test.rb
241
- - test/remote/gateways/remote_data_cash_test.rb
242
- - test/remote/gateways/remote_efsnet_test.rb
243
- - test/remote/gateways/remote_elavon_test.rb
244
- - test/remote/gateways/remote_eway_test.rb
245
- - test/remote/gateways/remote_exact_test.rb
246
- - test/remote/gateways/remote_first_pay_test.rb
247
- - test/remote/gateways/remote_garanti_test.rb
248
- - test/remote/gateways/remote_instapay_test.rb
249
- - test/remote/gateways/remote_jetpay_test.rb
250
- - test/remote/gateways/remote_linkpoint_test.rb
251
- - test/remote/gateways/remote_merchant_e_solutions_test.rb
252
- - test/remote/gateways/remote_merchant_ware_test.rb
253
- - test/remote/gateways/remote_modern_payments_cim_test.rb
254
- - test/remote/gateways/remote_modern_payments_test.rb
255
- - test/remote/gateways/remote_moneris_test.rb
256
- - test/remote/gateways/remote_net_registry_test.rb
257
- - test/remote/gateways/remote_netbilling_test.rb
258
- - test/remote/gateways/remote_ogone_test.rb
259
- - test/remote/gateways/remote_pay_junction_test.rb
260
- - test/remote/gateways/remote_pay_secure_test.rb
261
- - test/remote/gateways/remote_payflow_express_test.rb
262
- - test/remote/gateways/remote_payflow_nvp_uk_test.rb
263
- - test/remote/gateways/remote_payflow_test.rb
264
- - test/remote/gateways/remote_payflow_uk_test.rb
265
- - test/remote/gateways/remote_payment_express_test.rb
266
- - test/remote/gateways/remote_paypal_express_test.rb
267
- - test/remote/gateways/remote_paypal_test.rb
268
- - test/remote/gateways/remote_plugnpay_test.rb
269
- - test/remote/gateways/remote_psigate_test.rb
270
- - test/remote/gateways/remote_psl_card_test.rb
271
- - test/remote/gateways/remote_quickpay_test.rb
272
- - test/remote/gateways/remote_realex_test.rb
273
- - test/remote/gateways/remote_sage_bankcard_test.rb
274
- - test/remote/gateways/remote_sage_pay_test.rb
275
- - test/remote/gateways/remote_sage_test.rb
276
- - test/remote/gateways/remote_sage_virtual_check_test.rb
277
- - test/remote/gateways/remote_sallie_mae_test.rb
278
- - test/remote/gateways/remote_secure_pay_au_test.rb
279
- - test/remote/gateways/remote_secure_pay_tech_test.rb
280
- - test/remote/gateways/remote_secure_pay_test.rb
281
- - test/remote/gateways/remote_skipjack_test.rb
282
- - test/remote/gateways/remote_trans_first_test.rb
283
- - test/remote/gateways/remote_transax_test.rb
284
- - test/remote/gateways/remote_trust_commerce_test.rb
285
- - test/remote/gateways/remote_usa_epay_test.rb
286
- - test/remote/gateways/remote_verifi_test.rb
287
- - test/remote/gateways/remote_viaklix_test.rb
288
- - test/remote/gateways/remote_wirecard_test.rb
289
- - test/remote/integrations/remote_gestpay_integration_test.rb
290
- - test/remote/integrations/remote_paypal_integration_test.rb
291
- - test/test_helper.rb
292
- - test/unit/avs_result_test.rb
293
- - test/unit/base_test.rb
294
- - test/unit/check_test.rb
295
- - test/unit/connection_test.rb
296
- - test/unit/country_code_test.rb
297
- - test/unit/country_test.rb
298
- - test/unit/credit_card_formatting_test.rb
299
- - test/unit/credit_card_methods_test.rb
300
- - test/unit/credit_card_test.rb
301
- - test/unit/cvv_result_test.rb
302
- - test/unit/expiry_date_test.rb
303
- - test/unit/gateways/authorize_net_cim_test.rb
304
- - test/unit/gateways/authorize_net_test.rb
305
- - test/unit/gateways/beanstream_interac_test.rb
306
- - test/unit/gateways/beanstream_test.rb
307
- - test/unit/gateways/bogus_test.rb
308
- - test/unit/gateways/braintree_test.rb
309
- - test/unit/gateways/card_stream_test.rb
310
- - test/unit/gateways/cyber_source_test.rb
311
- - test/unit/gateways/data_cash_test.rb
312
- - test/unit/gateways/efsnet_test.rb
313
- - test/unit/gateways/elavon_test.rb
314
- - test/unit/gateways/eway_test.rb
315
- - test/unit/gateways/exact_test.rb
316
- - test/unit/gateways/first_pay_test.rb
317
- - test/unit/gateways/garanti_test.rb
318
- - test/unit/gateways/gateway_test.rb
319
- - test/unit/gateways/instapay_test.rb
320
- - test/unit/gateways/jetpay_test.rb
321
- - test/unit/gateways/linkpoint_test.rb
322
- - test/unit/gateways/merchant_e_solutions_test.rb
323
- - test/unit/gateways/merchant_ware_test.rb
324
- - test/unit/gateways/modern_payments_cim_test.rb
325
- - test/unit/gateways/moneris_test.rb
326
- - test/unit/gateways/net_registry_test.rb
327
- - test/unit/gateways/netbilling_test.rb
328
- - test/unit/gateways/ogone_test.rb
329
- - test/unit/gateways/pay_junction_test.rb
330
- - test/unit/gateways/pay_secure_test.rb
331
- - test/unit/gateways/payflow_express_test.rb
332
- - test/unit/gateways/payflow_express_uk_test.rb
333
- - test/unit/gateways/payflow_nvp_uk_test.rb
334
- - test/unit/gateways/payflow_test.rb
335
- - test/unit/gateways/payflow_uk_test.rb
336
- - test/unit/gateways/payment_express_test.rb
337
- - test/unit/gateways/paypal_express_test.rb
338
- - test/unit/gateways/paypal_test.rb
339
- - test/unit/gateways/plugnpay_test.rb
340
- - test/unit/gateways/psigate_test.rb
341
- - test/unit/gateways/psl_card_test.rb
342
- - test/unit/gateways/quickpay_test.rb
343
- - test/unit/gateways/realex_test.rb
344
- - test/unit/gateways/sage_bankcard_test.rb
345
- - test/unit/gateways/sage_pay_test.rb
346
- - test/unit/gateways/sage_virtual_check_test.rb
347
- - test/unit/gateways/sallie_mae_test.rb
348
- - test/unit/gateways/secure_pay_au_test.rb
349
- - test/unit/gateways/secure_pay_tech_test.rb
350
- - test/unit/gateways/secure_pay_test.rb
351
- - test/unit/gateways/skip_jack_test.rb
352
- - test/unit/gateways/trans_first_test.rb
353
- - test/unit/gateways/trust_commerce_test.rb
354
- - test/unit/gateways/usa_epay_test.rb
355
- - test/unit/gateways/verifi_test.rb
356
- - test/unit/gateways/viaklix_test.rb
357
- - test/unit/gateways/wirecard_test.rb
358
- - test/unit/generators/test_gateway_generator.rb
359
- - test/unit/generators/test_generator_helper.rb
360
- - test/unit/generators/test_integration_generator.rb
361
- - test/unit/integrations/action_view_helper_test.rb
362
- - test/unit/integrations/bogus_module_test.rb
363
- - test/unit/integrations/chronopay_module_test.rb
364
- - test/unit/integrations/gestpay_module_test.rb
365
- - test/unit/integrations/helpers/bogus_helper_test.rb
366
- - test/unit/integrations/helpers/chronopay_helper_test.rb
367
- - test/unit/integrations/helpers/gestpay_helper_test.rb
368
- - test/unit/integrations/helpers/hi_trust_helper_test.rb
369
- - test/unit/integrations/helpers/nochex_helper_test.rb
370
- - test/unit/integrations/helpers/paypal_helper_test.rb
371
- - test/unit/integrations/helpers/quickpay_helper_test.rb
372
- - test/unit/integrations/helpers/two_checkout_helper_test.rb
373
- - test/unit/integrations/hi_trust_module_test.rb
374
- - test/unit/integrations/nochex_module_test.rb
375
- - test/unit/integrations/notifications/chronopay_notification_test.rb
376
- - test/unit/integrations/notifications/gestpay_notification_test.rb
377
- - test/unit/integrations/notifications/hi_trust_notification_test.rb
378
- - test/unit/integrations/notifications/nochex_notification_test.rb
379
- - test/unit/integrations/notifications/notification_test.rb
380
- - test/unit/integrations/notifications/paypal_notification_test.rb
381
- - test/unit/integrations/notifications/quickpay_notification_test.rb
382
- - test/unit/integrations/notifications/two_checkout_notification_test.rb
383
- - test/unit/integrations/paypal_module_test.rb
384
- - test/unit/integrations/quickpay_module_test.rb
385
- - test/unit/integrations/returns/chronopay_return_test.rb
386
- - test/unit/integrations/returns/gestpay_return_test.rb
387
- - test/unit/integrations/returns/hi_trust_return_test.rb
388
- - test/unit/integrations/returns/nochex_return_test.rb
389
- - test/unit/integrations/returns/paypal_return_test.rb
390
- - test/unit/integrations/returns/return_test.rb
391
- - test/unit/integrations/returns/two_checkout_return_test.rb
392
- - test/unit/integrations/two_checkout_module_test.rb
393
- - test/unit/post_data_test.rb
394
- - test/unit/posts_data_test.rb
395
- - test/unit/response_test.rb
396
- - test/unit/utils_test.rb
397
- - test/unit/validateable_test.rb
228
+ - lib/active_merchant/billing.rb
229
+ - lib/active_merchant/common.rb
230
+ - lib/active_merchant/common/post_data.rb
231
+ - lib/active_merchant/common/error.rb
232
+ - lib/active_merchant/common/utils.rb
233
+ - lib/active_merchant/common/posts_data.rb
234
+ - lib/active_merchant/common/connection.rb
235
+ - lib/active_merchant/common/country.rb
236
+ - lib/active_merchant/common/validateable.rb
237
+ - lib/active_merchant/common/requires_parameters.rb
238
+ - lib/active_merchant/version.rb.orig
398
239
  has_rdoc: true
399
240
  homepage: http://activemerchant.org/
400
241
  licenses: []
401
242
 
402
243
  post_install_message:
403
- rdoc_options:
404
- - --charset=UTF-8
244
+ rdoc_options: []
245
+
405
246
  require_paths:
406
247
  - lib
407
248
  required_ruby_version: !ruby/object:Gem::Requirement
249
+ none: false
408
250
  requirements:
409
251
  - - ">="
410
252
  - !ruby/object:Gem::Version
253
+ hash: 3
411
254
  segments:
412
255
  - 0
413
256
  version: "0"
414
257
  required_rubygems_version: !ruby/object:Gem::Requirement
258
+ none: false
415
259
  requirements:
416
260
  - - ">="
417
261
  - !ruby/object:Gem::Version
262
+ hash: 3
418
263
  segments:
419
264
  - 0
420
265
  version: "0"
421
266
  requirements: []
422
267
 
423
- rubyforge_project:
424
- rubygems_version: 1.3.6
268
+ rubyforge_project: activemerchant
269
+ rubygems_version: 1.3.7
425
270
  signing_key:
426
271
  specification_version: 3
427
272
  summary: Framework and tools for dealing with credit card transactions.
428
- test_files:
429
- - test/unit/credit_card_test.rb
430
- - test/unit/credit_card_formatting_test.rb
431
- - test/unit/country_test.rb
432
- - test/unit/cvv_result_test.rb
433
- - test/unit/response_test.rb
434
- - test/unit/avs_result_test.rb
435
- - test/unit/validateable_test.rb
436
- - test/unit/country_code_test.rb
437
- - test/unit/gateways/efsnet_test.rb
438
- - test/unit/gateways/verifi_test.rb
439
- - test/unit/gateways/beanstream_test.rb
440
- - test/unit/gateways/payflow_express_test.rb
441
- - test/unit/gateways/payment_express_test.rb
442
- - test/unit/gateways/secure_pay_test.rb
443
- - test/unit/gateways/gateway_test.rb
444
- - test/unit/gateways/trust_commerce_test.rb
445
- - test/unit/gateways/psl_card_test.rb
446
- - test/unit/gateways/sallie_mae_test.rb
447
- - test/unit/gateways/ogone_test.rb
448
- - test/unit/gateways/eway_test.rb
449
- - test/unit/gateways/wirecard_test.rb
450
- - test/unit/gateways/sage_bankcard_test.rb
451
- - test/unit/gateways/elavon_test.rb
452
- - test/unit/gateways/exact_test.rb
453
- - test/unit/gateways/secure_pay_tech_test.rb
454
- - test/unit/gateways/netbilling_test.rb
455
- - test/unit/gateways/payflow_test.rb
456
- - test/unit/gateways/trans_first_test.rb
457
- - test/unit/gateways/net_registry_test.rb
458
- - test/unit/gateways/psigate_test.rb
459
- - test/unit/gateways/paypal_express_test.rb
460
- - test/unit/gateways/jetpay_test.rb
461
- - test/unit/gateways/linkpoint_test.rb
462
- - test/unit/gateways/payflow_express_uk_test.rb
463
- - test/unit/gateways/bogus_test.rb
464
- - test/unit/gateways/card_stream_test.rb
465
- - test/unit/gateways/braintree_test.rb
466
- - test/unit/gateways/viaklix_test.rb
467
- - test/unit/gateways/quickpay_test.rb
468
- - test/unit/gateways/modern_payments_cim_test.rb
469
- - test/unit/gateways/garanti_test.rb
470
- - test/unit/gateways/merchant_e_solutions_test.rb
471
- - test/unit/gateways/moneris_test.rb
472
- - test/unit/gateways/pay_secure_test.rb
473
- - test/unit/gateways/merchant_ware_test.rb
474
- - test/unit/gateways/first_pay_test.rb
475
- - test/unit/gateways/skip_jack_test.rb
476
- - test/unit/gateways/instapay_test.rb
477
- - test/unit/gateways/paypal_test.rb
478
- - test/unit/gateways/authorize_net_test.rb
479
- - test/unit/gateways/payflow_nvp_uk_test.rb
480
- - test/unit/gateways/beanstream_interac_test.rb
481
- - test/unit/gateways/cyber_source_test.rb
482
- - test/unit/gateways/authorize_net_cim_test.rb
483
- - test/unit/gateways/pay_junction_test.rb
484
- - test/unit/gateways/realex_test.rb
485
- - test/unit/gateways/payflow_uk_test.rb
486
- - test/unit/gateways/secure_pay_au_test.rb
487
- - test/unit/gateways/data_cash_test.rb
488
- - test/unit/gateways/plugnpay_test.rb
489
- - test/unit/gateways/sage_pay_test.rb
490
- - test/unit/gateways/sage_virtual_check_test.rb
491
- - test/unit/gateways/usa_epay_test.rb
492
- - test/unit/post_data_test.rb
493
- - test/unit/utils_test.rb
494
- - test/unit/credit_card_methods_test.rb
495
- - test/unit/connection_test.rb
496
- - test/unit/generators/test_integration_generator.rb
497
- - test/unit/generators/test_generator_helper.rb
498
- - test/unit/generators/test_gateway_generator.rb
499
- - test/unit/posts_data_test.rb
500
- - test/unit/check_test.rb
501
- - test/unit/expiry_date_test.rb
502
- - test/unit/integrations/chronopay_module_test.rb
503
- - test/unit/integrations/returns/paypal_return_test.rb
504
- - test/unit/integrations/returns/return_test.rb
505
- - test/unit/integrations/returns/gestpay_return_test.rb
506
- - test/unit/integrations/returns/nochex_return_test.rb
507
- - test/unit/integrations/returns/chronopay_return_test.rb
508
- - test/unit/integrations/returns/two_checkout_return_test.rb
509
- - test/unit/integrations/returns/hi_trust_return_test.rb
510
- - test/unit/integrations/bogus_module_test.rb
511
- - test/unit/integrations/gestpay_module_test.rb
512
- - test/unit/integrations/paypal_module_test.rb
513
- - test/unit/integrations/notifications/chronopay_notification_test.rb
514
- - test/unit/integrations/notifications/two_checkout_notification_test.rb
515
- - test/unit/integrations/notifications/paypal_notification_test.rb
516
- - test/unit/integrations/notifications/nochex_notification_test.rb
517
- - test/unit/integrations/notifications/notification_test.rb
518
- - test/unit/integrations/notifications/hi_trust_notification_test.rb
519
- - test/unit/integrations/notifications/gestpay_notification_test.rb
520
- - test/unit/integrations/notifications/quickpay_notification_test.rb
521
- - test/unit/integrations/action_view_helper_test.rb
522
- - test/unit/integrations/helpers/paypal_helper_test.rb
523
- - test/unit/integrations/helpers/chronopay_helper_test.rb
524
- - test/unit/integrations/helpers/hi_trust_helper_test.rb
525
- - test/unit/integrations/helpers/nochex_helper_test.rb
526
- - test/unit/integrations/helpers/bogus_helper_test.rb
527
- - test/unit/integrations/helpers/gestpay_helper_test.rb
528
- - test/unit/integrations/helpers/two_checkout_helper_test.rb
529
- - test/unit/integrations/helpers/quickpay_helper_test.rb
530
- - test/unit/integrations/hi_trust_module_test.rb
531
- - test/unit/integrations/quickpay_module_test.rb
532
- - test/unit/integrations/nochex_module_test.rb
533
- - test/unit/integrations/two_checkout_module_test.rb
534
- - test/unit/base_test.rb
535
- - test/remote/gateways/remote_plugnpay_test.rb
536
- - test/remote/gateways/remote_first_pay_test.rb
537
- - test/remote/gateways/remote_paypal_express_test.rb
538
- - test/remote/gateways/remote_payflow_nvp_uk_test.rb
539
- - test/remote/gateways/remote_sage_test.rb
540
- - test/remote/gateways/remote_realex_test.rb
541
- - test/remote/gateways/remote_netbilling_test.rb
542
- - test/remote/gateways/remote_braintree_test.rb
543
- - test/remote/gateways/remote_net_registry_test.rb
544
- - test/remote/gateways/remote_payflow_express_test.rb
545
- - test/remote/gateways/remote_authorize_net_cim_test.rb
546
- - test/remote/gateways/remote_card_stream_test.rb
547
- - test/remote/gateways/remote_sage_pay_test.rb
548
- - test/remote/gateways/remote_psigate_test.rb
549
- - test/remote/gateways/remote_instapay_test.rb
550
- - test/remote/gateways/remote_payment_express_test.rb
551
- - test/remote/gateways/remote_sage_bankcard_test.rb
552
- - test/remote/gateways/remote_elavon_test.rb
553
- - test/remote/gateways/remote_garanti_test.rb
554
- - test/remote/gateways/remote_viaklix_test.rb
555
- - test/remote/gateways/remote_beanstream_test.rb
556
- - test/remote/gateways/remote_secure_pay_au_test.rb
557
- - test/remote/gateways/remote_pay_secure_test.rb
558
- - test/remote/gateways/remote_merchant_e_solutions_test.rb
559
- - test/remote/gateways/remote_verifi_test.rb
560
- - test/remote/gateways/remote_exact_test.rb
561
- - test/remote/gateways/remote_secure_pay_tech_test.rb
562
- - test/remote/gateways/remote_sage_virtual_check_test.rb
563
- - test/remote/gateways/remote_merchant_ware_test.rb
564
- - test/remote/gateways/remote_payflow_test.rb
565
- - test/remote/gateways/remote_pay_junction_test.rb
566
- - test/remote/gateways/remote_modern_payments_test.rb
567
- - test/remote/gateways/remote_linkpoint_test.rb
568
- - test/remote/gateways/remote_jetpay_test.rb
569
- - test/remote/gateways/remote_skipjack_test.rb
570
- - test/remote/gateways/remote_efsnet_test.rb
571
- - test/remote/gateways/remote_modern_payments_cim_test.rb
572
- - test/remote/gateways/remote_ogone_test.rb
573
- - test/remote/gateways/remote_wirecard_test.rb
574
- - test/remote/gateways/remote_transax_test.rb
575
- - test/remote/gateways/remote_trust_commerce_test.rb
576
- - test/remote/gateways/remote_authorize_net_test.rb
577
- - test/remote/gateways/remote_secure_pay_test.rb
578
- - test/remote/gateways/remote_beanstream_interac_test.rb
579
- - test/remote/gateways/remote_moneris_test.rb
580
- - test/remote/gateways/remote_quickpay_test.rb
581
- - test/remote/gateways/remote_psl_card_test.rb
582
- - test/remote/gateways/remote_cyber_source_test.rb
583
- - test/remote/gateways/remote_payflow_uk_test.rb
584
- - test/remote/gateways/remote_sallie_mae_test.rb
585
- - test/remote/gateways/remote_data_cash_test.rb
586
- - test/remote/gateways/remote_eway_test.rb
587
- - test/remote/gateways/remote_trans_first_test.rb
588
- - test/remote/gateways/remote_paypal_test.rb
589
- - test/remote/gateways/remote_usa_epay_test.rb
590
- - test/remote/integrations/remote_paypal_integration_test.rb
591
- - test/remote/integrations/remote_gestpay_integration_test.rb
592
- - test/test_helper.rb
273
+ test_files: []
274
+