eostrom-zvent 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ module Zvent
18
18
  end
19
19
 
20
20
  # Zvents Partner API
21
- self.url ||= event_hash['link']
21
+ self.zurl ||= event_hash['link']
22
22
  self.startTime ||= event_hash['starttime']
23
23
  end
24
24
 
@@ -13,7 +13,7 @@ module Zvent
13
13
  end
14
14
 
15
15
  # Zvents Partner API
16
- self.url ||= performer_hash['link']
16
+ self.zurl ||= performer_hash['link']
17
17
  self.description ||= performer_hash['summary']
18
18
  end
19
19
 
@@ -15,7 +15,7 @@ module Zvent
15
15
  end
16
16
 
17
17
  # Zvents Partner API
18
- self.url ||= venue_hash['link']
18
+ self.zurl ||= venue_hash['link']
19
19
  self.description ||= venue_hash['summary']
20
20
  # TODO: external URLs
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eostrom-zvent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Fonacier, Erik Ostrom