creative-paypal-express 0.8.2 → 0.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c9c08870c95d8f5a3f3e00cd86560878ff3d44f
4
- data.tar.gz: 44e9e90a62874767872a6b35b2e43d1488a451f0
3
+ metadata.gz: 75d3f5119c67570090f7a3669e18311b46d5a36a
4
+ data.tar.gz: 99a4dda1cf6a40d4e4d85fab2d6d4ab38c4d2bf0
5
5
  SHA512:
6
- metadata.gz: bfe7866bc096a105566cfab27edbbe45d5d30b2d106a5093ee12dcfe16d906b0e6b9c72f7e13e0efcf46c8759727b205c16ab5e57c4969ce4067821f4d44d949
7
- data.tar.gz: b8fed524fa42b3c7de7a755ec92c15a6a11d0c5f1e6b1a57d0a73c5e34aa38523baa4d20de73aff170b215b36164052d70520a79ce928a07a67fe4664f7a4c17
6
+ metadata.gz: 4d95fcccb26e9eb41c8c75a06ae79b7b92d7e026b76e7344fa0fdfa56e56c2ad94ffbb5e8ac4952f3c25c19b338780a64e2d8dac2ae26923911e6eed3f57a4b5
7
+ data.tar.gz: f9305dd56fde04f01767834f93d0086ba72d80f8dcb413a71b0d446a229ccee313827d0bb3fc71e1b7179b6e6c3fc4b2c525a9ad309d690da19cfc99f888717e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.2
1
+ 0.8.2.1
Binary file
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.email = "hi@creative.gs"
9
9
  s.extra_rdoc_files = ["LICENSE", "README.rdoc"]
10
10
  s.rdoc_options = ["--charset=UTF-8"]
11
- s.homepage = "http://github.com/nov/paypal-express"
11
+ s.homepage = "http://github.com/CreativeGS/paypal-express"
12
12
  s.require_paths = ["lib"]
13
13
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
14
14
  s.files = `git ls-files`.split("\n")
data/lib/paypal.rb CHANGED
@@ -7,7 +7,7 @@ require 'rest_client'
7
7
 
8
8
  module Paypal
9
9
  mattr_accessor :api_version
10
- self.api_version = '88.0'
10
+ self.api_version = '95.0'
11
11
 
12
12
  ENDPOINT = {
13
13
  :production => 'https://www.paypal.com/cgi-bin/webscr',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: creative-paypal-express
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nov matake
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-07-07 00:00:00.000000000 Z
12
+ date: 2016-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -127,6 +127,7 @@ files:
127
127
  - README.rdoc
128
128
  - Rakefile
129
129
  - VERSION
130
+ - creative-paypal-express-0.8.2.gem
130
131
  - creative-paypal-express.gemspec
131
132
  - lib/paypal.rb
132
133
  - lib/paypal/base.rb
@@ -202,7 +203,7 @@ files:
202
203
  - spec/paypal/payment/response_spec.rb
203
204
  - spec/paypal/util_spec.rb
204
205
  - spec/spec_helper.rb
205
- homepage: http://github.com/nov/paypal-express
206
+ homepage: http://github.com/CreativeGS/paypal-express
206
207
  licenses: []
207
208
  metadata: {}
208
209
  post_install_message: