# -*- encoding: utf-8 -*- # stub: activerecord 1.2.0 ruby lib Gem::Specification.new do |s| s.name = "activerecord".freeze s.version = "1.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.autorequire = "active_record".freeze s.date = "2004-12-16" 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, "dev-utils/eval_debugger.rb".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/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/has_and_belongs_to_many_association.rb".freeze, "lib/active_record/associations/has_many_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/mysql_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/fixtures.rb".freeze, "lib/active_record/observer.rb".freeze, "lib/active_record/reflection.rb".freeze, "lib/active_record/support".freeze, "lib/active_record/support/class_attribute_accessors.rb".freeze, "lib/active_record/support/class_inheritable_attributes.rb".freeze, "lib/active_record/support/clean_logger.rb".freeze, "lib/active_record/support/inflector.rb".freeze, "lib/active_record/support/misc.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/mysql.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/abstract_unit.rb".freeze, "test/aggregations_test.rb".freeze, "test/all.sh".freeze, "test/associations_test.rb".freeze, "test/base_test.rb".freeze, "test/class_inheritable_attributes_test.rb".freeze, "test/connections".freeze, "test/connections/native_mysql".freeze, "test/connections/native_mysql/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_sqlserver".freeze, "test/connections/native_sqlserver/connection.rb".freeze, "test/deprecated_associations_test.rb".freeze, "test/finder_test.rb".freeze, "test/fixtures".freeze, "test/fixtures/accounts.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/column_name.rb".freeze, "test/fixtures/companies".freeze, "test/fixtures/companies/first_client".freeze, "test/fixtures/companies/first_firm".freeze, "test/fixtures/companies/second_client".freeze, "test/fixtures/company.rb".freeze, "test/fixtures/company_in_module.rb".freeze, "test/fixtures/course.rb".freeze, "test/fixtures/courses".freeze, "test/fixtures/courses/java".freeze, "test/fixtures/courses/ruby".freeze, "test/fixtures/customer.rb".freeze, "test/fixtures/customers".freeze, "test/fixtures/customers/david".freeze, "test/fixtures/db_definitions".freeze, "test/fixtures/db_definitions/mysql.sql".freeze, "test/fixtures/db_definitions/mysql2.sql".freeze, "test/fixtures/db_definitions/postgresql.sql".freeze, "test/fixtures/db_definitions/postgresql2.sql".freeze, "test/fixtures/db_definitions/sqlite.sql".freeze, "test/fixtures/db_definitions/sqlite2.sql".freeze, "test/fixtures/db_definitions/sqlserver.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/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".freeze, "test/fixtures/entrants/first".freeze, "test/fixtures/entrants/second".freeze, "test/fixtures/entrants/third".freeze, "test/fixtures/fixture_database.sqlite".freeze, "test/fixtures/fixture_database_2.sqlite".freeze, "test/fixtures/mixin.rb".freeze, "test/fixtures/mixins.yml".freeze, "test/fixtures/movie.rb".freeze, "test/fixtures/movies".freeze, "test/fixtures/movies/first".freeze, "test/fixtures/movies/second".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/project.rb".freeze, "test/fixtures/projects".freeze, "test/fixtures/projects/action_controller".freeze, "test/fixtures/projects/active_record".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/topic.rb".freeze, "test/fixtures/topics".freeze, "test/fixtures/topics/first".freeze, "test/fixtures/topics/second".freeze, "test/fixtures_test.rb".freeze, "test/inflector_test.rb".freeze, "test/inheritance_test.rb".freeze, "test/lifecycle_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/thread_safety_test.rb".freeze, "test/transactions_test.rb".freeze, "test/unconnected_test.rb".freeze, "test/validations_test.rb".freeze] s.homepage = "http://activerecord.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 end