paypal-sdk-permissions 1.96.0 → 1.96.1

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
- # Permissions
1
+ # Permissions SDK
2
2
 
3
- SDK for Permissions.
3
+ The PayPal Permission SDK provides Ruby APIs for developers to request and obtain permissions from merchants and consumers, to execute APIs on behalf of them. The permissions include variety of operations from processing payments to accessing account transaction history.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,5 +1,4 @@
1
1
  require 'paypal-sdk-core'
2
- require 'paypal-sdk/permissions/data_types'
3
2
 
4
3
  # AUTO GENERATED code for Permissions
5
4
  module PayPal::SDK
@@ -1,7 +1,7 @@
1
1
  module PayPal
2
2
  module SDK
3
3
  module Permissions
4
- VERSION = "1.96.0"
4
+ VERSION = "1.96.1"
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-permissions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.96.0
4
+ version: 1.96.1
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-11 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.0
21
+ version: 0.1.2
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,8 +26,11 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 0.1.0
30
- description: Permissions SDK
29
+ version: 0.1.2
30
+ description: The PayPal Permission SDK provides Ruby APIs for developers to request
31
+ and obtain permissions from merchants and consumers, to execute APIs on behalf of
32
+ them. The permissions include variety of operations from processing payments to
33
+ accessing account transaction history
31
34
  email:
32
35
  - DL-PP-Platform-Ruby-SDK@ebay.com
33
36
  executables: []
@@ -61,7 +64,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
64
  version: '0'
62
65
  segments:
63
66
  - 0
64
- hash: -223861763
67
+ hash: -1061590271
65
68
  required_rubygems_version: !ruby/object:Gem::Requirement
66
69
  none: false
67
70
  requirements:
@@ -70,13 +73,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
73
  version: '0'
71
74
  segments:
72
75
  - 0
73
- hash: -223861763
76
+ hash: -1061590271
74
77
  requirements: []
75
78
  rubyforge_project:
76
79
  rubygems_version: 1.8.24
77
80
  signing_key:
78
81
  specification_version: 3
79
- summary: Permissions SDK
82
+ summary: PayPal Permissions SDK
80
83
  test_files:
81
84
  - spec/permissions_spec.rb
82
85
  - spec/spec_helper.rb