seat_geek 0.3.1 → 0.3.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
2
  SHA1:
3
- metadata.gz: 999d75c172d9084142ae3b5dfdbba07c104f02ca
4
- data.tar.gz: f9505d3a24b61e3574aaea02fc2f32358be69b30
3
+ metadata.gz: f7920da17b9bdc745f4048906075346968fc7eb9
4
+ data.tar.gz: d961bfa7d6b3528cade24cdaf9d9d7dbacf3a489
5
5
  SHA512:
6
- metadata.gz: f5c60069aa339f38db0eb3699ce8c17a342f4eaa05648dcb91484f036901e52e626673bdcce4269464e074985cfc837e0ede573a09282d159841b48435f2ccb1
7
- data.tar.gz: 10eea69b5d67132d43efc515ab1a05bb487d379a46f79199c27d4b4d15707a3804e5ea014583dda49850c2e0154c66525f04368c31337c8c8c6b8d85528c267f
6
+ metadata.gz: 45c96371a72e63c2f62952567ccdbb556514708d6250dcae85afdfe95b14077933b1ec2451a1be5227709146cb93f8071ddbb82392eadd077891b3ad5a6735ef
7
+ data.tar.gz: 8a9fc7f025cc3995c57d4c06be72eab725d3e7f16c951bb93b88dd0533057fefe323828189dc8aae2e17fa64c0c9d1ff50b3af50cca1b69a62c7d8089fec090c
@@ -1,3 +1,3 @@
1
1
  module SeatGeek
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
data/lib/seat_geek.rb CHANGED
@@ -8,7 +8,7 @@ module SeatGeek
8
8
  PUBLIC_API_URL = 'http://api.seatgeek.com/2'
9
9
 
10
10
  def self.get_events(month_of_the_year: nil, state: nil, attendee_count: nil, event_type: nil, seat_geek_partner_id: nil)
11
- @base_url = PUBLIC_API_URL + "/events?aid#{seat_geek_partner_id}"
11
+ @base_url = PUBLIC_API_URL + "/events?aid=#{seat_geek_partner_id}"
12
12
  @month_of_the_year = month_of_the_year
13
13
  @state = state
14
14
  @attendee_count = attendee_count
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.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Moon