# -*- encoding: utf-8 -*-
# stub: slow-actions 0.3.3 ruby lib

Gem::Specification.new do |s|
  s.name = "slow-actions".freeze
  s.version = "0.3.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 = ["Nick Gauthier".freeze]
  s.date = "2009-07-10"
  s.description = "Inspect a rails application's log file to find slow actions".freeze
  s.email = "nick@smartlogicsolutions.com".freeze
  s.executables = ["slow-actions".freeze]
  s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze]
  s.files = ["LICENSE".freeze, "README.rdoc".freeze, "VERSION.yml".freeze, "bin/slow-actions".freeze, "lib/slow_actions.rb".freeze, "lib/slow_actions/slow_actions_action.rb".freeze, "lib/slow_actions/slow_actions_computation_module.rb".freeze, "lib/slow_actions/slow_actions_controller.rb".freeze, "lib/slow_actions/slow_actions_log_entry.rb".freeze, "lib/slow_actions/slow_actions_parser.rb".freeze, "lib/slow_actions/slow_actions_session.rb".freeze, "test/data/development.log".freeze, "test/data/production.recent.log".freeze, "test/slow_actions_benchmark_test.rb".freeze, "test/slow_actions_parser_test.rb".freeze, "test/slow_actions_test.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://github.com/ngauthier/slow-actions".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Inspect a rails application's log file to find slow actions".freeze
  s.test_files = ["test/slow_actions_benchmark_test.rb".freeze, "test/slow_actions_parser_test.rb".freeze, "test/slow_actions_test.rb".freeze, "test/test_helper.rb".freeze]
end