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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5b0dfb8ec3a548c6e00a36eec7e71906b98fb109
4
- data.tar.gz: 358fdcb81a33c05fe4a60ac2859d69663c8d77fa
2
+ SHA256:
3
+ metadata.gz: 7ea02bcbb451f64c78d3298bc0d9a580b80f0f4229955ec3b8e1a92248492580
4
+ data.tar.gz: 164188c7662ebabfb0f3719fd923ed8e6cf31afd0bc4898b9f6bef6c00b393d6
5
5
  SHA512:
6
- metadata.gz: 534253268f462d5efc8292076a20b6ea6ad87558154bc45505ec34374fc7c02b49296e602c0bd281287a59e108b11284b5ff8a4733cf5502419cc3693c8f4fe5
7
- data.tar.gz: ee2919d2f2c4b48d0bdc4e1c17200e86ee965ca51b70e091cf822f81efebc6a60852d8cbb27ff7ee8ce748e27a7eccf99b8225e003635afc3fe51d62fae920eb
6
+ metadata.gz: 4d7670113e4596d936c93ff9e2e619770f5398354cf133f61a187e310131961d154700fd183770674456b0fa48ea6a5e69cbbd0595c6a8ecf34948ba6b332eb4
7
+ data.tar.gz: b382ea251fc3baa64fd0b66446922a1dcae28651b7355dec2b9c594bc35be5bcb8d097398ab1bbe54625acb8938e07d25b8e2f44a0b83828e44d2d6a20890a77
@@ -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
- - 1.9.2
5
- - 2.1.0
6
- gemfile:
7
- - Gemfile
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
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
2
 
3
3
  gem 'faraday', '~> 0.8.11'
4
4
  gem 'multi_json', '~> 1.3.5'
5
- gem 'rake', '~> 0.9.2'
5
+ gem 'rake', '~> 13.0.1'
6
6
  gem 'yajl-ruby', '~> 1.3.1'
7
7
 
8
8
  group :test do
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seatgeek (1.0.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.2.5)
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.9.6)
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.9.2)
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.15.4
48
+ 2.1.4
@@ -1,5 +1,5 @@
1
1
  ##
2
2
  # Module: SeatGeek
3
3
  module SeatGeek
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
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.1
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: 2017-11-29 00:00:00.000000000 Z
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
- rubyforge_project: seatgeek
129
- rubygems_version: 2.6.8
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: