--- !ruby/object:Gem::Specification name: pluginaweek-has_ratings version: !ruby/object:Gem::Version version: 0.3.0 platform: ruby authors: - Aaron Pfeifer autorequire: bindir: bin cert_chain: [] date: 2009-06-08 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: enumerate_by type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.4.0 version: description: Demonstrates a reference implementation for handling ratings in ActiveRecord email: aaron@pluginaweek.org executables: [] extensions: [] extra_rdoc_files: [] files: - app/models - app/models/rating.rb - app/models/rating_value.rb - assets/images - assets/images/star.gif - assets/stylesheets - assets/stylesheets/star.css - db/migrate - db/migrate/002_create_ratings.rb - db/migrate/001_create_rating_values.rb - lib/has_ratings.rb - test/unit - test/unit/rating_test.rb - test/unit/rating_value_test.rb - test/factory.rb - test/app_root - test/app_root/app - test/app_root/app/models - test/app_root/app/models/video.rb - test/app_root/app/models/user.rb - test/app_root/db - test/app_root/db/migrate - test/app_root/db/migrate/003_migrate_has_ratings_to_version_2.rb - test/app_root/db/migrate/001_create_users.rb - test/app_root/db/migrate/002_create_videos.rb - test/app_root/config - test/app_root/config/environment.rb - test/test_helper.rb - test/functional - test/functional/has_ratings_test.rb - CHANGELOG.rdoc - init.rb - LICENSE - Rakefile - README.rdoc has_rdoc: true homepage: http://www.pluginaweek.org post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: pluginaweek rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Demonstrates a reference implementation for handling ratings in ActiveRecord test_files: - test/unit/rating_test.rb - test/unit/rating_value_test.rb - test/functional/has_ratings_test.rb