paypal-sdk-core 0.2.0 → 0.2.1

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.
metadata CHANGED
@@ -1,18 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paypal-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - PayPal
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-03-08 00:00:00.000000000 Z
12
+ date: 2013-03-22 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: xml-simple
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - ! '>='
18
20
  - !ruby/object:Gem::Version
@@ -20,6 +22,7 @@ dependencies:
20
22
  type: :runtime
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
27
  - - ! '>='
25
28
  - !ruby/object:Gem::Version
@@ -27,6 +30,7 @@ dependencies:
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: multi_json
29
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
30
34
  requirements:
31
35
  - - ~>
32
36
  - !ruby/object:Gem::Version
@@ -34,97 +38,99 @@ dependencies:
34
38
  type: :runtime
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
37
42
  requirements:
38
43
  - - ~>
39
44
  - !ruby/object:Gem::Version
40
45
  version: '1.0'
41
- description: Core library for PayPal ruby SDK
46
+ description: Core library for PayPal ruby SDKs
42
47
  email:
43
48
  - DL-PP-Platform-Ruby-SDK@ebay.com
44
49
  executables: []
45
50
  extensions: []
46
51
  extra_rdoc_files: []
47
52
  files:
48
- - spec/core/api/platform_spec.rb
49
- - spec/core/api/data_type_spec.rb
50
- - spec/core/api/ipn_spec.rb
51
- - spec/core/api/rest_spec.rb
52
- - spec/core/api/merchant_spec.rb
53
- - spec/core/config_spec.rb
54
- - spec/core/logging_spec.rb
55
- - spec/support/sample_data.rb
53
+ - spec/spec_helper.rb
56
54
  - spec/log/test.log
57
55
  - spec/log/rest_http.log
58
- - spec/spec_helper.rb
59
56
  - spec/config/paypal.yml
60
57
  - spec/config/cert_key.pem
61
58
  - spec/config/sample_data.yml
62
- - lib/paypal-sdk-core.rb
63
- - lib/generators/paypal/sdk/USAGE
64
- - lib/generators/paypal/sdk/templates/paypal.yml
65
- - lib/generators/paypal/sdk/templates/paypal.rb
66
- - lib/generators/paypal/sdk/install_generator.rb
67
- - lib/paypal-sdk/core/util/http_helper.rb
68
- - lib/paypal-sdk/core/util/oauth_signature.rb
69
- - lib/paypal-sdk/core/util/ordered_hash.rb
70
- - lib/paypal-sdk/core/api/rest.rb
71
- - lib/paypal-sdk/core/api/merchant.rb
72
- - lib/paypal-sdk/core/api/ipn.rb
73
- - lib/paypal-sdk/core/api/platform.rb
74
- - lib/paypal-sdk/core/api/data_types/simple_types.rb
75
- - lib/paypal-sdk/core/api/data_types/enum.rb
76
- - lib/paypal-sdk/core/api/data_types/array_with_block.rb
77
- - lib/paypal-sdk/core/api/data_types/base.rb
78
- - lib/paypal-sdk/core/api/base.rb
79
- - lib/paypal-sdk/core/authentication.rb
80
- - lib/paypal-sdk/core/config.rb
81
- - lib/paypal-sdk/core/version.rb
82
- - lib/paypal-sdk/core/exceptions.rb
59
+ - spec/support/sample_data.rb
60
+ - spec/core/logging_spec.rb
61
+ - spec/core/config_spec.rb
62
+ - spec/core/api/platform_spec.rb
63
+ - spec/core/api/rest_spec.rb
64
+ - spec/core/api/data_type_spec.rb
65
+ - spec/core/api/merchant_spec.rb
66
+ - spec/core/api/ipn_spec.rb
83
67
  - lib/paypal-sdk/core/logging.rb
84
68
  - lib/paypal-sdk/core/credential/third_party/subject.rb
85
69
  - lib/paypal-sdk/core/credential/third_party/token.rb
86
70
  - lib/paypal-sdk/core/credential/signature.rb
87
71
  - lib/paypal-sdk/core/credential/certificate.rb
88
72
  - lib/paypal-sdk/core/credential/base.rb
