radiant-event_calendar-extension 1.3.2 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/views/events/_event.html.haml +1 -1
- data/app/views/events/_keywords.html.haml +2 -0
- data/event_calendar_extension.rb +1 -1
- data/public/images/event_calendar/flag.png +0 -0
- data/public/images/event_calendar/ical.png +0 -0
- data/radiant-event_calendar-extension.gemspec +5 -8
- metadata +7 -10
- data/public/images/event_calendar/calendarlinkbg.png +0 -0
- data/public/images/event_calendar/event_shadow.png +0 -0
- data/public/images/event_calendar/ical16.png +0 -0
- data/public/images/event_calendar/maplinkbg.png +0 -0
- data/public/images/event_calendar/one_event.png +0 -0
- data/public/images/event_calendar/several_events.png +0 -0
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.3
|
data/event_calendar_extension.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
class EventCalendarExtension < Radiant::Extension
|
2
|
-
version "1.3.
|
2
|
+
version "1.3.3"
|
3
3
|
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.)"
|
4
4
|
url "http://github.com/radiant/radiant-event_calendar-extension"
|
5
5
|
|
Binary file
|
Binary file
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{radiant-event_calendar-extension}
|
8
|
-
s.version = "1.3.
|
8
|
+
s.version = "1.3.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["spanner"]
|
12
|
-
s.date = %q{2010-10-
|
12
|
+
s.date = %q{2010-10-21}
|
13
13
|
s.description = %q{An event calendar extension that administers events locally or draws them from any ical or CalDAV publishers (Google Calendar, .Mac, Darwin Calendar Server, etc.)}
|
14
14
|
s.email = %q{will@spanner.org}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -58,6 +58,7 @@ Gem::Specification.new do |s|
|
|
58
58
|
"app/views/events/_event.html.haml",
|
59
59
|
"app/views/events/_event_postscript.html.haml",
|
60
60
|
"app/views/events/_faceting.html.haml",
|
61
|
+
"app/views/events/_keywords.html.haml",
|
61
62
|
"app/views/events/_minicalendar.html.haml",
|
62
63
|
"app/views/events/_other_page_parts.html.haml",
|
63
64
|
"app/views/events/_views.html.haml",
|
@@ -96,12 +97,8 @@ Gem::Specification.new do |s|
|
|
96
97
|
"lib/tasks/event_calendar_extension_tasks.rake",
|
97
98
|
"public/icals/blank",
|
98
99
|
"public/images/admin/calendar.png",
|
99
|
-
"public/images/event_calendar/
|
100
|
-
"public/images/event_calendar/
|
101
|
-
"public/images/event_calendar/ical16.png",
|
102
|
-
"public/images/event_calendar/maplinkbg.png",
|
103
|
-
"public/images/event_calendar/one_event.png",
|
104
|
-
"public/images/event_calendar/several_events.png",
|
100
|
+
"public/images/event_calendar/flag.png",
|
101
|
+
"public/images/event_calendar/ical.png",
|
105
102
|
"public/javascripts/admin/event_calendar.js",
|
106
103
|
"public/stylesheets/sass/admin/event_calendar.sass",
|
107
104
|
"radiant-event_calendar-extension.gemspec",
|
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: 29
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 1.3.
|
9
|
+
- 3
|
10
|
+
version: 1.3.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- spanner
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-10-
|
18
|
+
date: 2010-10-21 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -141,6 +141,7 @@ files:
|
|
141
141
|
- app/views/events/_event.html.haml
|
142
142
|
- app/views/events/_event_postscript.html.haml
|
143
143
|
- app/views/events/_faceting.html.haml
|
144
|
+
- app/views/events/_keywords.html.haml
|
144
145
|
- app/views/events/_minicalendar.html.haml
|
145
146
|
- app/views/events/_other_page_parts.html.haml
|
146
147
|
- app/views/events/_views.html.haml
|
@@ -179,12 +180,8 @@ files:
|
|
179
180
|
- lib/tasks/event_calendar_extension_tasks.rake
|
180
181
|
- public/icals/blank
|
181
182
|
- public/images/admin/calendar.png
|
182
|
-
- public/images/event_calendar/
|
183
|
-
- public/images/event_calendar/
|
184
|
-
- public/images/event_calendar/ical16.png
|
185
|
-
- public/images/event_calendar/maplinkbg.png
|
186
|
-
- public/images/event_calendar/one_event.png
|
187
|
-
- public/images/event_calendar/several_events.png
|
183
|
+
- public/images/event_calendar/flag.png
|
184
|
+
- public/images/event_calendar/ical.png
|
188
185
|
- public/javascripts/admin/event_calendar.js
|
189
186
|
- public/stylesheets/sass/admin/event_calendar.sass
|
190
187
|
- radiant-event_calendar-extension.gemspec
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|