seatgeek 1.0.1 → 1.0.2
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 +5 -5
- data/.travis.yml +12 -5
- data/Gemfile +1 -1
- data/Gemfile.lock +5 -5
- data/lib/seat_geek/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 7ea02bcbb451f64c78d3298bc0d9a580b80f0f4229955ec3b8e1a92248492580
|
|
4
|
+
data.tar.gz: 164188c7662ebabfb0f3719fd923ed8e6cf31afd0bc4898b9f6bef6c00b393d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d7670113e4596d936c93ff9e2e619770f5398354cf133f61a187e310131961d154700fd183770674456b0fa48ea6a5e69cbbd0595c6a8ecf34948ba6b332eb4
|
|
7
|
+
data.tar.gz: b382ea251fc3baa64fd0b66446922a1dcae28651b7355dec2b9c594bc35be5bcb8d097398ab1bbe54625acb8938e07d25b8e2f44a0b83828e44d2d6a20890a77
|
data/.travis.yml
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
|
-
bundler_args: --without no_travis
|
|
2
1
|
language: ruby
|
|
2
|
+
dist: xenial
|
|
3
|
+
os: linux
|
|
4
|
+
|
|
3
5
|
rvm:
|
|
4
|
-
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
-
|
|
6
|
+
- 2.5.3
|
|
7
|
+
|
|
8
|
+
before_install:
|
|
9
|
+
- gem install bundler
|
|
10
|
+
|
|
11
|
+
install: bundle install --retry=3
|
|
12
|
+
|
|
13
|
+
notifications:
|
|
14
|
+
email: false
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
seatgeek (1.0.
|
|
4
|
+
seatgeek (1.0.2)
|
|
5
5
|
faraday
|
|
6
6
|
multi_json
|
|
7
7
|
rake
|
|
@@ -11,12 +11,12 @@ GEM
|
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
13
|
awesome_print (1.8.0)
|
|
14
|
-
diff-lcs (1.
|
|
14
|
+
diff-lcs (1.4.4)
|
|
15
15
|
faraday (0.8.11)
|
|
16
16
|
multipart-post (~> 1.2.0)
|
|
17
17
|
multi_json (1.3.7)
|
|
18
18
|
multipart-post (1.2.0)
|
|
19
|
-
rake (0.
|
|
19
|
+
rake (13.0.1)
|
|
20
20
|
rspec (3.4.0)
|
|
21
21
|
rspec-core (~> 3.4.0)
|
|
22
22
|
rspec-expectations (~> 3.4.0)
|
|
@@ -39,10 +39,10 @@ DEPENDENCIES
|
|
|
39
39
|
awesome_print (~> 1.8.0)
|
|
40
40
|
faraday (~> 0.8.11)
|
|
41
41
|
multi_json (~> 1.3.5)
|
|
42
|
-
rake (~> 0.
|
|
42
|
+
rake (~> 13.0.1)
|
|
43
43
|
rspec (~> 3.4.0)
|
|
44
44
|
seatgeek!
|
|
45
45
|
yajl-ruby (~> 1.3.1)
|
|
46
46
|
|
|
47
47
|
BUNDLED WITH
|
|
48
|
-
1.
|
|
48
|
+
2.1.4
|
data/lib/seat_geek/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: seatgeek
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Matthews
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -110,7 +110,7 @@ files:
|
|
|
110
110
|
homepage: http://platform.seatgeek.com
|
|
111
111
|
licenses: []
|
|
112
112
|
metadata: {}
|
|
113
|
-
post_install_message:
|
|
113
|
+
post_install_message:
|
|
114
114
|
rdoc_options: []
|
|
115
115
|
require_paths:
|
|
116
116
|
- lib
|
|
@@ -125,9 +125,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
126
|
version: '0'
|
|
127
127
|
requirements: []
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
signing_key:
|
|
128
|
+
rubygems_version: 3.1.2
|
|
129
|
+
signing_key:
|
|
131
130
|
specification_version: 4
|
|
132
131
|
summary: A Ruby wrapper for the SeatGeek Platform API.
|
|
133
132
|
test_files:
|