# -*- encoding: utf-8 -*-
# stub: store_base_sti_class 3.3.0 ruby lib

Gem::Specification.new do |s|
  s.name = "store_base_sti_class".freeze
  s.version = "3.3.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "allowed_push_host" => "https://rubygems.org" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["AppFolio".freeze]
  s.date = "2024-10-01"
  s.description = "ActiveRecord has always stored the base class in polymorphic _type columns when using STI. This can have non-trivial\nperformance implications in certain cases. This gem adds the 'store_base_sti_class' configuration option which\ncontrols whether ActiveRecord will store the base class or the actual class. Defaults to true for backwards\ncompatibility.'\n".freeze
  s.email = "opensource@appfolio.com".freeze
  s.files = ["LICENSE.txt".freeze, "lib/store_base_sti_class.rb".freeze, "lib/store_base_sti_class/version.rb".freeze, "store_base_sti_class.gemspec".freeze]
  s.homepage = "https://github.com/appfolio/store_base_sti_class".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new("< 3.4".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Modifies ActiveRecord 6.1.x - 7.2.x with the ability to store the actual class (instead of the base class) in polymorhic _type columns when using STI.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<activerecord>.freeze, [">= 6.1".freeze, "< 7.3".freeze])
end