paypal-sdk-adaptivepayments 1.96.1 → 1.96.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # AdaptivePayments
1
+ # Adaptive Payments SDK
2
2
 
3
- SDK for AdaptivePayments.
3
+ The PayPal Adaptive Payments SDK provides Ruby APIs to create, process and manage simple and complex (parallel and chained) payments, and pre-approvals using the Adaptive Payments API.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,7 +1,7 @@
1
1
  module PayPal
2
2
  module SDK
3
3
  module AdaptivePayments
4
- VERSION = "1.96.1"
4
+ VERSION = "1.96.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paypal-sdk-adaptivepayments
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.96.1
4
+ version: 1.96.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-14 00:00:00.000000000 Z
12
+ date: 2012-12-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: paypal-sdk-core
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.1.1
21
+ version: 0.1.2
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,8 +26,10 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 0.1.1
30
- description: AdaptivePayments SDK
29
+ version: 0.1.2
30
+ description: The PayPal Adaptive Payments SDK provides Ruby APIs to create, process
31
+ and manage simple and complex (parallel and chained) payments, and pre-approvals
32
+ using the Adaptive Payments API.
31
33
  email:
32
34
  - DL-PP-Platform-Ruby-SDK@ebay.com
33
35
  executables: []
@@ -62,7 +64,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
64
  version: '0'
63
65
  segments:
64
66
  - 0
65
- hash: -158900159
67
+ hash: 734193505
66
68
  required_rubygems_version: !ruby/object:Gem::Requirement
67
69
  none: false
68
70
  requirements:
@@ -71,13 +73,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
73
  version: '0'
72
74
  segments:
73
75
  - 0
74
- hash: -158900159
76
+ hash: 734193505
75
77
  requirements: []
76
78
  rubyforge_project:
77
79
  rubygems_version: 1.8.24
78
80
  signing_key:
79
81
  specification_version: 3
80
- summary: AdaptivePayments SDK
82
+ summary: PayPal Adaptive Payments SDK
81
83
  test_files:
82
84
  - spec/spec_helper.rb
83
85
  - spec/convert_currency_spec.rb