seat_geek 0.11.0 → 0.12.0

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
2
  SHA1:
3
- metadata.gz: b01e9e481b238eba3d62600cd7b49a8057d8d32f
4
- data.tar.gz: 1d329af6bc29683cf27016c22afe5343f333e7c1
3
+ metadata.gz: 8590e8b201159ad0a43f39443fdab5da5020c678
4
+ data.tar.gz: 434012e166118b57e29d02192c5063db46179dcd
5
5
  SHA512:
6
- metadata.gz: 0cddcd302153fc6f183ef438b6734ab6e8e666a690c5a90edd6d1a8073d9791d90ef65a23d3498cd0de356a8c7112c6f5830d9e39ac49c5e1034e3709802e528
7
- data.tar.gz: c414dda9058dcea4525cd1953a059f38eca74634c727725a204519627774f65e5582396d8d6bc52be2e587144d329fd926d7a1f4ec558d989c91ce3d3e88b8de
6
+ metadata.gz: 973b5cb79d6cddc2c398c0644b555d2ddc1c4279915400e9dd34c8a2b8b57a79104a6533a49381bb4d624d96f84d750832fa6c322d3570324bd518aae277e707
7
+ data.tar.gz: adaaec1934c4198a3e4b5f6abee9fd028e3d972fb74d28f6c0ace97499b8d5403fb7315f95cd7c44ee2621f678df9c48b539c25b9a7fb60cbce1e434b213c1c0
@@ -1,3 +1,3 @@
1
1
  module SeatGeek
2
- VERSION = "0.11.0"
2
+ VERSION = "0.12.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seat_geek
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Moon
@@ -154,15 +154,15 @@ files:
154
154
  - bin/setup
155
155
  - lib/seat_geek.rb
156
156
  - lib/seat_geek/build_query.rb
157
- - lib/seat_geek/foo/concert.rb
158
- - lib/seat_geek/foo/sports.rb
159
- - lib/seat_geek/foo/theater.rb
160
- - lib/seat_geek/foo/tree.rb
161
157
  - lib/seat_geek/query/attendee_count.rb
162
158
  - lib/seat_geek/query/city.rb
163
159
  - lib/seat_geek/query/event_type.rb
164
160
  - lib/seat_geek/query/state.rb
165
161
  - lib/seat_geek/query/travel_dates.rb
162
+ - lib/seat_geek/taxonomies/concert.rb
163
+ - lib/seat_geek/taxonomies/sports.rb
164
+ - lib/seat_geek/taxonomies/theater.rb
165
+ - lib/seat_geek/taxonomies/tree.rb
166
166
  - lib/seat_geek/version.rb
167
167
  - seat_geek.gemspec
168
168
  homepage: https://github.com/jmoon90/seat_geek
File without changes
File without changes
File without changes
File without changes