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 +4 -4
- data/VERSION +1 -1
- data/creative-paypal-express-0.8.2.gem +0 -0
- data/creative-paypal-express.gemspec +1 -1
- data/lib/paypal.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75d3f5119c67570090f7a3669e18311b46d5a36a
|
|
4
|
+
data.tar.gz: 99a4dda1cf6a40d4e4d85fab2d6d4ab38c4d2bf0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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
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-
|
|
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/
|
|
206
|
+
homepage: http://github.com/CreativeGS/paypal-express
|
|
206
207
|
licenses: []
|
|
207
208
|
metadata: {}
|
|
208
209
|
post_install_message:
|