# -*- encoding: utf-8 -*- # stub: action_auditor 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "action_auditor".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matt Powell".freeze] s.date = "2009-11-27" s.description = "Keep an audit trail of actions in your application".freeze s.email = "fauxparse@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "generators/action_auditor_migration/USAGE".freeze, "generators/action_auditor_migration/action_auditor_migration_generator.rb".freeze, "generators/action_auditor_migration/templates/migration.rb".freeze, "install.rb".freeze, "lib/action_auditor.rb".freeze, "lib/action_auditor/auditor/active_record.rb".freeze, "lib/action_auditor/auditor/base.rb".freeze, "lib/action_auditor/auditor/simple.rb".freeze, "lib/action_auditor/extensions/action_controller.rb".freeze, "rails/init.rb".freeze, "spec/action_auditor_spec.rb".freeze, "spec/controllers/controller_integration_spec.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/rdoc.rake".freeze, "tasks/spec.rake".freeze, "uninstall.rb".freeze] s.homepage = "http://github.com/fauxparse/action_auditor".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Keep an audit trail of actions in your application".freeze s.test_files = ["spec/action_auditor_spec.rb".freeze, "spec/controllers/controller_integration_spec.rb".freeze, "spec/spec_helper.rb".freeze] end