# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{simple_audit} s.version = "0.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Alfuken"] s.date = %q{2009-09-11} s.description = %q{Simple auditing plugin.} s.email = %q{alfuken@gmail.com} s.extra_rdoc_files = ["README", "lib/db/migrate/20090908101900_create_audits.rb", "lib/simple_audit.rb", "tasks/simple_audit_tasks.rake"] s.files = ["MIT-LICENSE", "README", "Rakefile", "app/controllers/audits_controller.rb", "app/helpers/layout_helper.rb", "app/models/audit.rb", "app/views/audits/_form.html.erb", "app/views/audits/edit.html.erb", "app/views/audits/index.html.erb", "app/views/audits/new.html.erb", "app/views/audits/show.html.erb", "generators/simple_audit/USAGE", "generators/simple_audit/simple_audit_generator.rb", "generators/simple_audit/templates/migration.rb", "init.rb", "install.rb", "lib/db/migrate/20090908101900_create_audits.rb", "lib/simple_audit.rb", "tasks/simple_audit_tasks.rake", "test/simple_audit_test.rb", "test/test_helper.rb", "uninstall.rb", "Manifest", "simple_audit.gemspec"] s.homepage = %q{http://github.com/alfuken/} s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Simple_audit", "--main", "README"] s.require_paths = ["lib"] s.rubyforge_project = %q{simple_audit} s.rubygems_version = %q{1.3.3} s.summary = %q{Simple auditing plugin.} s.test_files = ["test/simple_audit_test.rb", "test/test_helper.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end