brownpapertickets 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,7 +48,8 @@ module BrownPaperTickets
48
48
  def create_report
49
49
  body = {"id" => @@id, "account" => @@account, "event_id" => event_id}
50
50
  query = self.attributes.merge("id" => @@id, "account" => @@account)
51
- BrownPaperTickets::Httpost.new(Net::HTTP::Get, "https://www.brownpapertickets.com/api2/eventsales",:query => query)
51
+ response = BrownPaperTickets::Httpost.new(Net::HTTP::Get, "https://www.brownpapertickets.com/api2/eventsales",:query => query)
52
+ response
52
53
  end
53
54
 
54
55
  def server_response
@@ -1,3 +1,3 @@
1
1
  module BrownPaperTickets
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brownpapertickets
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 14
10
- version: 0.0.14
9
+ - 15
10
+ version: 0.0.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alvaro Insignares