2019-03-12 20:41:51 +05:30
#########################################################
# This file has been automatically generated by gem2tgz #
#########################################################
# -*- encoding: utf-8 -*-
2019-08-02 22:44:51 +05:30
# stub: activerecord 5.1.7 ruby lib
2019-03-12 20:41:51 +05:30
Gem :: Specification . new do | s |
s . name = " activerecord " . freeze
2019-08-02 22:44:51 +05:30
s . version = " 5.1.7 "
2019-03-12 20:41:51 +05:30
s . required_rubygems_version = Gem :: Requirement . new ( " >= 0 " . freeze ) if s . respond_to? :required_rubygems_version =
2019-08-02 22:44:51 +05:30
s . metadata = { " changelog_uri " = > " https://github.com/rails/rails/blob/v5.1.7/activerecord/CHANGELOG.md " , " source_code_uri " = > " https://github.com/rails/rails/tree/v5.1.7/activerecord " } if s . respond_to? :metadata =
2019-03-12 20:41:51 +05:30
s . require_paths = [ " lib " . freeze ]
s . authors = [ " David Heinemeier Hansson " . freeze ]
2019-08-02 22:44:51 +05:30
s . date = " 2019-03-28 "
2019-03-12 20:41:51 +05:30
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/performance.rb " . freeze , " examples/simple.rb " . freeze , " lib/active_record.rb " . freeze , " lib/active_record/aggregations.rb " . freeze , " lib/active_record/association_relation.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/foreign_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/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_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.rb " . freeze , " lib/active_record/attribute/user_provided_default.rb " . freeze , " lib/active_record/attribute_assignment.rb " . freeze , " lib/active_record/attribute_decorators.rb " . freeze , " lib/active_record/attribute_methods.rb " . freeze , " lib/active_record/attribute_methods/before_type_cast.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/attribute_mutation_tracker.rb " . freeze , " lib/active_record/attribute_set.rb " . freeze , " lib/active_record/attribute_set/builder.rb " . freeze , " lib/active_record/attribute_set/yaml_encoder.rb " . freeze , " lib/active_record/attributes.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/json.rb " . freeze , " lib/active_record/coders/yaml_column.rb " . freeze , " lib/active_record/collection_cache_key.rb " . freeze , " lib/active_record/connection_adapters/abstract/connection_pool.rb " . freeze , " lib/active_record/connection_adapters/abstract/database_limits.rb " . freeze , " lib/active_record/c
s . homepage = " http://rubyonrails.org " . freeze
s . licenses = [ " MIT " . freeze ]
s . rdoc_options = [ " --main " . freeze , " README.rdoc " . freeze ]
s . required_ruby_version = Gem :: Requirement . new ( " >= 2.2.2 " . freeze )
2019-08-02 22:44:51 +05:30
s . rubygems_version = " 2.7.6.2 " . freeze
2019-03-12 20:41:51 +05:30
s . summary = " Object-relational mapper framework (part of Rails). " . freeze
if s . respond_to? :specification_version then
s . specification_version = 4
if Gem :: Version . new ( Gem :: VERSION ) > = Gem :: Version . new ( '1.2.0' ) then
2019-08-02 22:44:51 +05:30
s . add_runtime_dependency ( %q< activemodel > . freeze , [ " = 5.1.7 " ] )
s . add_runtime_dependency ( %q< activesupport > . freeze , [ " = 5.1.7 " ] )
2019-03-12 20:41:51 +05:30
s . add_runtime_dependency ( %q< arel > . freeze , [ " ~> 8.0 " ] )
else
2019-08-02 22:44:51 +05:30
s . add_dependency ( %q< activemodel > . freeze , [ " = 5.1.7 " ] )
s . add_dependency ( %q< activesupport > . freeze , [ " = 5.1.7 " ] )
2019-03-12 20:41:51 +05:30
s . add_dependency ( %q< arel > . freeze , [ " ~> 8.0 " ] )
end
else
2019-08-02 22:44:51 +05:30
s . add_dependency ( %q< activemodel > . freeze , [ " = 5.1.7 " ] )
s . add_dependency ( %q< activesupport > . freeze , [ " = 5.1.7 " ] )
2019-03-12 20:41:51 +05:30
s . add_dependency ( %q< arel > . freeze , [ " ~> 8.0 " ] )
end
end