# -*- encoding: utf-8 -*- # stub: dase 3.2.9 ruby lib Gem::Specification.new do |s| s.name = "dase".freeze s.version = "3.2.9".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 = "2014-08-30" s.description = "Dase gem creates includes_count_of method in ActiveRecord::Relation\n to count associated records efficiently. See examples at https://github.com/vovayartsev/dase\n ".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, ["~> 3.2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end