radiant-event_calendar-extension 1.4.7 → 1.4.8

Sign up to get free protection for your applications and to get access to all the features.
data/app/models/event.rb CHANGED
@@ -282,7 +282,7 @@ class Event < ActiveRecord::Base
282
282
  end
283
283
 
284
284
  def facebook_url
285
- %{}
285
+ %{http://www.facebook.com/event.php?eid=#{facebook_id}} if facebook_id
286
286
  end
287
287
 
288
288
  def one_day?
@@ -1,5 +1,5 @@
1
1
  module RadiantEventCalendarExtension
2
- VERSION = '1.4.7'
2
+ VERSION = '1.4.8'
3
3
  SUMMARY = %Q{Event Calendar Extension for Radiant CMS}
4
4
  DESCRIPTION = "An event calendar extension that administers events locally or draws them from any ical or CalDAV publishers (Google Calendar, .Mac, Darwin Calendar Server, etc.)"
5
5
  URL = "http://github.com/radiant/radiant-event_calendar-extension"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-event_calendar-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 7
10
- version: 1.4.7
9
+ - 8
10
+ version: 1.4.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Loren Johnson
@@ -199,7 +199,7 @@ has_rdoc: true
199
199
  homepage: http://github.com/radiant/radiant-event_calendar-extension
200
200
  licenses: []
201
201
 
202
- post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-event_calendar-extension', :version => '~> 1.4.7'\n\n "
202
+ post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-event_calendar-extension', :version => '~> 1.4.8'\n\n "
203
203
  rdoc_options: []
204
204
 
205
205
  require_paths: