brownpapertickets 0.0.17 → 0.0.18
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/brownpapertickets/event.rb +1 -1
- data/lib/brownpapertickets/version.rb +1 -1
- metadata +4 -4
@@ -12,7 +12,7 @@ module BrownPaperTickets
|
|
12
12
|
ATTRS=["e_name","e_city","e_state", "e_short_description", "e_description","e_address1","e_address2","e_zip","e_phone","e_web","end_of_event_message",
|
13
13
|
"end_of_sale_message","date_notes","e_notes","keywords","c_name","c_email","c_phone","c_fax","c_address1","c_address2","c_city","c_state","c_zip",
|
14
14
|
"c_country","public", "title","link", "description", "event_id", "tickets_sold"]
|
15
|
-
|
15
|
+
|
16
16
|
def initialize(id, account, attributes={})
|
17
17
|
@@id = id
|
18
18
|
@@account = account
|
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:
|
4
|
+
hash: 59
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 18
|
10
|
+
version: 0.0.18
|
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-
|
20
|
+
date: 2011-03-11 00:00:00 -05:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|