paid 1.1.3 → 1.1.4

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: 39fa64093ad32cfdbb76949c4a9ee62efaab5c19
4
- data.tar.gz: e9c939f3baf834a1ecf425cbe4aeb581702dc2fc
3
+ metadata.gz: 70fd01f1b198131d9ad8dc724f84b2d2ceb8a657
4
+ data.tar.gz: 1276983666dbd59141b11afaa22f4df492b4288c
5
5
  SHA512:
6
- metadata.gz: 99addad5ed759fa3a4577724d0d50605e2af910d54af3e8d4c86e2b9c56d78d97e92457da029d894d32726a7e5abb9072f6f06a3bc99b3b81fe37d0d2b7725af
7
- data.tar.gz: 509f1b0d03ae37f78ea35f51a9f910fd5a83e82ec2f1f932f77398f203125e755ed4b38ae2e3c6c938896584a07f612e85c0938c04300003863f77fed5dfeecb
6
+ metadata.gz: 722631a43e1fa30520c084c255502896fbcc9f431c0b94f1826167e13bb3e13c8c80cbe43ad332bc9379cdf76af70764f7e62a195522b111b0823deaec98e920
7
+ data.tar.gz: 47576c6efc7655a8491ce854e9db9fd71ec1e3662f870f96ea97a7d9204e401be42892cfa38c41b42e5cb51059c1331435dfd31f14f26ff23d06dcaf6148bd5b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
@@ -49,12 +49,12 @@ require 'paid/refund_list'
49
49
  module Paid
50
50
  @api_key = nil
51
51
 
52
- @api_base = "https://api.paidapi.com/v0"
53
- @api_staging = "https://api-staging.paidapi.com/v0"
52
+ @api_base = "https://api.paidlabs.com/v0"
53
+ @api_staging = "https://api-staging.paidlabs.com/v0"
54
54
  @auth_header = nil
55
55
  @api_version = "v0"
56
- @support_email = "support@paidapi.com"
57
- @docs_url = "https://paidapi.com/docs"
56
+ @support_email = "hello@paidlabs.com"
57
+ @docs_url = "https://paidlabs.com/docs"
58
58
 
59
59
 
60
60
  class << self
@@ -5,10 +5,10 @@ require 'paid/version'
5
5
  spec = Gem::Specification.new do |s|
6
6
  s.name = 'paid'
7
7
  s.summary = 'Ruby bindings for Paid API'
8
- s.description = 'Paid is the programmatic way to manage payments. See https://paidapi.com for details.'
9
- s.homepage = 'http://docs.paidapi.com'
8
+ s.description = 'Paid is the programmatic way to manage payments. See https://paidlabs.com for details.'
9
+ s.homepage = 'http://docs.paidlabs.com'
10
10
  s.authors = ['Jon Calhoun', 'Ryan Jackson']
11
- s.email = ['jon@apibits.com', 'ryan@paidapi.com']
11
+ s.email = ['jon@paidlabs.com', 'ryan@paidlabs.com']
12
12
  s.version = Paid::VERSION
13
13
  s.license = 'MIT'
14
14
 
@@ -148,7 +148,7 @@ class APITest
148
148
  puts "Creating a customer..."
149
149
  customer = Paid::Customer.create({
150
150
  :name => "Paid",
151
- :email => "hello@paidapi.com",
151
+ :email => "hello@paidlabs.com",
152
152
  :description => "Obviously this is just a description.",
153
153
  :phone => "4155069330",
154
154
  :address_line1 => "2261 Market Street",
@@ -56,7 +56,7 @@ module Paid
56
56
  :id => "cus_DLjf9aDKE9fkdncz",
57
57
  :object => "customer",
58
58
  :name => "Paid",
59
- :email => "hello@paidapi.com",
59
+ :email => "hello@paidlabs.com",
60
60
  :description => "Obviously this is just a description.",
61
61
  :address_line1 => "2261 Market Street",
62
62
  :address_line2 => "#567",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Calhoun
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-06-06 00:00:00.000000000 Z
12
+ date: 2016-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -115,11 +115,11 @@ dependencies:
115
115
  - - ">="
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
- description: Paid is the programmatic way to manage payments. See https://paidapi.com
118
+ description: Paid is the programmatic way to manage payments. See https://paidlabs.com
119
119
  for details.
120
120
  email:
121
- - jon@apibits.com
122
- - ryan@paidapi.com
121
+ - jon@paidlabs.com
122
+ - ryan@paidlabs.com
123
123
  executables:
124
124
  - paid-console
125
125
  extensions: []
@@ -187,7 +187,7 @@ files:
187
187
  - test/paid/util_test.rb
188
188
  - test/test_data.rb
189
189
  - test/test_helper.rb
190
- homepage: http://docs.paidapi.com
190
+ homepage: http://docs.paidlabs.com
191
191
  licenses:
192
192
  - MIT
193
193
  metadata: {}