# -*- encoding: utf-8 -*- # stub: activerecord 2.3.3 ruby lib Gem::Specification.new do |s| s.name = "activerecord".freeze s.version = "2.3.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Heinemeier Hansson".freeze] s.autorequire = "active_record".freeze s.date = "2009-07-20" s.description = "Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL.".freeze s.email = "david@loudthinking.com".freeze s.extra_rdoc_files = ["README".freeze] s.files = ["CHANGELOG".freeze, "README".freeze, "RUNNING_UNIT_TESTS".freeze, "Rakefile".freeze, "examples/associations.png".freeze, "install.rb".freeze, "lib/active_record".freeze, "lib/active_record.rb".freeze, "lib/active_record/aggregations.rb".freeze, "lib/active_record/association_preload.rb".freeze, "lib/active_record/associations".freeze, "lib/active_record/associations.rb".freeze, "lib/active_record/associations/association_collection.rb".freeze, "lib/active_record/associations/association_proxy.rb".freeze, "lib/active_record/associations/belongs_to_association.rb".freeze, "lib/active_record/associations/belongs_to_polymorphic_association.rb".freeze, "lib/active_record/associations/has_and_belongs_to_many_association.rb".freeze, "lib/active_record/associations/has_many_association.rb".freeze, "lib/active_record/associations/has_many_through_association.rb".freeze, "lib/active_record/associations/has_one_association.rb".freeze, "lib/active_record/associations/has_one_through_association.rb".freeze, "lib/active_record/attribute_methods.rb".freeze, "lib/active_record/autosave_association.rb".freeze, "lib/active_record/base.rb".freeze, "lib/active_record/batches.rb".freeze, "lib/active_record/calculations.rb".freeze, "lib/active_record/callbacks.rb".freeze, "lib/active_record/connection_adapters".freeze, "lib/active_record/connection_adapters/abstract".freeze, "lib/active_record/connection_adapters/abstract/connection_pool.rb".freeze, "lib/active_record/connection_adapters/abstract/connection_specification.rb".freeze, "lib/active_record/connection_adapters/abstract/database_statements.rb".freeze, "lib/active_record/connection_adapters/abstract/query_cache.rb".freeze, "lib/active_record/connection_adapters/abstract/quoting.rb".freeze, "lib/active_record/connection_adapters/abstract/schema_definitions.rb".freeze, "lib/active_record/connection_adapters/abstract/schema_statements.rb".freeze, "lib/active_record/connection_adapters/abstract_adapter.rb".freeze, "lib/active_record/connection_adapters/mysql_adapter.rb".freeze, "lib/active_record/connection_adapters/postgresql_adapter.rb".freeze, "lib/active_record/connection_adapters/sqlite3_adapter.rb".freeze, "lib/active_record/connection_adapters/sqlite_adapter.rb".freeze, "lib/active_record/dirty.rb".freeze, "lib/active_record/dynamic_finder_match.rb".freeze, "lib/active_record/dynamic_scope_match.rb".freeze, "lib/active_record/fixtures.rb".freeze, "lib/active_record/i18n_interpolation_deprecation.rb".freeze, "lib/active_record/locale".freeze, "lib/active_record/locale/en.yml".freeze, "lib/active_record/locking".freeze, "lib/active_record/locking/optimistic.rb".freeze, "lib/active_record/locking/pessimistic.rb".freeze, "lib/active_record/migration.rb".freeze, "lib/active_record/named_scope.rb".freeze, "lib/active_record/nested_attributes.rb".freeze, "lib/active_record/observer.rb".freeze, "lib/active_record/query_cache.rb".freeze, "lib/active_record/reflection.rb".freeze, "lib/active_record/schema.rb".freeze, "lib/active_record/schema_dumper.rb".freeze, "lib/active_record/serialization.rb".freeze, "lib/active_record/serializers".freeze, "lib/active_record/serializers/json_serializer.rb".freeze, "lib/active_record/serializers/xml_serializer.rb".freeze, "lib/active_record/session_store.rb".freeze, "lib/active_record/test_case.rb".freeze, "lib/active_record/timestamp.rb".freeze, "lib/active_record/transactions.rb".freeze, "lib/active_record/validations.rb".freeze, "lib/active_record/version.rb".freeze, "lib/activerecord.rb".freeze, "test/assets".freeze, "test/assets/example.log".freeze, "test/assets/flowers.jpg".freeze, "test/cases".freeze, "test/cases/aaa_create_tables_test.rb".freeze, "test/cases/active_schema_test_mysql.rb".freeze, "test/cases/active_schema_test_postgresql.rb".freeze, "test/cases/adapter_test.rb".freeze, "test/cases/aggregations_test.rb".freeze, "test/cases/ar_schema_test.rb".freeze, "test/cases/associations".freeze, "test/cases/associations/belongs_to_associations_test.rb".freeze, "test/cases/associations/callbacks_test.rb".freeze, "test/cases/associations/cascaded_eager_loading_test.rb".freeze, "test/cases/associations/eager_load_includes_full_sti_class_test.rb".freeze, "test/cases/associations/eager_load_nested_include_test.rb".freeze, "test/cases/associations/eager_singularization_test.rb".freeze, "test/cases/associations/eager_test.rb".freeze, "test/cases/associations/extension_test.rb".freeze, "test/cases/associations/has_and_belongs_to_many_associations_test.rb".freeze, "test/cases/associations/has_many_associations_test.rb".freeze, "test/cases/associations/has_many_through_associations_test.rb".freeze, "test/cases/associations/has_one_associations_test.rb".freeze, "test/cases/associations/has_one_through_associations_test.rb".freeze, "test/cases/associations/inner_join_association_test.rb".freeze, "test/cases/associations/join_model_test.rb".freeze, "test/cases/associations_test.rb".freeze, "test/cases/attribute_methods_test.rb".freeze, "test/cases/autosave_association_test.rb".freeze, "test/cases/base_test.rb".freeze, "test/cases/batches_test.rb".freeze, "test/cases/binary_test.rb".freeze, "test/cases/calculations_test.rb".freeze, "test/cases/callbacks_observers_test.rb".freeze, "test/cases/callbacks_test.rb".freeze, "test/cases/class_inheritable_attributes_test.rb".freeze, "test/cases/column_alias_test.rb".freeze, "test/cases/column_definition_test.rb".freeze, "test/cases/connection_pool_test.rb".freeze, "test/cases/connection_test_firebird.rb".freeze, "test/cases/connection_test_mysql.rb".freeze, "test/cases/copy_table_test_sqlite.rb".freeze, "test/cases/database_statements_test.rb".freeze, "test/cases/datatype_test_postgresql.rb".freeze, "test/cases/date_time_test.rb".freeze, "test/cases/default_test_firebird.rb".freeze, "test/cases/defaults_test.rb".freeze, "test/cases/deprecated_finder_test.rb".freeze, "test/cases/dirty_test.rb".freeze, "test/cases/finder_respond_to_test.rb".freeze, "test/cases/finder_test.rb".freeze, "test/cases/fixtures_test.rb".freeze, "test/cases/helper.rb".freeze, "test/cases/i18n_test.rb".freeze, "test/cases/inheritance_test.rb".freeze, "test/cases/invalid_date_test.rb".freeze, "test/cases/json_serialization_test.rb".freeze, "test/cases/lifecycle_test.rb".freeze, "test/cases/locking_test.rb".freeze, "test/cases/method_scoping_test.rb".freeze, "test/cases/migration_test.rb".freeze, "test/cases/migration_test_firebird.rb".freeze, "test/cases/mixin_test.rb".freeze, "test/cases/modules_test.rb".freeze, "test/cases/multiple_db_test.rb".freeze, "test/cases/named_scope_test.rb".freeze, "test/cases/nested_attributes_test.rb".freeze, "test/cases/pk_test.rb".freeze, "test/cases/pooled_connections_test.rb".freeze, "test/cases/query_cache_test.rb".freeze, "test/cases/readonly_test.rb".freeze, "test/cases/reflection_test.rb".freeze, "test/cases/reload_models_test.rb".freeze, "test/cases/repair_helper.rb".freeze, "test/cases/reserved_word_test_mysql.rb".freeze, "test/cases/sanitize_test.rb".freeze, "test/cases/schema_authorization_test_postgresql.rb".freeze, "test/cases/schema_dumper_test.rb".freeze, "test/cases/schema_test_postgresql.rb".freeze, "test/cases/serialization_test.rb".freeze, "test/cases/synonym_test_oracle.rb".freeze, "test/cases/timestamp_test.rb".freeze, "test/cases/transactions_test.rb".freeze, "test/cases/unconnected_test.rb".freeze, "test/cases/validations_i18n_test.rb".freeze, "test/cases/validations_test.rb".freeze, "test/cases/xml_serialization_test.rb".freeze, "test/config.rb".freeze, "test/connections".freeze, "test/connections/jdbc_jdbcderby".freeze, "test/connections/jdbc_jdbcderby/connection.rb".freeze, "test/connections/jdbc_jdbch2".freeze, "test/connections/jdbc_jdbch2/connection.rb".freeze, "test/connections/jdbc_jdbchsqldb".freeze, "test/connections/jdbc_jdbchsqldb/connection.rb".freeze, "test/connections/jdbc_jdbcmysql".freeze, "test/connections/jdbc_jdbcmysql/connection.rb".freeze, "test/connections/jdbc_jdbcpostgresql".freeze, "test/connections/jdbc_jdbcpostgresql/connection.rb".freeze, "test/connections/jdbc_jdbcsqlite3".freeze, "test/connections/jdbc_jdbcsqlite3/connection.rb".freeze, "test/connections/native_db2".freeze, "test/connections/native_db2/connection.rb".freeze, "test/connections/native_firebird".freeze, "test/connections/native_firebird/connection.rb".freeze, "test/connections/native_frontbase".freeze, "test/connections/native_frontbase/connection.rb".freeze, "test/connections/native_mysql".freeze, "test/connections/native_mysql/connection.rb".freeze, "test/connections/native_openbase".freeze, "test/connections/native_openbase/connection.rb".freeze, "test/connections/native_oracle".freeze, "test/connections/native_oracle/connection.rb".freeze, "test/connections/native_postgresql".freeze, "test/connections/native_postgresql/connection.rb".freeze, "test/connections/native_sqlite".freeze, "test/connections/native_sqlite/connection.rb".freeze, "test/connections/native_sqlite3".freeze, "test/connections/native_sqlite3/connection.rb".freeze, "test/connections/native_sqlite3/in_memory_connection.rb".freeze, "test/connections/native_sybase".freeze, "test/connections/native_sybase/connection.rb".freeze, "test/debug.log".freeze, "test/fixtures".freeze, "test/fixtures/accounts.yml".freeze, "test/fixtures/all".freeze, "test/fixtures/all/developers.yml".freeze, "test/fixtures/all/people.csv".freeze, "test/fixtures/all/tasks.yml".freeze, "test/fixtures/author_addresses.yml".freeze, "test/fixtures/author_favorites.yml".freeze, "test/fixtures/authors.yml".freeze, "test/fixtures/binaries.yml".freeze, "test/fixtures/books.yml".freeze, "test/fixtures/categories".freeze, "test/fixtures/categories.yml".freeze, "test/fixtures/categories/special_categories.yml".freeze, "test/fixtures/categories/subsubdir".freeze, "test/fixtures/categories/subsubdir/arbitrary_filename.yml".freeze, "test/fixtures/categories_ordered.yml".freeze, "test/fixtures/categories_posts.yml".freeze, "test/fixtures/categorizations.yml".freeze, "test/fixtures/clubs.yml".freeze, "test/fixtures/comments.yml".freeze, "test/fixtures/companies.yml".freeze, "test/fixtures/computers.yml".freeze, "test/fixtures/courses.yml".freeze, "test/fixtures/customers.yml".freeze, "test/fixtures/developers.yml".freeze, "test/fixtures/developers_projects.yml".freeze, "test/fixtures/edges.yml".freeze, "test/fixtures/entrants.yml".freeze, "test/fixtures/fixture_database.sqlite3".freeze, "test/fixtures/fixture_database_2.sqlite3".freeze, "test/fixtures/fk_test_has_fk.yml".freeze, "test/fixtures/fk_test_has_pk.yml".freeze, "test/fixtures/funny_jokes.yml".freeze, "test/fixtures/items.yml".freeze, "test/fixtures/jobs.yml".freeze, "test/fixtures/legacy_things.yml".freeze, "test/fixtures/mateys.yml".freeze, "test/fixtures/member_types.yml".freeze, "test/fixtures/members.yml".freeze, "test/fixtures/memberships.yml".freeze, "test/fixtures/minimalistics.yml".freeze, "test/fixtures/mixed_case_monkeys.yml".freeze, "test/fixtures/mixins.yml".freeze, "test/fixtures/movies.yml".freeze, "test/fixtures/naked".freeze, "test/fixtures/naked/csv".freeze, "test/fixtures/naked/csv/accounts.csv".freeze, "test/fixtures/naked/yml".freeze, "test/fixtures/naked/yml/accounts.yml".freeze, "test/fixtures/naked/yml/companies.yml".freeze, "test/fixtures/naked/yml/courses.yml".freeze, "test/fixtures/organizations.yml".freeze, "test/fixtures/owners.yml".freeze, "test/fixtures/parrots.yml".freeze, "test/fixtures/parrots_pirates.yml".freeze, "test/fixtures/people.yml".freeze, "test/fixtures/pets.yml".freeze, "test/fixtures/pirates.yml".freeze, "test/fixtures/posts.yml".freeze, "test/fixtures/price_estimates.yml".freeze, "test/fixtures/projects.yml".freeze, "test/fixtures/readers.yml".freeze, "test/fixtures/references.yml".freeze, "test/fixtures/reserved_words".freeze, "test/fixtures/reserved_words/distinct.yml".freeze, "test/fixtures/reserved_words/distincts_selects.yml".freeze, "test/fixtures/reserved_words/group.yml".freeze, "test/fixtures/reserved_words/select.yml".freeze, "test/fixtures/reserved_words/values.yml".freeze, "test/fixtures/ships.yml".freeze, "test/fixtures/sponsors.yml".freeze, "test/fixtures/subscribers.yml".freeze, "test/fixtures/subscriptions.yml".freeze, "test/fixtures/taggings.yml".freeze, "test/fixtures/tags.yml".freeze, "test/fixtures/tasks.yml".freeze, "test/fixtures/topics.yml".freeze, "test/fixtures/toys.yml".freeze, "test/fixtures/treasures.yml".freeze, "test/fixtures/vertices.yml".freeze, "test/fixtures/warehouse-things.yml".freeze, "test/migrations".freeze, "test/migrations/broken".freeze, "test/migrations/broken/100_migration_that_raises_exception.rb".freeze, "test/migrations/decimal".freeze, "test/migrations/decimal/1_give_me_big_numbers.rb".freeze, "test/migrations/duplicate".freeze, "test/migrations/duplicate/1_people_have_last_names.rb".freeze, "test/migrations/duplicate/2_we_need_reminders.rb".freeze, "test/migrations/duplicate/3_foo.rb".freeze, "test/migrations/duplicate/3_innocent_jointable.rb".freeze, "test/migrations/duplicate_names".freeze, "test/migrations/duplicate_names/20080507052938_chunky.rb".freeze, "test/migrations/duplicate_names/20080507053028_chunky.rb".freeze, "test/migrations/interleaved".freeze, "test/migrations/interleaved/pass_1".freeze, "test/migrations/interleaved/pass_1/3_innocent_jointable.rb".freeze, "test/migrations/interleaved/pass_2".freeze, "test/migrations/interleaved/pass_2/1_people_have_last_names.rb".freeze, "test/migrations/interleaved/pass_2/3_innocent_jointable.rb".freeze, "test/migrations/interleaved/pass_3".freeze, "test/migrations/interleaved/pass_3/1_people_have_last_names.rb".freeze, "test/migrations/interleaved/pass_3/2_i_raise_on_down.rb".freeze, "test/migrations/interleaved/pass_3/3_innocent_jointable.rb".freeze, "test/migrations/missing".freeze, "test/migrations/missing/1000_people_have_middle_names.rb".freeze, "test/migrations/missing/1_people_have_last_names.rb".freeze, "test/migrations/missing/3_we_need_reminders.rb".freeze, "test/migrations/missing/4_innocent_jointable.rb".freeze, "test/migrations/valid".freeze, "test/migrations/valid/1_people_have_last_names.rb".freeze, "test/migrations/valid/2_we_need_reminders.rb".freeze, "test/migrations/valid/3_innocent_jointable.rb".freeze, "test/models".freeze, "test/models/author.rb".freeze, "test/models/auto_id.rb".freeze, "test/models/binary.rb".freeze, "test/models/bird.rb".freeze, "test/models/book.rb".freeze, "test/models/categorization.rb".freeze, "test/models/category.rb".freeze, "test/models/citation.rb".freeze, "test/models/club.rb".freeze, "test/models/column_name.rb".freeze, "test/models/comment.rb".freeze, "test/models/company.rb".freeze, "test/models/company_in_module.rb".freeze, "test/models/computer.rb".freeze, "test/models/contact.rb".freeze, "test/models/course.rb".freeze, "test/models/customer.rb".freeze, "test/models/default.rb".freeze, "test/models/developer.rb".freeze, "test/models/edge.rb".freeze, "test/models/entrant.rb".freeze, "test/models/essay.rb".freeze, "test/models/event.rb".freeze, "test/models/guid.rb".freeze, "test/models/item.rb".freeze, "test/models/job.rb".freeze, "test/models/joke.rb".freeze, "test/models/keyboard.rb".freeze, "test/models/legacy_thing.rb".freeze, "test/models/matey.rb".freeze, "test/models/member.rb".freeze, "test/models/member_detail.rb".freeze, "test/models/member_type.rb".freeze, "test/models/membership.rb".freeze, "test/models/minimalistic.rb".freeze, "test/models/mixed_case_monkey.rb".freeze, "test/models/movie.rb".freeze, "test/models/order.rb".freeze, "test/models/organization.rb".freeze, "test/models/owner.rb".freeze, "test/models/parrot.rb".freeze, "test/models/person.rb".freeze, "test/models/pet.rb".freeze, "test/models/pirate.rb".freeze, "test/models/post.rb".freeze, "test/models/price_estimate.rb".freeze, "test/models/project.rb".freeze, "test/models/reader.rb".freeze, "test/models/reference.rb".freeze, "test/models/reply.rb".freeze, "test/models/ship.rb".freeze, "test/models/ship_part.rb".freeze, "test/models/sponsor.rb".freeze, "test/models/subject.rb".freeze, "test/models/subscriber.rb".freeze, "test/models/subscription.rb".freeze, "test/models/tag.rb".freeze, "test/models/tagging.rb".freeze, "test/models/task.rb".freeze, "test/models/topic.rb".freeze, "test/models/toy.rb".freeze, "test/models/treasure.rb".freeze, "test/models/vertex.rb".freeze, "test/models/warehouse_thing.rb".freeze, "test/schema".freeze, "test/schema/mysql_specific_schema.rb".freeze, "test/schema/postgresql_specific_schema.rb".freeze, "test/schema/schema.rb".freeze, "test/schema/schema2.rb".freeze, "test/schema/sqlite_specific_schema.rb".freeze] s.homepage = "http://www.rubyonrails.org".freeze s.rdoc_options = ["--main".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Implements the ActiveRecord pattern for ORM.".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, ["= 2.3.3".freeze]) end