# -*- encoding: utf-8 -*- # stub: activerecord 1.11.1 ruby lib Gem::Specification.new do |s| s.name = "activerecord".freeze s.version = "1.11.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 = ["David Heinemeier Hansson".freeze] s.autorequire = "active_record".freeze s.date = "2005-07-11" 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, "examples/associations.png".freeze, "examples/associations.rb".freeze, "examples/shared_setup.rb".freeze, "examples/validation.rb".freeze, "install.rb".freeze, "lib/active_record".freeze, "lib/active_record.rb".freeze, "lib/active_record/acts".freeze, "lib/active_record/acts/list.rb".freeze, "lib/active_record/acts/nested_set.rb".freeze, "lib/active_record/acts/tree.rb".freeze, "lib/active_record/aggregations.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/has_and_belongs_to_many_association.rb".freeze, "lib/active_record/associations/has_many_association.rb".freeze, "lib/active_record/associations/has_one_association.rb".freeze, "lib/active_record/base.rb".freeze, "lib/active_record/callbacks.rb".freeze, "lib/active_record/connection_adapters".freeze, "lib/active_record/connection_adapters/abstract_adapter.rb".freeze, "lib/active_record/connection_adapters/db2_adapter.rb".freeze, "lib/active_record/connection_adapters/mysql_adapter.rb".freeze, "lib/active_record/connection_adapters/oci_adapter.rb".freeze, "lib/active_record/connection_adapters/postgresql_adapter.rb".freeze, "lib/active_record/connection_adapters/sqlite_adapter.rb".freeze, "lib/active_record/connection_adapters/sqlserver_adapter.rb".freeze, "lib/active_record/deprecated_associations.rb".freeze, "lib/active_record/deprecated_finders.rb".freeze, "lib/active_record/fixtures.rb".freeze, "lib/active_record/locking.rb".freeze, "lib/active_record/migration.rb".freeze, "lib/active_record/observer.rb".freeze, "lib/active_record/query_cache.rb".freeze, "lib/active_record/reflection.rb".freeze, "lib/active_record/timestamp.rb".freeze, "lib/active_record/transactions.rb".freeze, "lib/active_record/validations.rb".freeze, "lib/active_record/vendor".freeze, "lib/active_record/vendor/db2.rb".freeze, "lib/active_record/vendor/mysql.rb".freeze, "lib/active_record/vendor/mysql411.rb".freeze, "lib/active_record/vendor/simple.rb".freeze, "lib/active_record/wrappers".freeze, "lib/active_record/wrappers/yaml_wrapper.rb".freeze, "lib/active_record/wrappings.rb".freeze, "rakefile".freeze, "test/aaa_create_tables_test.rb".freeze, "test/abstract_unit.rb".freeze, "test/active_schema_mysql.rb".freeze, "test/aggregations_test.rb".freeze, "test/all.sh".freeze, "test/association_callbacks_test.rb".freeze, "test/association_inheritance_reload.rb".freeze, "test/associations_go_eager_test.rb".freeze, "test/associations_test.rb".freeze, "test/base_test.rb".freeze, "test/binary_test.rb".freeze, "test/callbacks_test.rb".freeze, "test/class_inheritable_attributes_test.rb".freeze, "test/column_alias_test.rb".freeze, "test/connections".freeze, "test/connections/native_db2".freeze, "test/connections/native_db2/connection.rb".freeze, "test/connections/native_mysql".freeze, "test/connections/native_mysql/connection.rb".freeze, "test/connections/native_oci".freeze, "test/connections/native_oci/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_sqlserver".freeze, "test/connections/native_sqlserver/connection.rb".freeze, "test/connections/native_sqlserver_odbc".freeze, "test/connections/native_sqlserver_odbc/connection.rb".freeze, "test/deprecated_associations_test.rb".freeze, "test/deprecated_finder_test.rb".freeze, "test/finder_test.rb".freeze, "test/fixtures".freeze, "test/fixtures/accounts.yml".freeze, "test/fixtures/associations.png".freeze, "test/fixtures/author.rb".freeze, "test/fixtures/authors.yml".freeze, "test/fixtures/auto_id.rb".freeze, "test/fixtures/bad_fixtures".freeze, "test/fixtures/bad_fixtures/attr_with_numeric_first_char".freeze, "test/fixtures/bad_fixtures/attr_with_spaces".freeze, "test/fixtures/bad_fixtures/blank_line".freeze, "test/fixtures/bad_fixtures/duplicate_attributes".freeze, "test/fixtures/bad_fixtures/missing_value".freeze, "test/fixtures/binary.rb".freeze, "test/fixtures/categories.yml".freeze, "test/fixtures/categories_posts.yml".freeze, "test/fixtures/category.rb".freeze, "test/fixtures/column_name.rb".freeze, "test/fixtures/comment.rb".freeze, "test/fixtures/comments.yml".freeze, "test/fixtures/companies.yml".freeze, "test/fixtures/company.rb".freeze, "test/fixtures/company_in_module.rb".freeze, "test/fixtures/computer.rb".freeze, "test/fixtures/computers.yml".freeze, "test/fixtures/course.rb".freeze, "test/fixtures/courses.yml".freeze, "test/fixtures/customer.rb".freeze, "test/fixtures/customers.yml".freeze, "test/fixtures/db_definitions".freeze, "test/fixtures/db_definitions/create_oracle_db.bat".freeze, "test/fixtures/db_definitions/create_oracle_db.sh".freeze, "test/fixtures/db_definitions/db2.drop.sql".freeze, "test/fixtures/db_definitions/db2.sql".freeze, "test/fixtures/db_definitions/db22.drop.sql".freeze, "test/fixtures/db_definitions/db22.sql".freeze, "test/fixtures/db_definitions/mysql.drop.sql".freeze, "test/fixtures/db_definitions/mysql.sql".freeze, "test/fixtures/db_definitions/mysql2.drop.sql".freeze, "test/fixtures/db_definitions/mysql2.sql".freeze, "test/fixtures/db_definitions/oci.drop.sql".freeze, "test/fixtures/db_definitions/oci.sql".freeze, "test/fixtures/db_definitions/oci2.drop.sql".freeze, "test/fixtures/db_definitions/oci2.sql".freeze, "test/fixtures/db_definitions/postgresql.drop.sql".freeze, "test/fixtures/db_definitions/postgresql.sql".freeze, "test/fixtures/db_definitions/postgresql2.drop.sql".freeze, "test/fixtures/db_definitions/postgresql2.sql".freeze, "test/fixtures/db_definitions/sqlite.drop.sql".freeze, "test/fixtures/db_definitions/sqlite.sql".freeze, "test/fixtures/db_definitions/sqlite2.drop.sql".freeze, "test/fixtures/db_definitions/sqlite2.sql".freeze, "test/fixtures/db_definitions/sqlserver.drop.sql".freeze, "test/fixtures/db_definitions/sqlserver.sql".freeze, "test/fixtures/db_definitions/sqlserver2.drop.sql".freeze, "test/fixtures/db_definitions/sqlserver2.sql".freeze, "test/fixtures/default.rb".freeze, "test/fixtures/developer.rb".freeze, "test/fixtures/developers.yml".freeze, "test/fixtures/developers_projects".freeze, "test/fixtures/developers_projects.yml".freeze, "test/fixtures/developers_projects/david_action_controller".freeze, "test/fixtures/developers_projects/david_active_record".freeze, "test/fixtures/developers_projects/jamis_active_record".freeze, "test/fixtures/entrant.rb".freeze, "test/fixtures/entrants.yml".freeze, "test/fixtures/fk_test_has_fk.yml".freeze, "test/fixtures/fk_test_has_pk.yml".freeze, "test/fixtures/migrations".freeze, "test/fixtures/migrations/1_people_have_last_names.rb".freeze, "test/fixtures/migrations/2_we_need_reminders.rb".freeze, "test/fixtures/migrations/3_innocent_jointable.rb".freeze, "test/fixtures/mixin.rb".freeze, "test/fixtures/mixins.yml".freeze, "test/fixtures/movie.rb".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/people.yml".freeze, "test/fixtures/person.rb".freeze, "test/fixtures/post.rb".freeze, "test/fixtures/posts.yml".freeze, "test/fixtures/project.rb".freeze, "test/fixtures/projects.yml".freeze, "test/fixtures/reply.rb".freeze, "test/fixtures/subscriber.rb".freeze, "test/fixtures/subscribers".freeze, "test/fixtures/subscribers/first".freeze, "test/fixtures/subscribers/second".freeze, "test/fixtures/task.rb".freeze, "test/fixtures/tasks.yml".freeze, "test/fixtures/topic.rb".freeze, "test/fixtures/topics.yml".freeze, "test/fixtures_test.rb".freeze, "test/inheritance_test.rb".freeze, "test/lifecycle_test.rb".freeze, "test/locking_test.rb".freeze, "test/migration_test.rb".freeze, "test/mixin_nested_set_test.rb".freeze, "test/mixin_test.rb".freeze, "test/modules_test.rb".freeze, "test/multiple_db_test.rb".freeze, "test/pk_test.rb".freeze, "test/reflection_test.rb".freeze, "test/schema_test_postgresql.rb".freeze, "test/thread_safety_test.rb".freeze, "test/threaded_connections_test.rb".freeze, "test/transactions_test.rb".freeze, "test/unconnected_test.rb".freeze, "test/validations_test.rb".freeze] s.homepage = "http://www.rubyonrails.org".freeze s.rdoc_options = ["--main".freeze, "README".freeze] s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Implements the ActiveRecord pattern for ORM.".freeze s.specification_version = 1 s.add_runtime_dependency(%q.freeze, ["= 1.1.1".freeze]) end