--- !ruby/object:Gem::Specification 
name: radiant-forum-extension
version: !ruby/object:Gem::Version 
  hash: 17
  prerelease: false
  segments: 
  - 1
  - 1
  - 1
  version: 1.1.1
platform: ruby
authors: 
- spanner
autorequire: 
bindir: bin
cert_chain: []

date: 2010-11-01 00:00:00 +00:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: radiant
  prerelease: false
  requirement: &id001 !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: *id001
- !ruby/object:Gem::Dependency 
  name: radiant-reader-extension
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        hash: 19
        segments: 
        - 1
        - 1
        - 0
        version: 1.1.0
  type: :runtime
  version_requirements: *id002
description: Nice clean forums and page comments for inclusion in your radiant site. Derived long ago from beast. Requires the reader extension and share_layouts.
email: will@spanner.org
executables: []

extensions: []

extra_rdoc_files: 
- README.md
files: 
- README.md
- Rakefile
- VERSION
- app/controllers/admin/forums_controller.rb
- app/controllers/forums_controller.rb
- app/controllers/posts_controller.rb
- app/controllers/topics_controller.rb
- app/helpers/forum_helper.rb
- app/models/forum.rb
- app/models/moderatorship.rb
- app/models/post.rb
- app/models/post_attachment.rb
- app/models/topic.rb
- app/views/admin/forums/_form.html.haml
- app/views/admin/forums/edit.html.haml
- app/views/admin/forums/index.html.haml
- app/views/admin/forums/moderate.html.haml
- app/views/admin/forums/new.html.haml
- app/views/admin/forums/remove.html.haml
- app/views/admin/pages/_edit_commentability.html.haml
- app/views/admin/reader_configuration/_edit_forum.html.haml
- app/views/admin/reader_configuration/_forum.html.haml
- app/views/admin/sites/_choose_forum_layout.html.haml
- app/views/forums/_forum.html.haml
- app/views/forums/index.html.haml
- app/views/forums/show.html.haml
- app/views/forums/show.rss.builder
- app/views/layouts/feed.rss.builder
- app/views/monitorships/create.rjs.erb
- app/views/monitorships/destroy.rjs.erb
- app/views/monitorships/index.html.erb
- app/views/pages/_comment.html.haml
- app/views/pages/_comments.html.haml
- app/views/posts/_attachment.html.haml
- app/views/posts/_form.html.haml
- app/views/posts/_latest.html.haml
- app/views/posts/_post.html.haml
- app/views/posts/_post.rss.builder
- app/views/posts/_reply.html.haml
- app/views/posts/_search.html.haml
- app/views/posts/_uploader.html.haml
- app/views/posts/edit.html.haml
- app/views/posts/index.html.haml
- app/views/posts/index.rss.builder
- app/views/posts/new.html.haml
- app/views/posts/preview.html.haml
- app/views/posts/search.html.haml
- app/views/posts/search.rss.builder
- app/views/posts/show.html.haml
- app/views/reader_notifier/post.rhtml
- app/views/readers/_extra_controls.html.haml
- app/views/readers/show_with_posts.html.haml
- app/views/topics/_form.html.haml
- app/views/topics/_help.html.haml
- app/views/topics/_locked.html.haml
- app/views/topics/_topic.html.haml
- app/views/topics/_topic.rss.builder
- app/views/topics/comments.html.haml
- app/views/topics/edit.html.haml
- app/views/topics/index.html.haml
- app/views/topics/index.rss.builder
- app/views/topics/new.html.haml
- app/views/topics/show.html.haml
- app/views/topics/show.rss.builder
- config/locales/en.yml
- config/routes.rb
- db/migrate/001_create_forum_tables.rb
- db/migrate/002_pages_commentable.rb
- db/migrate/003_extend_sites.rb
- db/migrate/004_sample_layout.rb
- db/migrate/005_post_attachments.rb
- db/migrate/006_user_relations.rb
- db/migrate/007_reader_ownership.rb
- db/migrate/008_first_posts.rb
- db/migrate/20090824111005_import_helpers.rb
- forum_extension.rb
- lib/forum_admin_ui.rb
- lib/forum_page.rb
- lib/forum_reader.rb
- lib/forum_reader_notifier.rb
- lib/forum_readers_controller.rb
- lib/forum_red_cloth3.rb
- lib/forum_red_cloth4.rb
- lib/forum_site.rb
- lib/forum_tags.rb
- lib/tasks/radiant_forum_extension_tasks.rake
- public/images/admin/forum.png
- public/images/admin/new-forum.png
- public/images/admin/nominus.png
- public/images/admin/noremove.png
- public/images/emoticons/angry.gif
- public/images/emoticons/bigsmile.gif
- public/images/emoticons/confused.gif
- public/images/emoticons/cool.gif
- public/images/emoticons/cry.gif
- public/images/emoticons/devil.gif
- public/images/emoticons/neutral.gif
- public/images/emoticons/sad.gif
- public/images/emoticons/shamed.gif
- public/images/emoticons/shocked.gif
- public/images/emoticons/smile.gif
- public/images/emoticons/surprised.gif
- public/images/emoticons/tongue.gif
- public/images/emoticons/wink.gif
- public/images/furniture/attachment.png
- public/images/furniture/attachment_link.png
- public/images/furniture/attachment_over.png
- public/images/furniture/chk_off.png
- public/images/furniture/chk_on.png
- public/images/furniture/feed_14.png
- public/images/furniture/feed_28.png
- public/images/furniture/post.png
- public/images/furniture/post_over.png
- public/images/furniture/rdo_off.png
- public/images/furniture/rdo_on.png
- public/images/furniture/wait_16_grey.gif
- public/javascripts/forum.js
- public/stylesheets/sass/forum.sass
- radiant-forum-extension.gemspec
- spec/controllers/admin/forums_controller_spec.rb
- spec/controllers/forums_controller_spec.rb
- spec/controllers/posts_controller_spec.rb
- spec/controllers/topics_controller_spec.rb
- spec/datasets/forum_layouts_dataset.rb
- spec/datasets/forum_pages_dataset.rb
- spec/datasets/forum_readers_dataset.rb
- spec/datasets/forum_sites_dataset.rb
- spec/datasets/forums_dataset.rb
- spec/datasets/posts_dataset.rb
- spec/datasets/topics_dataset.rb
- spec/lib/forum_admin_ui_spec.rb
- spec/lib/forum_page_spec.rb
- spec/lib/forum_reader_notification_spec.rb
- spec/lib/forum_reader_spec.rb
- spec/lib/forum_site_spec.rb
- spec/models/forum_spec.rb
- spec/models/post_spec.rb
- spec/models/topic_spec.rb
- spec/spec.opts
- spec/spec_helper.rb
- vendor/plugins/acts_as_list/README
- vendor/plugins/acts_as_list/init.rb
- vendor/plugins/acts_as_list/lib/active_record/acts/list.rb
- vendor/plugins/acts_as_list/test/list_test.rb
has_rdoc: true
homepage: http://github.com/spanner/radiant-forum-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: Forum and Comment Extension for Radiant CMS
test_files: 
- spec/controllers/admin/forums_controller_spec.rb
- spec/controllers/forums_controller_spec.rb
- spec/controllers/posts_controller_spec.rb
- spec/controllers/topics_controller_spec.rb
- spec/datasets/forum_layouts_dataset.rb
- spec/datasets/forum_pages_dataset.rb
- spec/datasets/forum_readers_dataset.rb
- spec/datasets/forum_sites_dataset.rb
- spec/datasets/forums_dataset.rb
- spec/datasets/posts_dataset.rb
- spec/datasets/topics_dataset.rb
- spec/lib/forum_admin_ui_spec.rb
- spec/lib/forum_page_spec.rb
- spec/lib/forum_reader_notification_spec.rb
- spec/lib/forum_reader_spec.rb
- spec/lib/forum_site_spec.rb
- spec/models/forum_spec.rb
- spec/models/post_spec.rb
- spec/models/topic_spec.rb
- spec/spec_helper.rb