Sha256: 55e3f9c99421ed205de4db3dc97c86017847c8da3078f90974089bce9596f3bf
Contents?: true
Size: 1.67 KB
Versions: 0
Compression: gzip
Compressed size: 705 Bytes
Stored size: 705 Bytes
Contents
--- !ruby/object:Gem::Specification name: housekeeper-has_activity version: !ruby/object:Gem::Version version: 0.4.5 platform: ruby authors: - Cary Dunn - Carl Burton autorequire: bindir: bin cert_chain: [] date: 2009-09-17 00:00:00 -07:00 default_executable: dependencies: [] 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. email: carl@house-keeping.com executables: [] extensions: [] extra_rdoc_files: - README.textile files: - MIT-LICENSE - README.textile - Rakefile - VERSION.yml - has_activity.gemspec - init.rb - install.rb - lib/core_ext.rb - lib/has_activity.rb - tasks/has_activity_tasks.rake - test/has_activity_test.rb - test/test_helper.rb - uninstall.rb has_rdoc: false homepage: http://github.com/housekeeper/has_activity licenses: post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 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. test_files: - test/has_activity_test.rb - test/test_helper.rb