brownpapertickets 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,9 +6,9 @@ module BrownPaperTickets
6
6
 
7
7
  attr_reader :attributes, :server_response
8
8
 
9
- REQUIRED_ATTR=["price", "price_name", "max_sale", "end_time", "start_time"]
9
+ REQUIRED_ATTR=["price", "price_name", "max_sales", "end_time", "start_time"]
10
10
 
11
- ATTRS=["price", "price_name", "event_id", "date_id", "price_id", "max_sale", "end_time", "start_time"]
11
+ ATTRS=["price", "price_name", "event_id", "date_id", "price_id", "max_sales", "end_time", "start_time"]
12
12
 
13
13
  def initialize(id, account, attributes={})
14
14
  @@id = id
@@ -1,3 +1,3 @@
1
1
  module BrownPaperTickets
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
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: 55
4
+ hash: 53
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 20
10
- version: 0.0.20
9
+ - 21
10
+ version: 0.0.21
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alvaro Insignares