linkingpaths / acts_as_abusable

Tiny plugin to mark any rails model instance as an abuse or site's community guideline violation.

This URL has Read+Write access

linkingpaths (author)
Thu Oct 16 04:43:12 -0700 2008
commit  b14f0b33a0b7e265a253fc78500d29a9ec4f0383
tree    79651f09db537e1f22b6a79eab77c7bbd2ace237
parent  426008a97dea93ad7c3cf71ad883029eaba99789
acts_as_abusable / acts_as_abusable.gemspec
100644 23 lines (19 sloc) 1.392 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Gem::Specification.new do |s|
  s.name = %q{acts_as_abusable}
  s.version = "0.0.1"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Linking Paths"]
  s.date = %q{2008-10-04}
  s.description = %q{Tiny plugin to mark any rails model instance as an abuse or site's community guideline violation.}
  s.email = ["aitor@linkingpaths.com"]
  s.files = ["MIT-LICENSE", "README.markdown", "Rakefile", "acts_as_abusable.gemspec", "generators", "generators/acts_as_abusable_migration", "generators/acts_as_abusable_migration/acts_as_abusable_migration_generator.rb", "generators/acts_as_abusable_migration/templates", "generators/acts_as_abusable_migration/templates/migration.rb", "init.rb", "install.rb", "lib", "lib/abuse.rb", "lib/acts_as_abusable.rb", "rails", "rails/init.rb", "tasks", "tasks/acts_as_abusable_tasks.rake", "test", "test/acts_as_abusable_test.rb", "uninstall.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/linkingpaths/acts_as_abusable}
  s.post_install_message = %q{
For more information on acts_as_abusable, see http://github.com/linkingpaths/acts_as_abusable
 
}
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{acts_as_abusable}
  s.rubygems_version = %q{1.2.0}
  s.summary = %q{Tiny plugin to mark any rails model instance as an abuse or site's community guideline violation.}
 
end