--- !ruby/object:Gem::Specification name: declarative_authorization version: !ruby/object:Gem::Version version: "0.4" platform: ruby authors: - Steffen Bartsch autorequire: bindir: bin cert_chain: [] date: 2009-11-15 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rails type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.1.0 version: description: email: sbartsch@tzi.org executables: [] extensions: [] extra_rdoc_files: - README.rdoc - CHANGELOG files: - CHANGELOG - MIT-LICENSE - README.rdoc - Rakefile - authorization_rules.dist.rb - garlic_example.rb - init.rb - app/controllers/authorization_rules_controller.rb - app/controllers/authorization_usages_controller.rb - app/helpers/authorization_rules_helper.rb - app/views/authorization_usages/index.html.erb - app/views/authorization_rules/index.html.erb - app/views/authorization_rules/_show_graph.erb - app/views/authorization_rules/_change.erb - app/views/authorization_rules/_suggestions.erb - app/views/authorization_rules/graph.dot.erb - app/views/authorization_rules/change.html.erb - app/views/authorization_rules/graph.html.erb - config/routes.rb - lib/declarative_authorization.rb - lib/declarative_authorization/in_controller.rb - lib/declarative_authorization/reader.rb - lib/declarative_authorization/rails_legacy.rb - lib/declarative_authorization/obligation_scope.rb - lib/declarative_authorization/in_model.rb - lib/declarative_authorization/helper.rb - lib/declarative_authorization/development_support/analyzer.rb - lib/declarative_authorization/development_support/change_analyzer.rb - lib/declarative_authorization/development_support/change_supporter.rb - lib/declarative_authorization/development_support/development_support.rb - lib/declarative_authorization/authorization.rb - lib/declarative_authorization/maintenance.rb - test/authorization_test.rb - test/schema.sql - test/maintenance_test.rb - test/model_test.rb - test/controller_test.rb - test/helper_test.rb - test/dsl_reader_test.rb - test/controller_filter_resource_access_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/stffn/declarative_authorization licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.6 version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: declarative_authorization is a Rails plugin for authorization based on readable authorization rules. test_files: []