# -*- encoding: utf-8 -*- # stub: activerecord 3.2.22.2 ruby lib Gem::Specification.new do |s| s.name = "activerecord".freeze s.version = "3.2.22.2".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.date = "2016-02-29" s.description = "Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.".freeze s.email = "david@loudthinking.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["CHANGELOG.md".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "examples/associations.png".freeze, "examples/performance.rb".freeze, "examples/simple.rb".freeze, "lib/active_record.rb".freeze, "lib/active_record/aggregations.rb".freeze, "lib/active_record/associations.rb".freeze, "lib/active_record/associations/alias_tracker.rb".freeze, "lib/active_record/associations/association.rb".freeze, "lib/active_record/associations/association_scope.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/builder/association.rb".freeze, "lib/active_record/associations/builder/belongs_to.rb".freeze, "lib/active_record/associations/builder/collection_association.rb".freeze, "lib/active_record/associations/builder/has_and_belongs_to_many.rb".freeze, "lib/active_record/associations/builder/has_many.rb".freeze, "lib/active_record/associations/builder/has_one.rb".freeze, "lib/active_record/associations/builder/singular_association.rb".freeze, "lib/active_record/associations/collection_association.rb".freeze, "lib/active_record/associations/collection_proxy.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/associations/join_dependency.rb".freeze, "lib/active_record/associations/join_dependency/join_association.rb".freeze, "lib/active_record/associations/join_dependency/join_base.rb".freeze, "lib/active_record/associations/join_dependency/join_part.rb".freeze, "lib/active_record/associations/join_helper.rb".freeze, "lib/active_record/associations/preloader.rb".freeze, "lib/active_record/associations/preloader/association.rb".freeze, "lib/active_record/associations/preloader/belongs_to.rb".freeze, "lib/active_record/associations/preloader/collection_association.rb".freeze, "lib/active_record/associations/preloader/has_and_belongs_to_many.rb".freeze, "lib/active_record/associations/preloader/has_many.rb".freeze, "lib/active_record/associations/preloader/has_many_through.rb".freeze, "lib/active_record/associations/preloader/has_one.rb".freeze, "lib/active_record/associations/preloader/has_one_through.rb".freeze, "lib/active_record/associations/preloader/singular_association.rb".freeze, "lib/active_record/associations/preloader/through_association.rb".freeze, "lib/active_record/associations/singular_association.rb".freeze, "lib/active_record/associations/through_association.rb".freeze, "lib/active_record/attribute_assignment.rb".freeze, "lib/active_record/attribute_methods.rb".freeze, "lib/active_record/attribute_methods/before_type_cast.rb".freeze, "lib/active_record/attribute_methods/deprecated_underscore_read.rb".freeze, "lib/active_record/attribute_methods/dirty.rb".freeze, "lib/active_record/attribute_methods/primary_key.rb".freeze, "lib/active_record/attribute_methods/query.rb".freeze, "lib/active_record/attribute_methods/read.rb".freeze, "lib/active_record/attribute_methods/serialization.rb".freeze, "lib/active_record/attribute_methods/time_zone_conversion.rb".freeze, "lib/active_record/attribute_methods/write.rb".freeze, "lib/active_record/autosave_association.rb".freeze, "lib/active_record/base.rb".freeze, "lib/active_record/callbacks.rb".freeze, "lib/active_record/coders/yaml_column.rb".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_limits.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/abstract_mysql_adapter.rb".freeze, "lib/active_record/connection_adapters/column.rb".freeze, "lib/active_record/connection_adapters/mysql2_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/schema_cache.rb".freeze, "lib/active_record/connection_adapters/sqlite3_adapter.rb".freeze, "lib/active_record/connection_adapters/sqlite_adapter.rb".freeze, "lib/active_record/connection_adapters/statement_pool.rb".freeze, "lib/active_record/counter_cache.rb".freeze, "lib/active_record/dynamic_finder_match.rb".freeze, "lib/active_record/dynamic_matchers.rb".freeze, "lib/active_record/dynamic_scope_match.rb".freeze, "lib/active_record/errors.rb".freeze, "lib/active_record/explain.rb".freeze, "lib/active_record/explain_subscriber.rb".freeze, "lib/active_record/fixtures.rb".freeze, "lib/active_record/fixtures/file.rb".freeze, "lib/active_record/identity_map.rb".freeze, "lib/active_record/inheritance.rb".freeze, "lib/active_record/integration.rb".freeze, "lib/active_record/locale/en.yml".freeze, "lib/active_record/locking/optimistic.rb".freeze, "lib/active_record/locking/pessimistic.rb".freeze, "lib/active_record/log_subscriber.rb".freeze, "lib/active_record/migration.rb".freeze, "lib/active_record/migration/command_recorder.rb".freeze, "lib/active_record/model_schema.rb".freeze, "lib/active_record/nested_attributes.rb".freeze, "lib/active_record/observer.rb".freeze, "lib/active_record/persistence.rb".freeze, "lib/active_record/query_cache.rb".freeze, "lib/active_record/querying.rb".freeze, "lib/active_record/railtie.rb".freeze, "lib/active_record/railties/console_sandbox.rb".freeze, "lib/active_record/railties/controller_runtime.rb".freeze, "lib/active_record/railties/databases.rake".freeze, "lib/active_record/railties/jdbcmysql_error.rb".freeze, "lib/active_record/readonly_attributes.rb".freeze, "lib/active_record/reflection.rb".freeze, "lib/active_record/relation.rb".freeze, "lib/active_record/relation/batches.rb".freeze, "lib/active_record/relation/calculations.rb".freeze, "lib/active_record/relation/delegation.rb".freeze, "lib/active_record/relation/finder_methods.rb".freeze, "lib/active_record/relation/predicate_builder.rb".freeze, "lib/active_record/relation/query_methods.rb".freeze, "lib/active_record/relation/spawn_methods.rb".freeze, "lib/active_record/result.rb".freeze, "lib/active_record/sanitization.rb".freeze, "lib/active_record/schema.rb".freeze, "lib/active_record/schema_dumper.rb".freeze, "lib/active_record/scoping.rb".freeze, "lib/active_record/scoping/default.rb".freeze, "lib/active_record/scoping/named.rb".freeze, "lib/active_record/serialization.rb".freeze, "lib/active_record/serializers/xml_serializer.rb".freeze, "lib/active_record/session_store.rb".freeze, "lib/active_record/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/translation.rb".freeze, "lib/active_record/validations.rb".freeze, "lib/active_record/validations/associated.rb".freeze, "lib/active_record/validations/uniqueness.rb".freeze, "lib/active_record/version.rb".freeze, "lib/rails/generators/active_record.rb".freeze, "lib/rails/generators/active_record/migration.rb".freeze, "lib/rails/generators/active_record/migration/migration_generator.rb".freeze, "lib/rails/generators/active_record/migration/templates/migration.rb".freeze, "lib/rails/generators/active_record/model/model_generator.rb".freeze, "lib/rails/generators/active_record/model/templates/migration.rb".freeze, "lib/rails/generators/active_record/model/templates/model.rb".freeze, "lib/rails/generators/active_record/model/templates/module.rb".freeze, "lib/rails/generators/active_record/observer/observer_generator.rb".freeze, "lib/rails/generators/active_record/observer/templates/observer.rb".freeze, "lib/rails/generators/active_record/session_migration/session_migration_generator.rb".freeze, "lib/rails/generators/active_record/session_migration/templates/migration.rb".freeze] s.homepage = "http://www.rubyonrails.org".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Object-relational mapper framework (part of Rails).".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 3.2.22.2".freeze]) s.add_runtime_dependency(%q.freeze, ["= 3.2.22.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.29".freeze]) end