# -*- encoding: utf-8 -*- # stub: dase 4.2.1 ruby lib Gem::Specification.new do |s| s.name = "dase".freeze s.version = "4.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Vladimir Yartsev".freeze] s.date = "2017-11-14" s.description = "includes_count_of method on ActiveRecord::Relation to solve N+1 query problem when counting associated records ".freeze s.email = ["vovayartsev@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "dase.gemspec".freeze, "lib/dase.rb".freeze, "lib/dase/mp_active_record.rb".freeze, "lib/dase/preloader.rb".freeze, "lib/dase/preloader_methods.rb".freeze, "lib/dase/version.rb".freeze, "test/fixtures/author.rb".freeze, "test/fixtures/authors.yml".freeze, "test/fixtures/book.rb".freeze, "test/fixtures/books.yml".freeze, "test/fixtures/like.rb".freeze, "test/fixtures/likes.yml".freeze, "test/fixtures/quote.rb".freeze, "test/fixtures/quotes.yml".freeze, "test/fixtures/schema.rb".freeze, "test/helper.rb".freeze, "test/test_dase.rb".freeze] s.homepage = "https://github.com/vovayartsev/dase".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Provides includes_count_of method on ActiveRecord::Relation to count associated records efficiently".freeze s.test_files = ["test/fixtures/author.rb".freeze, "test/fixtures/authors.yml".freeze, "test/fixtures/book.rb".freeze, "test/fixtures/books.yml".freeze, "test/fixtures/like.rb".freeze, "test/fixtures/likes.yml".freeze, "test/fixtures/quote.rb".freeze, "test/fixtures/quotes.yml".freeze, "test/fixtures/schema.rb".freeze, "test/helper.rb".freeze, "test/test_dase.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.2".freeze, ">= 4.2.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2".freeze, ">= 4.2.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) end