seatgeek 1.0.0 → 1.0.1
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/.gitignore +2 -2
- data/Gemfile +2 -3
- data/Gemfile.lock +6 -14
- data/lib/seat_geek/version.rb +1 -1
- metadata +3 -4
- data/.ruby-version +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b0dfb8ec3a548c6e00a36eec7e71906b98fb109
|
|
4
|
+
data.tar.gz: 358fdcb81a33c05fe4a60ac2859d69663c8d77fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 534253268f462d5efc8292076a20b6ea6ad87558154bc45505ec34374fc7c02b49296e602c0bd281287a59e108b11284b5ff8a4733cf5502419cc3693c8f4fe5
|
|
7
|
+
data.tar.gz: ee2919d2f2c4b48d0bdc4e1c17200e86ee965ca51b70e091cf822f81efebc6a60852d8cbb27ff7ee8ce748e27a7eccf99b8225e003635afc3fe51d62fae920eb
|
data/.gitignore
CHANGED
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
# for a library or gem, you might want to ignore these files since the code is
|
|
27
27
|
# intended to run in multiple environments; otherwise, check them in:
|
|
28
28
|
# Gemfile.lock
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
.ruby-version
|
|
30
|
+
.ruby-gemset
|
|
31
31
|
|
|
32
32
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
33
33
|
.rvmrc
|
data/Gemfile
CHANGED
|
@@ -3,15 +3,14 @@ source 'https://rubygems.org'
|
|
|
3
3
|
gem 'faraday', '~> 0.8.11'
|
|
4
4
|
gem 'multi_json', '~> 1.3.5'
|
|
5
5
|
gem 'rake', '~> 0.9.2'
|
|
6
|
-
gem 'yajl-ruby', '~> 1.1
|
|
6
|
+
gem 'yajl-ruby', '~> 1.3.1'
|
|
7
7
|
|
|
8
8
|
group :test do
|
|
9
9
|
gem 'rspec', '~> 3.4.0'
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
group :no_travis do
|
|
13
|
-
gem 'awesome_print', '~> 1.
|
|
14
|
-
gem 'debugger', '~> 1.6.8'
|
|
13
|
+
gem 'awesome_print', '~> 1.8.0'
|
|
15
14
|
end
|
|
16
15
|
|
|
17
16
|
gemspec
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
seatgeek (0.
|
|
4
|
+
seatgeek (1.0.0)
|
|
5
5
|
faraday
|
|
6
6
|
multi_json
|
|
7
7
|
rake
|
|
@@ -10,14 +10,7 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
awesome_print (1.
|
|
14
|
-
columnize (0.9.0)
|
|
15
|
-
debugger (1.6.8)
|
|
16
|
-
columnize (>= 0.3.1)
|
|
17
|
-
debugger-linecache (~> 1.2.0)
|
|
18
|
-
debugger-ruby_core_source (~> 1.3.5)
|
|
19
|
-
debugger-linecache (1.2.0)
|
|
20
|
-
debugger-ruby_core_source (1.3.8)
|
|
13
|
+
awesome_print (1.8.0)
|
|
21
14
|
diff-lcs (1.2.5)
|
|
22
15
|
faraday (0.8.11)
|
|
23
16
|
multipart-post (~> 1.2.0)
|
|
@@ -37,20 +30,19 @@ GEM
|
|
|
37
30
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
38
31
|
rspec-support (~> 3.4.0)
|
|
39
32
|
rspec-support (3.4.1)
|
|
40
|
-
yajl-ruby (1.1
|
|
33
|
+
yajl-ruby (1.3.1)
|
|
41
34
|
|
|
42
35
|
PLATFORMS
|
|
43
36
|
ruby
|
|
44
37
|
|
|
45
38
|
DEPENDENCIES
|
|
46
|
-
awesome_print (~> 1.
|
|
47
|
-
debugger (~> 1.6.8)
|
|
39
|
+
awesome_print (~> 1.8.0)
|
|
48
40
|
faraday (~> 0.8.11)
|
|
49
41
|
multi_json (~> 1.3.5)
|
|
50
42
|
rake (~> 0.9.2)
|
|
51
43
|
rspec (~> 3.4.0)
|
|
52
44
|
seatgeek!
|
|
53
|
-
yajl-ruby (~> 1.1
|
|
45
|
+
yajl-ruby (~> 1.3.1)
|
|
54
46
|
|
|
55
47
|
BUNDLED WITH
|
|
56
|
-
1.
|
|
48
|
+
1.15.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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Matthews
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-11-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -92,7 +92,6 @@ files:
|
|
|
92
92
|
- ".gitignore"
|
|
93
93
|
- ".rdebugrc"
|
|
94
94
|
- ".rspec"
|
|
95
|
-
- ".ruby-version"
|
|
96
95
|
- ".travis.yml"
|
|
97
96
|
- Gemfile
|
|
98
97
|
- Gemfile.lock
|
|
@@ -127,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
127
126
|
version: '0'
|
|
128
127
|
requirements: []
|
|
129
128
|
rubyforge_project: seatgeek
|
|
130
|
-
rubygems_version: 2.
|
|
129
|
+
rubygems_version: 2.6.8
|
|
131
130
|
signing_key:
|
|
132
131
|
specification_version: 4
|
|
133
132
|
summary: A Ruby wrapper for the SeatGeek Platform API.
|
data/.ruby-version
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.1.0
|