amazon_pay 2.0.0

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 ADDED
@@ -0,0 +1,54 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: amazon_pay
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.0
5
+ platform: ruby
6
+ authors:
7
+ - AmazonPay
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-05-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: AmazonPay Ruby SDK
14
+ email: amazon-pay-sdk@amazon.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE
20
+ - NOTICE
21
+ - README.md
22
+ - lib/amazon_pay.rb
23
+ - lib/amazon_pay/client.rb
24
+ - lib/amazon_pay/client_helper.rb
25
+ - lib/amazon_pay/ipn_handler.rb
26
+ - lib/amazon_pay/login.rb
27
+ - lib/amazon_pay/request.rb
28
+ - lib/amazon_pay/response.rb
29
+ - lib/amazon_pay/version.rb
30
+ homepage: https://github.com/amzn/amazon-pay-sdk-ruby
31
+ licenses:
32
+ - Apache License, Version 2.0
33
+ metadata: {}
34
+ post_install_message:
35
+ rdoc_options: []
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 2.0.0
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ requirements: []
49
+ rubyforge_project:
50
+ rubygems_version: 2.6.8
51
+ signing_key:
52
+ specification_version: 4
53
+ summary: AmazonPay Ruby SDK
54
+ test_files: []