tickethub 0.3.96 → 0.3.97

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: d38cb02ceb0e14a7a2d35dad2a06b54cf78d1f22
4
- data.tar.gz: dee9fb148698abf75cd43a1c7016f660c138a39c
3
+ metadata.gz: 08fc49a291d24dc4d66e7b00e78b15529bde52e2
4
+ data.tar.gz: 5fc632467a2b12819e53464ea557924e32f95c76
5
5
  SHA512:
6
- metadata.gz: 5212d02cd29e3c9305ec174785f16b7a4b2b78f6c5dc01f6dc7abc73720a4be24eed436439a4fc2fa900bd0452bb5c49c58dddedb622e5e78b652780636b32dd
7
- data.tar.gz: 5a5a7c72c41ff50b77bcbc3f1f2a816e309578d1110fd4598d17a9421ac0a0a709f72e3d83d570a4527eb6914ee4b27a4ff3e066133dbbc25e8f3f790d6f4f47
6
+ metadata.gz: 055e526caf1b1fb2e3ddd75180103a29412cebce41392549f0f0d85e8afb72f4f19b3a6119a849a2ebac680fbb82f659c0a899fc712b099ad748c8c6b088743e
7
+ data.tar.gz: 063f872c5d2628c543f2de6dfa66abf2c2808f30337606e2b745c674b413a9cefd2eb96b540b5b919a4570a9ff582957db4c1c54d32864c046b1573b470731dc
@@ -5,7 +5,7 @@ module Tickethub
5
5
  end
6
6
 
7
7
  def self.endpoint(options = {})
8
- Endpoint.new @path || 'https://api.tickethub.io', options.merge(format: :json,
8
+ Endpoint.new @path || 'https://api.ticketinghub.com', options.merge(format: :json,
9
9
  headers: { 'Accept-Version' => 'v1', 'Accept' => 'application/json' })
10
10
  end
11
11
 
@@ -1,3 +1,3 @@
1
1
  module Tickethub
2
- VERSION = '0.3.96'
2
+ VERSION = '0.3.97'
3
3
  end
@@ -6,9 +6,9 @@ Gem::Specification.new do |spec|
6
6
  spec.name = "tickethub"
7
7
  spec.version = Tickethub::VERSION
8
8
  spec.authors = ["Oliver Morgan"]
9
- spec.email = ["olly@tickethub.io"]
10
- spec.description = %q{API client for tickethub.io}
11
- spec.summary = %q{API client for tickethub.io}
9
+ spec.email = ["olly@ticketinghub.com"]
10
+ spec.description = %q{API client for ticketinghub.com}
11
+ spec.summary = %q{API client for ticketinghub.com}
12
12
  spec.homepage = "https://github.com/ollym/tickethub-ruby"
13
13
  spec.license = "MIT"
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tickethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.96
4
+ version: 0.3.97
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Morgan
@@ -80,9 +80,9 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: API client for tickethub.io
83
+ description: API client for ticketinghub.com
84
84
  email:
85
- - olly@tickethub.io
85
+ - olly@ticketinghub.com
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
@@ -212,5 +212,5 @@ rubyforge_project:
212
212
  rubygems_version: 2.5.1
213
213
  signing_key:
214
214
  specification_version: 4
215
- summary: API client for tickethub.io
215
+ summary: API client for ticketinghub.com
216
216
  test_files: []