radiant-event_calendar-extension 1.5.4 → 1.5.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ class EventsController < SiteController
|
|
29
29
|
ical = RiCal.Calendar do |cal|
|
30
30
|
events.each { |event| cal.add_subcomponent(event.to_ri_cal) }
|
31
31
|
end
|
32
|
-
send_data ical, :filename => "#{filename}.ics", :type => "text/calendar"
|
32
|
+
send_data ical.to_s, :filename => "#{filename}.ics", :type => "text/calendar"
|
33
33
|
}
|
34
34
|
end
|
35
35
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module RadiantEventCalendarExtension
|
2
|
-
VERSION = '1.5.
|
2
|
+
VERSION = '1.5.5'
|
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"
|
Binary file
|
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:
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 1.5.
|
9
|
+
- 5
|
10
|
+
version: 1.5.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Loren Johnson
|
@@ -183,6 +183,7 @@ files:
|
|
183
183
|
- public/stylesheets/sass/admin/event_calendar_dashboard.sass
|
184
184
|
- public/stylesheets/sass/event_calendar.sass
|
185
185
|
- radiant-event_calendar-extension-1.5.3.gem
|
186
|
+
- radiant-event_calendar-extension-1.5.4.gem
|
186
187
|
- radiant-event_calendar-extension.gemspec
|
187
188
|
- Rakefile
|
188
189
|
- README.md
|
@@ -204,7 +205,7 @@ files:
|
|
204
205
|
homepage: http://github.com/radiant/radiant-event_calendar-extension
|
205
206
|
licenses: []
|
206
207
|
|
207
|
-
post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-event_calendar-extension', :version => '~> 1.5.
|
208
|
+
post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-event_calendar-extension', :version => '~> 1.5.5'\n\n "
|
208
209
|
rdoc_options: []
|
209
210
|
|
210
211
|
require_paths:
|