Skip to content

Commit

Permalink
add icalendar to setup template, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bborn committed Sep 8, 2009
1 parent 4c1d462 commit 39ebb34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -8,6 +8,7 @@
* Photo albums, Static pages and messages controller test (juafrlo)
* calendar_date_select gem is now required
* added ability to unsubscribe from comment notifications for anonymous comments
* ical format output for Events to allow subscriptions

= 1.0.2
* Rails 2.3 compatibility
Expand Down
1 change: 1 addition & 0 deletions README.markdown
Expand Up @@ -14,6 +14,7 @@ Requirements:
rake 0.8.3
haml 2.0.5
calendar_date_select
icalendar
aws-s3 (if using s3 for photos)

Getting CommunityEngine Running
Expand Down
1 change: 1 addition & 0 deletions community_engine_setup_template.rb
Expand Up @@ -75,6 +75,7 @@ def add_application_yml(name)
gem 'haml', :lib => 'htmlentities'
gem "aws-s3", :lib => "aws/s3"
gem 'calendar_date_select'
gem 'icalendar'
rake('gems:install', :sudo => true)


Expand Down

0 comments on commit 39ebb34

Please sign in to comment.