73
+ - lib/paypal-sdk/core/util/ordered_hash.rb
74
+ - lib/paypal-sdk/core/util/http_helper.rb
75
+ - lib/paypal-sdk/core/util/oauth_signature.rb
76
+ - lib/paypal-sdk/core/authentication.rb
77
+ - lib/paypal-sdk/core/version.rb
78
+ - lib/paypal-sdk/core/exceptions.rb
79
+ - lib/paypal-sdk/core/api/data_types/simple_types.rb
80
+ - lib/paypal-sdk/core/api/data_types/base.rb
81
+ - lib/paypal-sdk/core/api/data_types/array_with_block.rb
82
+ - lib/paypal-sdk/core/api/data_types/enum.rb
83
+ - lib/paypal-sdk/core/api/ipn.rb
84
+ - lib/paypal-sdk/core/api/merchant.rb
85
+ - lib/paypal-sdk/core/api/rest.rb
86
+ - lib/paypal-sdk/core/api/base.rb
87
+ - lib/paypal-sdk/core/api/platform.rb
88
+ - lib/paypal-sdk/core/config.rb
89
+ - lib/paypal-sdk-core.rb
90
+ - lib/generators/paypal/sdk/USAGE
91
+ - lib/generators/paypal/sdk/templates/paypal.yml
92
+ - lib/generators/paypal/sdk/templates/paypal.rb
93
+ - lib/generators/paypal/sdk/install_generator.rb
89
94
  - data/paypal.crt
90
95
  - Rakefile
91
96
  - README.md
92
97
  - Gemfile
93
- homepage: https://www.x.com/
98
+ homepage: https://developer.paypal.com
94
99
  licenses: []
95
- metadata: {}
96
100
  post_install_message:
97
101
  rdoc_options: []
98
102
  require_paths:
99
103
  - lib
100
104
  required_ruby_version: !ruby/object:Gem::Requirement
105
+ none: false
101
106
  requirements:
102
107
  - - ! '>='
103
108
  - !ruby/object:Gem::Version
104
109
  version: '0'
105
110
  required_rubygems_version: !ruby/object:Gem::Requirement
111
+ none: false
106
112
  requirements:
107
113
  - - ! '>='
108
114
  - !ruby/object:Gem::Version
109
115
  version: '0'
110
116
  requirements: []
111
117
  rubyforge_project:
112
- rubygems_version: 2.0.0
118
+ rubygems_version: 1.8.24
113
119
  signing_key:
114
- specification_version: 4
115
- summary: Core library for PayPal ruby SDK
120
+ specification_version: 3
121
+ summary: Core library for PayPal ruby SDKs
116
122
  test_files:
117
- - spec/core/api/platform_spec.rb
118
- - spec/core/api/data_type_spec.rb
119
- - spec/core/api/ipn_spec.rb
120
- - spec/core/api/rest_spec.rb
121
- - spec/core/api/merchant_spec.rb
122
- - spec/core/config_spec.rb
123
- - spec/core/logging_spec.rb
124
- - spec/support/sample_data.rb
123
+ - spec/spec_helper.rb
125
124
  - spec/log/test.log
126
125
  - spec/log/rest_http.log
127
- - spec/spec_helper.rb
128
126
  - spec/config/paypal.yml
129
127
  - spec/config/cert_key.pem
130
128
  - spec/config/sample_data.yml
129
+ - spec/support/sample_data.rb
130
+ - spec/core/logging_spec.rb
131
+ - spec/core/config_spec.rb
132
+ - spec/core/api/platform_spec.rb
133
+ - spec/core/api/rest_spec.rb
134
+ - spec/core/api/data_type_spec.rb
135
+ - spec/core/api/merchant_spec.rb
136
+ - spec/core/api/ipn_spec.rb
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZWMwM2MzM2I5ZDkwMDY1ZWE1NDFkODJhMzQxMmEwZDM4NzhlMzk0YQ==
5
- data.tar.gz: !binary |-
6
- ZTA1MGNhNjE3MzdmZTBmNjY2M2IxNjU2YzNkM2FlMmVhYmMyNjBjNg==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- NDFmMzU2ZGNiM2JhOWM0ZDQ5NTI5MTUyNjY1MDU2MzA0ZTlmMDVmNWY2Yzc3
10
- ZjE4ODBkMWViNjQ4Y2NhNGY4NjIzOThkOTBiMzI4ZDE3NmNkNmYzMzVjYzky
11
- MjBiYTc0ZWFhZjBiZTliYWUxODM3NWFhZWExZGU2MWYyNDMzMjQ=
12
- data.tar.gz: !binary |-
13
- YWE5YjYwNjYzYWIxOGFhMDMzNGIwY2UyODcwZjg4OGIxZjliMzllNTJjOGFi
14
- Y2MwMWFlZTNlOWEzNGYyZWY1YjA2ZTI5Njc2NjY2YTg2NmE2OTE1Y2ZlM2Qw
15
- YzdkMzI5MjY0NTY0YjFiNDIwMTJiM2IzYWU4NzlkMWE2MWY5ZDQ=