--- !ruby/object:Gem::Specification name: radiant-event_calendar-extension version: !ruby/object:Gem::Version hash: 3 prerelease: false segments: - 1 - 4 - 2 version: 1.4.2 platform: ruby authors: - spanner autorequire: bindir: bin cert_chain: [] date: 2011-05-06 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: ri_cal prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: chronic prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: uuidtools prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: radiant prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 59 segments: - 0 - 9 - 0 version: 0.9.0 type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: radiant-layouts-extension prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id005 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.) email: will@spanner.org executables: [] extensions: [] extra_rdoc_files: - README.md files: - .gitignore - .gitmodules - README.md - Rakefile - VERSION - app/controllers/admin/calendars_controller.rb - app/controllers/admin/event_venues_controller.rb - app/controllers/admin/events_controller.rb - app/controllers/admin/icals_controller.rb - app/controllers/events_controller.rb - app/models/calendar.rb - app/models/event.rb - app/models/event_calendar_page.rb - app/models/event_occurrence.rb - app/models/event_recurrence_rule.rb - app/models/event_venue.rb - app/models/ical.rb - app/views/admin/calendars/_form.html.haml - app/views/admin/calendars/edit.html.haml - app/views/admin/calendars/help.html.erb - app/views/admin/calendars/index.html.haml - app/views/admin/calendars/new.html.haml - app/views/admin/calendars/show.html.haml - app/views/admin/dashboard/_coming_events.html.haml - app/views/admin/event_venues/_event_venue.html.haml - app/views/admin/event_venues/_form.html.haml - app/views/admin/event_venues/edit.html.haml - app/views/admin/event_venues/index.html.haml - app/views/admin/event_venues/new.html.haml - app/views/admin/event_venues/remove.html.haml - app/views/admin/events/_event.html.haml - app/views/admin/events/_form.html.haml - app/views/admin/events/_list_head.html.haml - app/views/admin/events/edit.html.haml - app/views/admin/events/index.html.haml - app/views/admin/events/new.html.haml - app/views/admin/events/remove.html.haml - app/views/admin/icals/refresh.html.haml - app/views/admin/icals/refresh_all.html.haml - app/views/events/_defacet.html.haml - app/views/events/_event.html.haml - app/views/events/_event_postscript.html.haml - app/views/events/_faceting.html.haml - app/views/events/_keywords.html.haml - app/views/events/_minicalendar.html.haml - app/views/events/_other_page_parts.html.haml - app/views/events/_views.html.haml - app/views/events/index.html.haml - app/views/events/index.ics.erb - app/views/events/index.rss.builder - config/locales/de.yml - config/locales/en.yml - config/routes.rb - db/migrate/001_create_calendar_and_events.rb - db/migrate/002_calendar_add_ical_url.rb - db/migrate/003_add_calendar_category.rb - db/migrate/004_add_slug.rb - db/migrate/005_add_subscription_refresh_history.rb - db/migrate/006_create_icals.rb - db/migrate/007_move_subscriptions_to_ical.rb - db/migrate/008_clean_out_calendar.rb - db/migrate/009_basic_authentication.rb - db/migrate/010_refresh_interval.rb - db/migrate/011_more_properties.rb - db/migrate/20090818133511_simpler_ical_columns.rb - db/migrate/20090819130919_ownership.rb - db/migrate/20090820073805_site_scope.rb - db/migrate/20091118100725_event_status.rb - db/migrate/20100216080944_more_event_data.rb - db/migrate/20100218131410_recurrence_parts.rb - db/migrate/20100219102227_venues_and_categories.rb - db/migrate/20100221180539_recurrence_rules.rb - db/migrate/20100222182112_occurrences.rb - db/migrate/20100927140126_amended_events.rb - db/migrate/20100927203940_calendar_keywords.rb - event_calendar_extension.rb - lib/calendar_period.rb - lib/event_calendar_admin_ui.rb - lib/event_calendar_tags.rb - lib/event_search.rb - lib/event_statuses.rb - lib/tasks/event_calendar_extension_tasks.rake - public/icals/blank - public/images/admin/calendar.png - public/images/admin/redo.png - public/images/admin/redo_disabled.png - public/images/event_calendar/flag.png - public/images/event_calendar/ical.png - public/javascripts/admin/event_calendar.js - public/stylesheets/sass/admin/event_calendar.sass - public/stylesheets/sass/event_calendar.sass - radiant-event_calendar-extension.gemspec - spec/datasets/calendar_events_dataset.rb - spec/datasets/calendar_pages_dataset.rb - spec/datasets/calendar_sites_dataset.rb - spec/datasets/calendars_dataset.rb - spec/datasets/recurrence_dataset.rb - spec/files/dummy.ics - spec/files/ny.ics - spec/lib/event_calendar_page_spec.rb - spec/models/calendar_spec.rb - spec/models/event_spec.rb - spec/models/ical_spec.rb - spec/models/recurrence_rule_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/radiant/radiant-event_calendar-extension licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Event Calendar Extension for Radiant CMS test_files: - spec/datasets/calendar_events_dataset.rb - spec/datasets/calendar_pages_dataset.rb - spec/datasets/calendar_sites_dataset.rb - spec/datasets/calendars_dataset.rb - spec/datasets/recurrence_dataset.rb - spec/lib/event_calendar_page_spec.rb - spec/models/calendar_spec.rb - spec/models/event_spec.rb - spec/models/ical_spec.rb - spec/models/recurrence_rule_spec.rb - spec/spec_helper.rb