paypal-business 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ require 'test/unit'
2
+ require File.dirname(__FILE__) + '/../lib/paypal-business'
3
+
4
+ prefix = `echo $HOME`.chomp
5
+ live_crt_file = "#{prefix}/.paypal/live_api.crt"
6
+ live_key_file = "#{prefix}/.paypal/live_api.key"
7
+ live_username = "jsiegel_api2.bigfoot.com"
8
+ live_password = ""
9
+
10
+ sand_crt_file = "#{prefix}/.paypal/sandbox_api.crt"
11
+ sand_key_file = "#{prefix}/.paypal/sandbox_api.key"
12
+ sand_username = "jsiegel_api1.elctech.com"
13
+ sand_password = ""
14
+
15
+ #Paypal.initialize_credentials(live_crt_file, live_key_file, live_username, live_password, sand_crt_file, sand_key_file, sand_username, sand_password)
metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: paypal-business
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.3
7
+ date: 2007-01-16 00:00:00 -08:00
8
+ summary: Ruby-friendly paypal API. Works for both sandbox and live methods.
9
+ require_paths:
10
+ - lib
11
+ email: paypal_business@elctech.com
12
+ homepage: http://paypal-business.rubyforge.org
13
+ rubyforge_project: paypal-business
14
+ description: Ruby-friendly paypal API. Works for both sandbox and live methods.
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Andre Price
30
+ - David Stevenson
31
+ files:
32
+ - CHANGELOG.txt
33
+ - History.txt
34
+ - Manifest.txt
35
+ - README.txt
36
+ - Rakefile
37
+ - setup.rb
38
+ - lib/paypal-business.rb
39
+ - lib/paypal-business/version.rb
40
+ - lib/paypal-business/PayPalAPIInterfaceServiceClient.rb
41
+ - lib/paypal-business/api_cert_chain.crt
42
+ - lib/paypal-business/api_cert_chain.pem
43
+ - lib/paypal-business/default.rb
44
+ - lib/paypal-business/defaultDriver.rb
45
+ - lib/paypal-business/paypal.rb
46
+ - test/test_helper.rb
47
+ test_files: []
48
+
49
+ rdoc_options: []
50
+
51
+ extra_rdoc_files: []
52
+
53
+ executables: []
54
+
55
+ extensions: []
56
+
57
+ requirements: []
58
+
59
+ dependencies:
60
+ - !ruby/object:Gem::Dependency
61
+ name: hoe
62
+ version_requirement:
63
+ version_requirements: !ruby/object:Gem::Version::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: 1.1.6
68
+ version: