# -*- encoding: utf-8 -*- # stub: rackamole 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "rackamole".freeze s.version = "0.0.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 = ["Fernand Galiana".freeze] s.date = "2009-11-16" s.description = "The MOle is a rack application that monitors user interactions with your web site. We are not \ntalking about counting page hits here. The MOle tracks all the information available to capture\nthe essence of a user interaction with your application. Using the MOle, you are able to see\nwhich feature is a hit or a bust. As an added bonus, the MOle also track performance and exceptions \nthat might have escaped your test suites or alpha env. To boot your managers will love you for it! \n\nWhether you are releasing a new application or improving on an old one, it is always a good thing \nto know if anyone is using your application and if they are, how they are using it. \nWhat features are your users most fond of and which features find their way into the abyss? \nYou will be able to rapidly assess whether or not your application is a hit and if\nyour coolest features are thought as such by your users. You will be able to elegantly record user\ninteractions and leverage these findings for the next iteration of your application. ".freeze s.email = "fernand.galiana@gmail.com".freeze s.executables = ["rackamole".freeze] s.extra_rdoc_files = ["History.txt".freeze, "README.txt".freeze, "aaa.txt".freeze, "bin/rackamole".freeze, "samples/rails/moled/public/robots.txt".freeze] s.files = ["History.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "aaa.txt".freeze, "bin/rackamole".freeze, "images/mole_logo.png".freeze, "images/mole_logo.psd".freeze, "images/mole_logo_small.png".freeze, "images/mole_logo_small.psd".freeze, "lib/rackamole.rb".freeze, "lib/rackamole/interceptor.rb".freeze, "lib/rackamole/logger.rb".freeze, "lib/rackamole/mole.rb".freeze, "lib/rackamole/store/log.rb".freeze, "lib/rackamole/store/mongo.rb".freeze, "samples/rails/moled/README".freeze, "samples/rails/moled/Rakefile".freeze, "samples/rails/moled/app/controllers/application_controller.rb".freeze, "samples/rails/moled/app/controllers/fred_controller.rb".freeze, "samples/rails/moled/app/helpers/application_helper.rb".freeze, "samples/rails/moled/app/views/fred/index.html.erb".freeze, "samples/rails/moled/app/views/fred/show.html.erb".freeze, "samples/rails/moled/config/boot.rb".freeze, "samples/rails/moled/config/database.yml".freeze, "samples/rails/moled/config/environment.rb".freeze, "samples/rails/moled/config/environments/development.rb".freeze, "samples/rails/moled/config/environments/production.rb".freeze, "samples/rails/moled/config/environments/test.rb".freeze, "samples/rails/moled/config/initializers/backtrace_silencers.rb".freeze, "samples/rails/moled/config/initializers/inflections.rb".freeze, "samples/rails/moled/config/initializers/mime_types.rb".freeze, "samples/rails/moled/config/initializers/new_rails_defaults.rb".freeze, "samples/rails/moled/config/initializers/session_store.rb".freeze, "samples/rails/moled/config/locales/en.yml".freeze, "samples/rails/moled/config/routes.rb".freeze, "samples/rails/moled/db/development.sqlite3".freeze, "samples/rails/moled/db/production.sqlite3".freeze, "samples/rails/moled/doc/README_FOR_APP".freeze, "samples/rails/moled/log/development.log".freeze, "samples/rails/moled/log/production.log".freeze, "samples/rails/moled/log/server.log".freeze, "samples/rails/moled/log/test.log".freeze, "samples/rails/moled/public/404.html".freeze, "samples/rails/moled/public/422.html".freeze, "samples/rails/moled/public/500.html".freeze, "samples/rails/moled/public/favicon.ico".freeze, "samples/rails/moled/public/images/rails.png".freeze, "samples/rails/moled/public/index.html".freeze, "samples/rails/moled/public/javascripts/application.js".freeze, "samples/rails/moled/public/javascripts/controls.js".freeze, "samples/rails/moled/public/javascripts/dragdrop.js".freeze, "samples/rails/moled/public/javascripts/effects.js".freeze, "samples/rails/moled/public/javascripts/prototype.js".freeze, "samples/rails/moled/public/robots.txt".freeze, "samples/rails/moled/script/about".freeze, "samples/rails/moled/script/console".freeze, "samples/rails/moled/script/dbconsole".freeze, "samples/rails/moled/script/destroy".freeze, "samples/rails/moled/script/generate".freeze, "samples/rails/moled/script/performance/benchmarker".freeze, "samples/rails/moled/script/performance/profiler".freeze, "samples/rails/moled/script/plugin".freeze, "samples/rails/moled/script/runner".freeze, "samples/rails/moled/script/server".freeze, "samples/rails/moled/test/performance/browsing_test.rb".freeze, "samples/rails/moled/test/test_helper.rb".freeze, "samples/sinatra/blee.rb".freeze, "samples/sinatra/moled.rb".freeze, "samples/sinatra/views/normal.erb".freeze, "samples/sinatra/views/params.erb".freeze, "spec/expected_results/mole_exception.log".freeze, "spec/expected_results/mole_feature.log".freeze, "spec/expected_results/mole_perf.log".freeze, "spec/rackamole/interceptor_spec.rb".freeze, "spec/rackamole/logger_spec.rb".freeze, "spec/rackamole/mole_spec.rb".freeze, "spec/rackamole/store/log_spec.rb".freeze, "spec/rackamole/store/mongo_spec.rb".freeze, "spec/rackamole_spec.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/ann.rake".freeze, "tasks/bones.rake".freeze, "tasks/gem.rake".freeze, "tasks/git.rake".freeze, "tasks/notes.rake".freeze, "tasks/post_load.rake".freeze, "tasks/rdoc.rake".freeze, "tasks/rubyforge.rake".freeze, "tasks/setup.rb".freeze, "tasks/spec.rake".freeze, "tasks/svn.rake".freeze, "tasks/test.rake".freeze, "tasks/zentest.rake".freeze] s.homepage = "http://rackamole.liquidrail.com".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The MOle is a rack application that monitors user interactions with your web site".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.2.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.14.1".freeze]) s.add_development_dependency(%q.freeze, [">= 2.5.1".freeze]) end