--- !ruby/object:Gem::Specification name: commontator version: !ruby/object:Gem::Version version: 4.2.0 platform: ruby authors: - Dante Soares autorequire: bindir: bin cert_chain: [] date: 2013-11-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '3.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '3.1' - !ruby/object:Gem::Dependency name: jquery-rails requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: minitest-rails requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: acts_as_votable requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: A Rails engine for comments. email: - dms3@rice.edu executables: [] extensions: [] extra_rdoc_files: [] files: - app/controllers/commontator/application_controller.rb~ - app/controllers/commontator/threads_controller.rb - 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/assets/stylesheets/commontator/application.css - app/assets/stylesheets/commontator/comments.css - app/assets/stylesheets/commontator/threads.css - app/assets/stylesheets/commontator/comments.css~ - app/assets/images/commontator/downvote.png - app/assets/images/commontator/upvote_hover.png - app/assets/images/commontator/downvote_hover.png - app/assets/images/commontator/upvote.png - app/models/commontator/thread.rb~ - app/models/commontator/subscription.rb - app/models/commontator/thread.rb - app/models/commontator/comment.rb - app/models/commontator/comment.rb~ - app/helpers/commontator/threads_helper.rb~ - app/helpers/commontator/threads_helper.rb - app/helpers/commontator/application_helper.rb - app/views/commontator/subscriptions/subscribe.js.erb - app/views/commontator/subscriptions/_link.html.erb - app/views/commontator/subscriptions_mailer/comment_created.html.erb - app/views/commontator/subscriptions_mailer/comment_created.html.erb~ - app/views/commontator/threads/_show.html.erb - app/views/commontator/threads/show.js.erb - app/views/commontator/threads/_show.html.erb~ - app/views/commontator/shared/_thread.html.erb - app/views/commontator/comments/_votes.html.erb - app/views/commontator/comments/create.js.erb - app/views/commontator/comments/_list.html.erb - app/views/commontator/comments/_show.html.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/update.js.erb - app/views/commontator/comments/delete.js.erb - app/views/commontator/comments/new.js.erb - app/views/commontator/comments/_body.html.erb - app/views/commontator/comments/create.js.erb~ - app/views/commontator/comments/edit.js.erb - app/views/commontator/comments/_votes.html.erb~ - app/views/commontator/comments/edit.js.erb~ - app/views/commontator/comments/vote.js.erb - app/views/commontator/comments/new.js.erb~ - app/views/commontator/comments/_form.html.erb - app/views/commontator/comments/_list.html.erb~ - app/views/commontator/comments/delete.js.erb~ - app/mailers/commontator/subscriptions_mailer.rb - app/mailers/commontator/subscriptions_mailer.rb~ - config/routes.rb - config/initializers/commontator.rb~ - config/initializers/commontator.rb - db/migrate/0_install_commontator.rb - lib/commontator.rb~ - lib/commontator/version.rb~ - lib/commontator/commontable_config.rb - lib/commontator/acts_as_commontator.rb - lib/commontator/commontator_config.rb - lib/commontator/acts_as_commontable.rb - lib/commontator/shared_helper.rb~ - lib/commontator/controller_includes.rb - lib/commontator/engine.rb - lib/commontator/shared_helper.rb - lib/commontator/version.rb - lib/commontator/controller_includes.rb~ - lib/commontator/security_transgression.rb - lib/commontator.rb - lib/tasks/commontator_tasks.rake - MIT-LICENSE - Rakefile - README.md - spec/app/controllers/commontator/comments_controller_spec.rb~ - spec/app/controllers/commontator/threads_controller_spec.rb~ - spec/app/controllers/commontator/threads_controller_spec.rb - spec/app/controllers/commontator/subscriptions_controller_spec.rb~ - spec/app/controllers/commontator/comments_controller_spec.rb - spec/app/controllers/commontator/subscriptions_controller_spec.rb - spec/app/models/commontator/thread_spec.rb~ - spec/app/models/commontator/comment_spec.rb - spec/app/models/commontator/subscription_spec.rb - spec/app/models/commontator/thread_spec.rb - spec/app/models/commontator/comment_spec.rb~ - spec/app/helpers/commontator/application_helper_spec.rb~ - spec/app/helpers/commontator/threads_helper_spec.rb~ - spec/app/helpers/commontator/threads_helper_spec.rb - spec/app/helpers/commontator/application_helper_spec.rb - spec/app/mailers/commontator/subscriptions_mailer_spec.rb - spec/test_helper.rb - spec/dummy/script/rails - spec/dummy/Rakefile - spec/dummy/app/controllers/application_controller.rb - spec/dummy/app/controllers/dummy_models_controller.rb - spec/dummy/app/assets/stylesheets/application.css - spec/dummy/app/assets/javascripts/application.js - spec/dummy/app/models/dummy_model.rb - spec/dummy/app/models/dummy_user.rb - spec/dummy/app/helpers/application_helper.rb - spec/dummy/app/views/layouts/application.html.erb - spec/dummy/app/views/dummy_model/show.html.erb - spec/dummy/tmp/cache/assets/test/sprockets/02d4b791eb831cf2057bf4703a1218d1 - spec/dummy/tmp/cache/assets/test/sprockets/e85565206c3e5fdf9dfeb367c85557b1 - spec/dummy/tmp/cache/assets/test/sprockets/c69ee3cc5796188d873574179290a6ef - spec/dummy/tmp/cache/assets/test/sprockets/a3fb9025f90ff05a6fd4afc7ded2692c - spec/dummy/tmp/cache/assets/test/sprockets/0f196a1a50363b0a076ec6e1ee5417f6 - spec/dummy/tmp/cache/assets/test/sprockets/e1f674c11941d62aac1764ef3a7134e4 - spec/dummy/tmp/cache/assets/test/sprockets/a41c8be5379abec3c0d0d98e2f0d5609 - spec/dummy/config/locales/en.yml - spec/dummy/config/environment.rb - spec/dummy/config/routes.rb - spec/dummy/config/environments/production.rb - spec/dummy/config/environments/test.rb - spec/dummy/config/environments/development.rb - spec/dummy/config/initializers/wrap_parameters.rb - spec/dummy/config/initializers/secret_token.rb - spec/dummy/config/initializers/filter_parameter_logging.rb - spec/dummy/config/initializers/commontator.rb~ - spec/dummy/config/initializers/mime_types.rb - spec/dummy/config/initializers/session_store.rb - spec/dummy/config/initializers/commontator.rb - spec/dummy/config/initializers/backtrace_silencers.rb - spec/dummy/config/initializers/inflections.rb - spec/dummy/config/initializers/commontator2.rb~ - spec/dummy/config/boot.rb - spec/dummy/config/application.rb - spec/dummy/config/database.yml - spec/dummy/config/application.rb~ - spec/dummy/README.md - spec/dummy/public/500.html - spec/dummy/public/422.html - spec/dummy/public/favicon.ico - spec/dummy/public/404.html - spec/dummy/log/test.log - spec/dummy/log/development.log - spec/dummy/config.ru - spec/dummy/db/schema.rb - spec/dummy/db/development.sqlite3 - spec/dummy/db/migrate/2_create_dummy_users.rb - spec/dummy/db/migrate/1_create_dummy_models.rb - spec/dummy/db/migrate/3_acts_as_votable_migration.rb - spec/dummy/db/test.sqlite3 - spec/test_helper.rb~ - spec/lib/commontator_spec.rb - spec/lib/commontator_spec.rb~ - spec/lib/commontator/commontator_config_spec.rb~ - spec/lib/commontator/commontable_config_spec.rb~ - spec/lib/commontator/acts_as_commontator_spec.rb - spec/lib/commontator/controller_includes_spec.rb - spec/lib/commontator/shared_helper_spec.rb - spec/lib/commontator/commontable_config_spec.rb - spec/lib/commontator/commontator_config_spec.rb - spec/lib/commontator/acts_as_commontable_spec.rb homepage: http://github.com/lml/commontator licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: Allows users to comment on any model in your application. test_files: - spec/app/controllers/commontator/comments_controller_spec.rb~ - spec/app/controllers/commontator/threads_controller_spec.rb~ - spec/app/controllers/commontator/threads_controller_spec.rb - spec/app/controllers/commontator/subscriptions_controller_spec.rb~ - spec/app/controllers/commontator/comments_controller_spec.rb - spec/app/controllers/commontator/subscriptions_controller_spec.rb - spec/app/models/commontator/thread_spec.rb~ - spec/app/models/commontator/comment_spec.rb - spec/app/models/commontator/subscription_spec.rb - spec/app/models/commontator/thread_spec.rb - spec/app/models/commontator/comment_spec.rb~ - spec/app/helpers/commontator/application_helper_spec.rb~ - spec/app/helpers/commontator/threads_helper_spec.rb~ - spec/app/helpers/commontator/threads_helper_spec.rb - spec/app/helpers/commontator/application_helper_spec.rb - spec/app/mailers/commontator/subscriptions_mailer_spec.rb - spec/test_helper.rb - spec/dummy/script/rails - spec/dummy/Rakefile - spec/dummy/app/controllers/application_controller.rb - spec/dummy/app/controllers/dummy_models_controller.rb - spec/dummy/app/assets/stylesheets/application.css - spec/dummy/app/assets/javascripts/application.js - spec/dummy/app/models/dummy_model.rb - spec/dummy/app/models/dummy_user.rb - spec/dummy/app/helpers/application_helper.rb - spec/dummy/app/views/layouts/application.html.erb - spec/dummy/app/views/dummy_model/show.html.erb - spec/dummy/tmp/cache/assets/test/sprockets/02d4b791eb831cf2057bf4703a1218d1 - spec/dummy/tmp/cache/assets/test/sprockets/e85565206c3e5fdf9dfeb367c85557b1 - spec/dummy/tmp/cache/assets/test/sprockets/c69ee3cc5796188d873574179290a6ef - spec/dummy/tmp/cache/assets/test/sprockets/a3fb9025f90ff05a6fd4afc7ded2692c - spec/dummy/tmp/cache/assets/test/sprockets/0f196a1a50363b0a076ec6e1ee5417f6 - spec/dummy/tmp/cache/assets/test/sprockets/e1f674c11941d62aac1764ef3a7134e4 - spec/dummy/tmp/cache/assets/test/sprockets/a41c8be5379abec3c0d0d98e2f0d5609 - spec/dummy/config/locales/en.yml - spec/dummy/config/environment.rb - spec/dummy/config/routes.rb - spec/dummy/config/environments/production.rb - spec/dummy/config/environments/test.rb - spec/dummy/config/environments/development.rb - spec/dummy/config/initializers/wrap_parameters.rb - spec/dummy/config/initializers/secret_token.rb - spec/dummy/config/initializers/filter_parameter_logging.rb - spec/dummy/config/initializers/commontator.rb~ - spec/dummy/config/initializers/mime_types.rb - spec/dummy/config/initializers/session_store.rb - spec/dummy/config/initializers/commontator.rb - spec/dummy/config/initializers/backtrace_silencers.rb - spec/dummy/config/initializers/inflections.rb - spec/dummy/config/initializers/commontator2.rb~ - spec/dummy/config/boot.rb - spec/dummy/config/application.rb - spec/dummy/config/database.yml - spec/dummy/config/application.rb~ - spec/dummy/README.md - spec/dummy/public/500.html - spec/dummy/public/422.html - spec/dummy/public/favicon.ico - spec/dummy/public/404.html - spec/dummy/log/test.log - spec/dummy/log/development.log - spec/dummy/config.ru - spec/dummy/db/schema.rb - spec/dummy/db/development.sqlite3 - spec/dummy/db/migrate/2_create_dummy_users.rb - spec/dummy/db/migrate/1_create_dummy_models.rb - spec/dummy/db/migrate/3_acts_as_votable_migration.rb - spec/dummy/db/test.sqlite3 - spec/test_helper.rb~ - spec/lib/commontator_spec.rb - spec/lib/commontator_spec.rb~ - spec/lib/commontator/commontator_config_spec.rb~ - spec/lib/commontator/commontable_config_spec.rb~ - spec/lib/commontator/acts_as_commontator_spec.rb - spec/lib/commontator/controller_includes_spec.rb - spec/lib/commontator/shared_helper_spec.rb - spec/lib/commontator/commontable_config_spec.rb - spec/lib/commontator/commontator_config_spec.rb - spec/lib/commontator/acts_as_commontable_spec.rb