tickethub 0.3.96 → 0.3.97
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/lib/tickethub.rb +1 -1
- data/lib/tickethub/version.rb +1 -1
- data/tickethub.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 08fc49a291d24dc4d66e7b00e78b15529bde52e2
|
|
4
|
+
data.tar.gz: 5fc632467a2b12819e53464ea557924e32f95c76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 055e526caf1b1fb2e3ddd75180103a29412cebce41392549f0f0d85e8afb72f4f19b3a6119a849a2ebac680fbb82f659c0a899fc712b099ad748c8c6b088743e
|
|
7
|
+
data.tar.gz: 063f872c5d2628c543f2de6dfa66abf2c2808f30337606e2b745c674b413a9cefd2eb96b540b5b919a4570a9ff582957db4c1c54d32864c046b1573b470731dc
|
data/lib/tickethub.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Tickethub
|
|
|
5
5
|
end
|
|
6
6
|
|
|
7
7
|
def self.endpoint(options = {})
|
|
8
|
-
Endpoint.new @path || 'https://api.
|
|
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
|
|
data/lib/tickethub/version.rb
CHANGED
data/tickethub.gemspec
CHANGED
|
@@ -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@
|
|
10
|
-
spec.description = %q{API client for
|
|
11
|
-
spec.summary = %q{API client for
|
|
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.
|
|
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
|
|
83
|
+
description: API client for ticketinghub.com
|
|
84
84
|
email:
|
|
85
|
-
- olly@
|
|
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
|
|
215
|
+
summary: API client for ticketinghub.com
|
|
216
216
|
test_files: []
|