--- !ruby/object:Gem::Specification name: has_messages version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Aaron Pfeifer autorequire: has_messages bindir: bin cert_chain: [] date: 2008-05-05 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: state_machine version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.1.0 version: description: email: aaron@pluginaweek.org executables: [] extensions: [] extra_rdoc_files: [] files: - app/models - app/models/message.rb - app/models/message_recipient.rb - db/migrate - db/migrate/002_create_message_recipients.rb - db/migrate/001_create_messages.rb - lib/has_messages.rb - test/factory.rb - test/app_root - test/app_root/db - test/app_root/db/migrate - test/app_root/db/migrate/001_create_users.rb - test/app_root/db/migrate/002_migrate_has_messages_to_version_2.rb - test/app_root/config - test/app_root/config/environment.rb - test/app_root/app - test/app_root/app/models - test/app_root/app/models/user.rb - test/functional - test/functional/has_messages_test.rb - test/test_helper.rb - test/unit - test/unit/message_test.rb - test/unit/message_recipient_test.rb - CHANGELOG - init.rb - MIT-LICENSE - Rakefile - README 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: rubygems_version: 1.1.0 signing_key: specification_version: 2 summary: Demonstrates a reference implementation for sending messages between users. test_files: - test/functional/has_messages_test.rb - test/unit/message_test.rb - test/unit/message_recipient_test.rb