--- !ruby/object:Gem::Specification name: my_annotations version: !ruby/object:Gem::Version hash: 9 prerelease: false segments: - 0 - 5 - 1 version: 0.5.1 platform: ruby authors: - Jiten Bhagat - Stuart Owen - Quyen Nguyen autorequire: bindir: bin cert_chain: [] date: 2013-05-02 00:00:00 +01:00 default_executable: dependencies: [] description: This gem allows arbitrary metadata and relationships to be stored and retrieved, in the form of Annotations for any model objects in your Ruby on Rails (v2.2+) application. email: nttqa22001@yahoo.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rvmrc - AUTHORS.rdoc - CHANGELOG.rdoc - INDEX.rdoc - LICENSE - README.rdoc - RUNNING_TESTS.rdoc - RakeFile - VERSION.yml - generators/annotations_migration/annotations_migration_generator.rb - generators/annotations_migration/templates/migration_v1.rb - generators/annotations_migration/templates/migration_v2.rb - generators/annotations_migration/templates/migration_v3.rb - generators/annotations_migration/templates/migration_v4.rb - install.rb - lib/annotations/acts_as_annotatable.rb - lib/annotations/acts_as_annotation_source.rb - lib/annotations/acts_as_annotation_value.rb - lib/annotations/config.rb - lib/annotations/routing.rb - lib/annotations/util.rb - lib/annotations_version_fu.rb - lib/app/controllers/annotations_controller.rb - lib/app/controllers/application_controller.rb - lib/app/helpers/application_helper.rb - lib/app/models/annotation.rb - lib/app/models/annotation_attribute.rb - lib/app/models/annotation_value_seed.rb - lib/app/models/number_value.rb - lib/app/models/text_value.rb - lib/my_annotations.rb - my_annotations.gemspec - rails/init.rb - script/console - test/acts_as_annotatable_test.rb - test/acts_as_annotation_source_test.rb - test/acts_as_annotation_value_test.rb - test/annotation_attribute_test.rb - test/annotation_test.rb - test/annotation_value_seed_test.rb - test/annotation_version_test.rb - test/annotations_controller_test.rb - test/app_root/app/controllers/application_controller.rb - test/app_root/app/models/book.rb - test/app_root/app/models/chapter.rb - test/app_root/app/models/group.rb - test/app_root/app/models/tag.rb - test/app_root/app/models/user.rb - test/app_root/app/views/annotations/edit.html.erb - test/app_root/app/views/annotations/index.html.erb - test/app_root/app/views/annotations/new.html.erb - test/app_root/app/views/annotations/show.html.erb - test/app_root/config/boot.rb - test/app_root/config/environment.rb - test/app_root/config/environments/mysql.rb - test/app_root/config/routes.rb - test/app_root/db/migrate/001_create_test_models.rb - test/app_root/db/migrate/002_annotations_migration_v1.rb - test/app_root/db/migrate/003_annotations_migration_v2.rb - test/app_root/db/migrate/004_annotations_migration_v3.rb - test/config_test.rb - test/fixtures/annotation_attributes.yml - test/fixtures/annotation_value_seeds.csv - test/fixtures/annotation_versions.yml - test/fixtures/annotations.yml - test/fixtures/books.yml - test/fixtures/chapters.yml - test/fixtures/groups.yml - test/fixtures/number_value_versions.csv - test/fixtures/number_values.csv - test/fixtures/text_value_versions.csv - test/fixtures/text_values.csv - test/fixtures/users.yml - test/number_value_version_test.rb - test/routing_test.rb - test/test_helper.rb - test/text_value_version_test.rb has_rdoc: true homepage: https://github.com/myGrid/annotations licenses: [] post_install_message: rdoc_options: [] 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: This gem allows arbitrary metadata and relationships to be stored and retrieved, in the form of Annotations for any model objects in your Ruby on Rails (v2.2+) application. test_files: []