--- !ruby/object:Gem::Specification 
name: cohortly
version: !ruby/object:Gem::Version 
  prerelease: 
  version: 0.0.9
platform: ruby
authors: 
- Bruce Hauman
autorequire: 
bindir: bin
cert_chain: []

date: 2011-10-27 00:00:00 -07:00
default_executable: 
dependencies: []

description: Cohortly records user actions and with minimal configuration allows you to get decent cohort analysis of ser activity.
email: 
- bhauman@gmail.com
executables: []

extensions: []

extra_rdoc_files: []

files: 
- app/#assets#
- app/controllers/cohortly/#cohortly_controller.rb#
- app/controllers/cohortly/cohortly_controller.rb
- app/controllers/cohortly/metrics_controller.rb
- app/controllers/cohortly/reports_controller.rb
- app/models/cohortly/metric.rb
- app/models/cohortly/report.rb
- app/models/cohortly/report_meta.rb
- app/models/cohortly/stored_procedures.rb
- app/views/cohortly/metrics/_groups.html.erb
- app/views/cohortly/metrics/_metric.html.erb
- app/views/cohortly/metrics/_pagination.html.erb
- app/views/cohortly/metrics/_tags.html.erb
- app/views/cohortly/metrics/index.html.erb
- app/views/cohortly/reports/#show.html.erb#
- app/views/cohortly/reports/index.html.erb
- app/views/cohortly/reports/show.html.erb
- app/views/layouts/cohortly/application.html.erb
- lib/cohortly/config.rb
- lib/cohortly/engine.rb
- lib/cohortly/tag_config.rb
- lib/cohortly/version.rb
- lib/cohortly.rb
- lib/tasks/run_reports.rake
- config/routes.rb
- MIT-LICENSE
- Rakefile
- Gemfile
- README.rdoc
- test/cohortly_test.rb
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/stuff_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/stuff_helper.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/app/views/stuff/index.html.erb
- test/dummy/app/views/stuff/my_stuff.html.erb
- test/dummy/app/views/stuff/your_stuff.html.erb
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/cohortly.yml
- test/dummy/config/database.yml
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/cohortly_config.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/secret_token.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/routes.rb
- test/dummy/config.ru
- test/dummy/log/development.log
- test/dummy/log/production.log
- test/dummy/log/server.log
- test/dummy/log/test.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/public/javascripts/application.js
- test/dummy/public/javascripts/controls.js
- test/dummy/public/javascripts/dragdrop.js
- test/dummy/public/javascripts/effects.js
- test/dummy/public/javascripts/prototype.js
- test/dummy/public/javascripts/rails.js
- test/dummy/public/javascripts/vendor/backbone.js
- test/dummy/public/javascripts/vendor/underscore.js
- test/dummy/Rakefile
- test/dummy/script/rails
- test/dummy/tmp/pids/server.pid
- test/integration/navigation_test.rb
- test/support/integration_case.rb
- test/support/test_tag_config.rb
- test/test_helper.rb
has_rdoc: true
homepage: https://github.com/bhauman/cohortly
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.5.2
signing_key: 
specification_version: 3
summary: "Cohortly: the cohort analysis engine for Rails."
test_files: 
- test/cohortly_test.rb
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/stuff_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/stuff_helper.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/app/views/stuff/index.html.erb
- test/dummy/app/views/stuff/my_stuff.html.erb
- test/dummy/app/views/stuff/your_stuff.html.erb
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/cohortly.yml
- test/dummy/config/database.yml
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/cohortly_config.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/secret_token.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/routes.rb
- test/dummy/config.ru
- test/dummy/log/development.log
- test/dummy/log/production.log
- test/dummy/log/server.log
- test/dummy/log/test.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/public/javascripts/application.js
- test/dummy/public/javascripts/controls.js
- test/dummy/public/javascripts/dragdrop.js
- test/dummy/public/javascripts/effects.js
- test/dummy/public/javascripts/prototype.js
- test/dummy/public/javascripts/rails.js
- test/dummy/public/javascripts/vendor/backbone.js
- test/dummy/public/javascripts/vendor/underscore.js
- test/dummy/Rakefile
- test/dummy/script/rails
- test/dummy/tmp/pids/server.pid
- test/integration/navigation_test.rb
- test/support/integration_case.rb
- test/support/test_tag_config.rb
- test/test_helper.rb