# -*- encoding: utf-8 -*-
# stub: cohort_analysis 1.0.2 ruby lib

Gem::Specification.new do |s|
  s.name = "cohort_analysis".freeze
  s.version = "1.0.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Seamus Abshere".freeze, "Andy Rossmeissl".freeze, "Derek Kastner".freeze, "Ian Hough".freeze]
  s.date = "2012-06-06"
  s.description = "Lets you do cohort analysis based on two strategies: \"big\", which discards characteristics for the maximum cohort result, and \"strict\", which discards characteristics in order until a minimum cohort size is reached.".freeze
  s.email = ["seamus@abshere.net".freeze, "andy@rossmeissl.net".freeze, "dkastner@gmail.com".freeze, "ijhough@gmail.com".freeze]
  s.files = [".gitignore".freeze, ".yardopts".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "cohort_analysis.gemspec".freeze, "lib/cohort_analysis.rb".freeze, "lib/cohort_analysis/active_record_base_class_methods.rb".freeze, "lib/cohort_analysis/active_record_relation_instance_methods.rb".freeze, "lib/cohort_analysis/arel_select_manager_instance_methods.rb".freeze, "lib/cohort_analysis/arel_table_instance_methods.rb".freeze, "lib/cohort_analysis/arel_visitors_visitor_instance_methods.rb".freeze, "lib/cohort_analysis/strategy.rb".freeze, "lib/cohort_analysis/strategy/big.rb".freeze, "lib/cohort_analysis/strategy/strict.rb".freeze, "lib/cohort_analysis/version.rb".freeze, "test/helper.rb".freeze, "test/test_cohort_analysis.rb".freeze]
  s.homepage = "https://github.com/seamusabshere/cohort_analysis".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Lets you do cohort analysis based on two strategies: \"big\", which discards characteristics for the maximum cohort result, and \"strict\", which discards characteristics in order until a minimum cohort size is reached.".freeze
  s.test_files = ["test/helper.rb".freeze, "test/test_cohort_analysis.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 3".freeze])
  s.add_runtime_dependency(%q<arel>.freeze, [">= 3".freeze])
  s.add_development_dependency(%q<activerecord>.freeze, [">= 3".freeze])
  s.add_development_dependency(%q<active_record_inline_schema>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<minitest>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<minitest-reporters>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<yard>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<factory_girl>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<sqlite3>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<mysql2>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<pg>.freeze, [">= 0".freeze])
end