# -*- encoding: utf-8 -*-
# stub: housekeeper-has_activity 0.4.3 ruby lib

Gem::Specification.new do |s|
  s.name = "housekeeper-has_activity".freeze
  s.version = "0.4.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Cary Dunn".freeze, "Carl Burton".freeze]
  s.date = "2009-09-17"
  s.description = "A simple way to grab recent activity or a columns sum on a given model from a table grouped by day, hour, or week with only 1 SQL query and giving the ability to pad the results for days/weeks/hours with no activity.".freeze
  s.email = "carl@house-keeping.com".freeze
  s.extra_rdoc_files = ["README.textile".freeze]
  s.files = ["MIT-LICENSE".freeze, "README.textile".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "has_activity.gemspec".freeze, "init.rb".freeze, "install.rb".freeze, "lib/core_ext.rb".freeze, "lib/has_activity.rb".freeze, "tasks/has_activity_tasks.rake".freeze, "test/has_activity_test.rb".freeze, "test/test_helper.rb".freeze, "uninstall.rb".freeze]
  s.homepage = "http://github.com/housekeeper/has_activity".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A simple way to grab recent activity or a columns sum on a given model from a table grouped by day, hour, or week with only 1 SQL query and giving the ability to pad the results for days/weeks/hours with no activity.".freeze
  s.test_files = ["test/has_activity_test.rb".freeze, "test/test_helper.rb".freeze]
end