--- !ruby/object:Gem::Specification name: commontator version: !ruby/object:Gem::Version version: 0.5.12 prerelease: platform: ruby authors: - Dante Soares autorequire: bindir: bin cert_chain: [] date: 2012-07-13 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3.1' - !ruby/object:Gem::Dependency name: jquery-rails requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: A Rails engine for comments. email: - dms3@rice.edu executables: [] extensions: [] extra_rdoc_files: [] files: - app/assets/stylesheets/commontator/application.css - app/assets/stylesheets/commontator/comments.css - app/assets/stylesheets/commontator/comments.css~ - app/assets/stylesheets/commontator/threads.css - app/assets/images/commontator/upvote.png - app/assets/images/commontator/downvote_hover.png - app/assets/images/commontator/upvote_hover.png - app/assets/images/commontator/downvote.png - app/controllers/commontator/threads_controller.rb~ - app/controllers/commontator/application_controller.rb - app/controllers/commontator/subscriptions_controller.rb - app/controllers/commontator/comments_controller.rb~ - app/controllers/commontator/application_controller.rb~ - app/controllers/commontator/threads_controller.rb - app/controllers/commontator/comments_controller.rb - app/controllers/commontator/subscriptions_controller.rb~ - app/mailers/commontator/subscriptions_mailer.rb~ - app/mailers/commontator/subscriptions_mailer.rb - app/views/commontator/comments/_body.html.erb - app/views/commontator/comments/_show.html.erb~ - app/views/commontator/comments/_form.html.erb - app/views/commontator/comments/delete.js.erb - app/views/commontator/comments/vote.js.erb - app/views/commontator/comments/update.js.erb - app/views/commontator/comments/_actions.html.erb~ - app/views/commontator/comments/update.js.erb~ - app/views/commontator/comments/_show.html.erb - app/views/commontator/comments/_form.html.erb~ - app/views/commontator/comments/delete.js.erb~ - app/views/commontator/comments/_body.html.erb~ - app/views/commontator/comments/edit.js.erb - app/views/commontator/comments/_actions.html.erb - app/views/commontator/comments/_votes.html.erb - app/views/commontator/comments/create.js.erb - app/views/commontator/comments/new.js.erb - app/views/commontator/subscriptions_mailer/comment_created_email.html.erb - app/views/commontator/subscriptions/subscribe.js.erb - app/views/commontator/subscriptions/_link.html.erb - app/views/commontator/shared/_thread.html.erb~ - app/views/commontator/shared/_thread.html.erb - app/views/commontator/shared/_thread_link.html.erb~ - app/views/commontator/threads/_show.html.erb~ - app/views/commontator/threads/show.js.erb - app/views/commontator/threads/_show.html.erb - app/models/commontator/comment.rb - app/models/commontator/subscription.rb - app/models/commontator/comment.rb~ - app/models/commontator/thread.rb - app/helpers/commontator/comments_helper.rb~ - app/helpers/commontator/threads_helper.rb - app/helpers/commontator/subscriptions_helper.rb~ - app/helpers/commontator/threads_helper.rb~ - app/helpers/commontator/application_helper.rb - config/initializers/commontator.rb - config/routes.rb - db/migrate/0_install_commontator.rb - lib/commontator.rb - lib/commontator.rb~ - lib/tasks/commontator_tasks.rake - lib/commontator/acts_as_commontable.rb - lib/commontator/controller_includes.rb - lib/commontator/version.rb - lib/commontator/engine.rb - lib/commontator/shared_methods.rb~ - lib/commontator/shared_helper.rb~ - lib/commontator/commontable_config.rb - lib/commontator/version.rb~ - lib/commontator/shared_helper.rb - lib/commontator/acts_as_commontator.rb - lib/commontator/commontator_config.rb - lib/commontator/controller_includes.rb~ - MIT-LICENSE - Rakefile - README.md - test/test_helper.rb - test/integration/navigation_test.rb - test/unit/subscription_test.rb - test/unit/comment_test.rb - test/unit/thread_test.rb - test/unit/helpers/subscriptions_helper_test.rb - test/unit/helpers/comments_helper_test.rb - test/functional/comments_controller_test.rb - test/functional/subscriptions_controller_test.rb - test/dummy/README.rdoc - test/dummy/log/development.log - test/dummy/db/development.sqlite3 - test/dummy/db/schema.rb - test/dummy/db/migrate/1_install_commontator.commontator.rb - test/dummy/Rakefile - test/dummy/script/rails - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/javascripts/application.js - test/dummy/app/controllers/application_controller.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/helpers/application_helper.rb - test/dummy/config.ru - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/422.html - test/dummy/public/404.html - test/dummy/config/database.yml - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/commontator.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/locales/en.yml - test/dummy/config/boot.rb - test/dummy/config/application.rb - test/dummy/config/environment.rb - test/dummy/config/environments/test.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/development.rb - test/dummy/config/routes.rb - test/commontator_test.rb homepage: http://rubygems.org/gems/commontator licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Common Tator test_files: - test/test_helper.rb - test/integration/navigation_test.rb - test/unit/subscription_test.rb - test/unit/comment_test.rb - test/unit/thread_test.rb - test/unit/helpers/subscriptions_helper_test.rb - test/unit/helpers/comments_helper_test.rb - test/functional/comments_controller_test.rb - test/functional/subscriptions_controller_test.rb - test/dummy/README.rdoc - test/dummy/log/development.log - test/dummy/db/development.sqlite3 - test/dummy/db/schema.rb - test/dummy/db/migrate/1_install_commontator.commontator.rb - test/dummy/Rakefile - test/dummy/script/rails - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/javascripts/application.js - test/dummy/app/controllers/application_controller.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/helpers/application_helper.rb - test/dummy/config.ru - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/422.html - test/dummy/public/404.html - test/dummy/config/database.yml - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/commontator.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/locales/en.yml - test/dummy/config/boot.rb - test/dummy/config/application.rb - test/dummy/config/environment.rb - test/dummy/config/environments/test.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/development.rb - test/dummy/config/routes.rb - test/commontator_test.rb