--- !ruby/object:Gem::Specification 
name: radiant-event_calendar-extension
version: !ruby/object:Gem::Version 
  hash: 1
  prerelease: 
  segments: 
  - 1
  - 5
  - 1
  version: 1.5.1
platform: ruby
authors: 
- Loren Johnson
- Sean Cribbs
- William Ross
autorequire: 
bindir: bin
cert_chain: []

date: 2011-09-14 00:00:00 Z
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-layouts-extension
  prerelease: false
  requirement: &id004 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        hash: 21
        segments: 
        - 1
        - 1
        - 3
        version: 1.1.3
  type: :runtime
  version_requirements: *id004
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: 
- radiant@spanner.org
executables: []

extensions: []

extra_rdoc_files: []

files: 
- 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/configuration/_calendar_edit.html.haml
- app/views/admin/configuration/_calendar_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.rss.builder
- app/views/events/show.html.haml
- config/initializers/radiant_config.rb
- 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
- db/migrate/20110717171550_facebook.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/radiant-event_calendar-extension.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/facebook_small.png
- public/images/event_calendar/flag.png
- public/images/event_calendar/ical.png
- public/images/event_calendar/ical_small.png
- public/images/event_calendar/twitter_small.png
- public/javascripts/admin/event_calendar.js
- public/stylesheets/sass/admin/event_calendar.sass
- public/stylesheets/sass/admin/event_calendar_dashboard.sass
- public/stylesheets/sass/event_calendar.sass
- radiant-event_calendar-extension-1.5.0.gem
- radiant-event_calendar-extension.gemspec
- Rakefile
- README.md
- 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/lib/event_calendar_tags_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
homepage: http://github.com/radiant/radiant-event_calendar-extension
licenses: []

post_install_message: "\n  Add this to your radiant project with:\n\n    config.gem 'radiant-event_calendar-extension', :version => '~> 1.5.1'\n\n  "
rdoc_options: []

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.8.10
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/files/dummy.ics
- spec/files/ny.ics
- spec/lib/event_calendar_page_spec.rb
- spec/lib/event_calendar_tags_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