payjp 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3ebefc29e62141f365e3ca15bb11d052229d6fc
4
- data.tar.gz: 198a11ab68493049c173f512f05d6ac9122bad64
3
+ metadata.gz: e14e02760f0aad2a6a5e7b0f8e23084d88a044fb
4
+ data.tar.gz: 01accdf3cccabf88b3484cca056e024e3956787f
5
5
  SHA512:
6
- metadata.gz: 18b6e0e221ad9d6da678bd12cc5b091b6a824f95e3e0de34841a500ceed0fa25b6ab9724abc834180f39a609f379a181fa347a9a9d930fb5ff26ad8a47dc0002
7
- data.tar.gz: 58037b77c13b1aa5d2536c0ddced86fc72fc99f6e5e0b6fe2f872efdfab5a60a4e19f67f9dd6e1a04d966cdc872b07fbb50cac3535d2c1d673fa4b5a41308350
6
+ metadata.gz: 036359620d0da877df8d36be0d7a0a3c9d76796cd768f9928737f0e571d9d866d4050f8b829146f63904ba44fe14a7bb86c78fa25ac5374e5b38d3061b1ff94f
7
+ data.tar.gz: 3db817dd60fdd2c82dbf68f7d1328f2d68e7fc7417915c5678f6dd18aa49dce7d608946b32633cd947527b906859f04565062ceea9ca48f40b2e3b49cf215608
@@ -0,0 +1,3 @@
1
+ Greg Brockman <gdb@gregbrockman.com>
2
+ Ross Boucher <rboucher@gmail.com>
3
+ Bradley Grzesiak <brad@bendyworks.com>
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.2
1
+ 0.0.3
@@ -1,3 +1,3 @@
1
1
  module Payjp
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
@@ -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 is the easiest way to accept payments online.'
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.2
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-07 00:00:00.000000000 Z
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 is the easiest way to accept payments online.
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: []