brownpapertickets 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ module BrownPaperTickets
8
8
 
9
9
  REQUIRED_ATTR=["price", "price_name"]
10
10
 
11
- ATTRS=["price", "price_name", "event_id", "date_id", "price_id"]
11
+ ATTRS=["price", "price_name", "event_id", "date_id", "price_id", "max_sale", "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.18"
2
+ VERSION = "0.0.19"
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: 59
4
+ hash: 57
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 18
10
- version: 0.0.18
9
+ - 19
10
+ version: 0.0.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alvaro Insignares
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-03-11 00:00:00 -05:00
20
+ date: 2011-03-14 00:00:00 -05:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency