public
Description: Rails gem/plugin that provides contextual access control to RESTful resources.
Homepage: http://matt-darby.com/search?term=restful_acl
Clone URL: git://github.com/mdarby/restful_acl.git
mdarby (author)
Sun Apr 05 18:01:47 -0700 2009
commit  bd2f317ee21fa7efbb5a90c851db828cd2d20698
tree    97fb0b060748db1aa618653e31f69b271cea5275
parent  d0a8dcfda3ec7ede3f560a62103f0dd250d34b50
restful_acl / restful_acl.gemspec
100644 24 lines (23 sloc) 0.678 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Gem::Specification.new do |s|
  s.name = "restful_acl"
  s.version = "2.0.6"
  s.date = "2009-02-07"
  s.summary = "Object-level access control"
  s.email = "matt@matt-darby.com"
  s.homepage = "http://github.com/mdarby/restful_acl"
  s.description = "A Rails gem that provides fine grained access control to RESTful resources in a Rails 2.0+ application."
  s.has_rdoc = false
  s.authors = ["Matt Darby"]
  s.files = [
    "MIT-LICENSE",
    "README.textile",
    "Rakefile",
    "init.rb",
    "install.rb",
    "lib/restful_acl_controller.rb",
    "lib/restful_acl_helper.rb",
    "lib/restful_acl_model.rb",
    "rails/init.rb",
    "uninstall.rb"
  ]
end