# -*- encoding: utf-8 -*-
# stub: counter_cache_update 0.0.7 ruby lib

Gem::Specification.new do |s|
  s.name = "counter_cache_update".freeze
  s.version = "0.0.7".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["kaspernj".freeze]
  s.date = "2021-10-04"
  s.description = "Scans all your models and updates all counter caches with optimised SQL.".freeze
  s.email = ["kaspernj@gmail.com".freeze]
  s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/counter_cache_update_manifest.js".freeze, "app/assets/javascripts/counter_cache_update/application.js".freeze, "app/assets/stylesheets/counter_cache_update/application.css".freeze, "app/controllers/counter_cache_update/application_controller.rb".freeze, "app/helpers/counter_cache_update/application_helper.rb".freeze, "app/jobs/counter_cache_update/application_job.rb".freeze, "app/mailers/counter_cache_update/application_mailer.rb".freeze, "app/models/counter_cache_update/application_record.rb".freeze, "app/services/counter_cache_update/polymorphic_updator_service.rb".freeze, "app/services/counter_cache_update/table_updator_service.rb".freeze, "app/services/counter_cache_update/update_service.rb".freeze, "app/views/layouts/counter_cache_update/application.html.erb".freeze, "config/routes.rb".freeze, "lib/counter_cache_update.rb".freeze, "lib/counter_cache_update/engine.rb".freeze, "lib/counter_cache_update/version.rb".freeze, "lib/tasks/counter_cache_update_tasks.rake".freeze]
  s.homepage = "https://github.com/kaspernj/counter_cache_update".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Scans all your models and updates all counter caches with optimised SQL.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<rails>.freeze, [">= 5.1.0".freeze])
  s.add_runtime_dependency(%q<service_pattern>.freeze, [">= 1.0.0".freeze])
  s.add_development_dependency(%q<pry-rails>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<tzinfo-data>.freeze, [">= 0".freeze])
end