payjp 0.0.2 → 0.0.3
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/CONTRIBUTORS +3 -0
- data/LICENSE +1 -0
- data/VERSION +1 -1
- data/lib/payjp/version.rb +1 -1
- data/payjp.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e14e02760f0aad2a6a5e7b0f8e23084d88a044fb
|
|
4
|
+
data.tar.gz: 01accdf3cccabf88b3484cca056e024e3956787f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 036359620d0da877df8d36be0d7a0a3c9d76796cd768f9928737f0e571d9d866d4050f8b829146f63904ba44fe14a7bb86c78fa25ac5374e5b38d3061b1ff94f
|
|
7
|
+
data.tar.gz: 3db817dd60fdd2c82dbf68f7d1328f2d68e7fc7417915c5678f6dd18aa49dce7d608946b32633cd947527b906859f04565062ceea9ca48f40b2e3b49cf215608
|
data/CONTRIBUTORS
CHANGED
data/LICENSE
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
The MIT License
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2011- Stripe, Inc. (https://stripe.com)
|
|
4
|
+
Copyright (c) 2015 BASE, Inc. (http://binc.jp/)
|
|
4
5
|
|
|
5
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
7
|
of this software and associated documentation files (the "Software"), to deal
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
data/lib/payjp/version.rb
CHANGED
data/payjp.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.name = 'payjp'
|
|
7
7
|
s.version = Payjp::VERSION
|
|
8
8
|
s.summary = 'Ruby bindings for the Payjp API'
|
|
9
|
-
s.description = 'PAY.JP
|
|
9
|
+
s.description = 'PAY.JP makes it way easier and less expensive to accept payments.'
|
|
10
10
|
s.authors = ['PAY.JP']
|
|
11
11
|
s.email = ['support@pay.jp']
|
|
12
12
|
s.homepage = 'https://pay.jp'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: payjp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PAY.JP
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-09-
|
|
11
|
+
date: 2015-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|
|
@@ -94,7 +94,7 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
-
description: PAY.JP
|
|
97
|
+
description: PAY.JP makes it way easier and less expensive to accept payments.
|
|
98
98
|
email:
|
|
99
99
|
- support@pay.jp
|
|
100
100
|
executables: []
|