creative-paypal-express 0.8.1 → 0.8.2
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/{paypal-express.gemspec → creative-paypal-express.gemspec} +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c9c08870c95d8f5a3f3e00cd86560878ff3d44f
|
|
4
|
+
data.tar.gz: 44e9e90a62874767872a6b35b2e43d1488a451f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfe7866bc096a105566cfab27edbbe45d5d30b2d106a5093ee12dcfe16d906b0e6b9c72f7e13e0efcf46c8759727b205c16ab5e57c4969ce4067821f4d44d949
|
|
7
|
+
data.tar.gz: b8fed524fa42b3c7de7a755ec92c15a6a11d0c5f1e6b1a57d0a73c5e34aa38523baa4d20de73aff170b215b36164052d70520a79ce928a07a67fe4664f7a4c17
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.8.
|
|
1
|
+
0.8.2
|
|
File without changes
|
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.
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nov matake
|
|
@@ -127,6 +127,7 @@ files:
|
|
|
127
127
|
- README.rdoc
|
|
128
128
|
- Rakefile
|
|
129
129
|
- VERSION
|
|
130
|
+
- creative-paypal-express.gemspec
|
|
130
131
|
- lib/paypal.rb
|
|
131
132
|
- lib/paypal/base.rb
|
|
132
133
|
- lib/paypal/exception.rb
|
|
@@ -153,7 +154,6 @@ files:
|
|
|
153
154
|
- lib/paypal/payment/response/reference.rb
|
|
154
155
|
- lib/paypal/payment/response/refund.rb
|
|
155
156
|
- lib/paypal/util.rb
|
|
156
|
-
- paypal-express.gemspec
|
|
157
157
|
- spec/fake_response/BillAgreementUpdate/fetch.txt
|
|
158
158
|
- spec/fake_response/BillAgreementUpdate/revoke.txt
|
|
159
159
|
- spec/fake_response/CreateBillingAgreement/success.txt
|