# -*- encoding: utf-8 -*- # stub: my_annotations 0.5.1 ruby lib Gem::Specification.new do |s| s.name = "my_annotations".freeze s.version = "0.5.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jiten Bhagat".freeze, "Stuart Owen".freeze, "Quyen Nguyen".freeze] s.date = "2013-05-02" s.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.".freeze s.email = "nttqa22001@yahoo.com".freeze s.files = [".gitignore".freeze, ".rvmrc".freeze, "AUTHORS.rdoc".freeze, "CHANGELOG.rdoc".freeze, "INDEX.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "RUNNING_TESTS.rdoc".freeze, "RakeFile".freeze, "VERSION.yml".freeze, "generators/annotations_migration/annotations_migration_generator.rb".freeze, "generators/annotations_migration/templates/migration_v1.rb".freeze, "generators/annotations_migration/templates/migration_v2.rb".freeze, "generators/annotations_migration/templates/migration_v3.rb".freeze, "generators/annotations_migration/templates/migration_v4.rb".freeze, "install.rb".freeze, "lib/annotations/acts_as_annotatable.rb".freeze, "lib/annotations/acts_as_annotation_source.rb".freeze, "lib/annotations/acts_as_annotation_value.rb".freeze, "lib/annotations/config.rb".freeze, "lib/annotations/routing.rb".freeze, "lib/annotations/util.rb".freeze, "lib/annotations_version_fu.rb".freeze, "lib/app/controllers/annotations_controller.rb".freeze, "lib/app/controllers/application_controller.rb".freeze, "lib/app/helpers/application_helper.rb".freeze, "lib/app/models/annotation.rb".freeze, "lib/app/models/annotation_attribute.rb".freeze, "lib/app/models/annotation_value_seed.rb".freeze, "lib/app/models/number_value.rb".freeze, "lib/app/models/text_value.rb".freeze, "lib/my_annotations.rb".freeze, "my_annotations.gemspec".freeze, "rails/init.rb".freeze, "script/console".freeze, "test/acts_as_annotatable_test.rb".freeze, "test/acts_as_annotation_source_test.rb".freeze, "test/acts_as_annotation_value_test.rb".freeze, "test/annotation_attribute_test.rb".freeze, "test/annotation_test.rb".freeze, "test/annotation_value_seed_test.rb".freeze, "test/annotation_version_test.rb".freeze, "test/annotations_controller_test.rb".freeze, "test/app_root/app/controllers/application_controller.rb".freeze, "test/app_root/app/models/book.rb".freeze, "test/app_root/app/models/chapter.rb".freeze, "test/app_root/app/models/group.rb".freeze, "test/app_root/app/models/tag.rb".freeze, "test/app_root/app/models/user.rb".freeze, "test/app_root/app/views/annotations/edit.html.erb".freeze, "test/app_root/app/views/annotations/index.html.erb".freeze, "test/app_root/app/views/annotations/new.html.erb".freeze, "test/app_root/app/views/annotations/show.html.erb".freeze, "test/app_root/config/boot.rb".freeze, "test/app_root/config/environment.rb".freeze, "test/app_root/config/environments/mysql.rb".freeze, "test/app_root/config/routes.rb".freeze, "test/app_root/db/migrate/001_create_test_models.rb".freeze, "test/app_root/db/migrate/002_annotations_migration_v1.rb".freeze, "test/app_root/db/migrate/003_annotations_migration_v2.rb".freeze, "test/app_root/db/migrate/004_annotations_migration_v3.rb".freeze, "test/config_test.rb".freeze, "test/fixtures/annotation_attributes.yml".freeze, "test/fixtures/annotation_value_seeds.csv".freeze, "test/fixtures/annotation_versions.yml".freeze, "test/fixtures/annotations.yml".freeze, "test/fixtures/books.yml".freeze, "test/fixtures/chapters.yml".freeze, "test/fixtures/groups.yml".freeze, "test/fixtures/number_value_versions.csv".freeze, "test/fixtures/number_values.csv".freeze, "test/fixtures/text_value_versions.csv".freeze, "test/fixtures/text_values.csv".freeze, "test/fixtures/users.yml".freeze, "test/number_value_version_test.rb".freeze, "test/routing_test.rb".freeze, "test/test_helper.rb".freeze, "test/text_value_version_test.rb".freeze] s.homepage = "https://github.com/myGrid/annotations".freeze s.rubygems_version = "3.5.10".freeze s.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.".freeze end