--- !ruby/object:Gem::Specification name: zeiv-declarative_authorization version: !ruby/object:Gem::Version version: 1.0.0.pre platform: ruby authors: - Steffen Bartsch autorequire: bindir: bin cert_chain: [] date: 2015-05-29 00:00:00.000000000 Z dependencies: [] description: email: sbartsch@tzi.org executables: [] extensions: [] extra_rdoc_files: - README.rdoc - CHANGELOG files: - CHANGELOG - MIT-LICENSE - README.rdoc - Rakefile - app/controllers/authorization_rules_controller.rb - app/controllers/authorization_usages_controller.rb - app/helpers/authorization_rules_helper.rb - app/views/authorization_rules/_change.erb - app/views/authorization_rules/_show_graph.erb - app/views/authorization_rules/_suggestions.erb - app/views/authorization_rules/change.html.erb - app/views/authorization_rules/graph.dot.erb - app/views/authorization_rules/graph.html.erb - app/views/authorization_rules/index.html.erb - app/views/authorization_usages/index.html.erb - authorization_rules.dist.rb - config/routes.rb - garlic_example.rb - init.rb - lib/declarative_authorization.rb - lib/declarative_authorization/adapters/active_record.rb - lib/declarative_authorization/adapters/active_record/base_extensions.rb - lib/declarative_authorization/adapters/active_record/obligation_scope_builder.rb - lib/declarative_authorization/authorization.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/helper.rb - lib/declarative_authorization/in_controller.rb - lib/declarative_authorization/in_model.rb - lib/declarative_authorization/maintenance.rb - lib/declarative_authorization/obligation_scope.rb - lib/declarative_authorization/rails_legacy.rb - lib/declarative_authorization/railsengine.rb - lib/declarative_authorization/reader.rb - lib/generators/authorization/install/install_generator.rb - lib/generators/authorization/rules/rules_generator.rb - lib/generators/authorization/rules/templates/authorization_rules.rb - lib/tasks/authorization_tasks.rake - test/authorization_test.rb - test/controller_filter_resource_access_test.rb - test/controller_test.rb - test/database.yml - test/dsl_reader_test.rb - test/helper_test.rb - test/maintenance_test.rb - test/model_test.rb - test/schema.sql - test/test_helper.rb homepage: http://github.com/stffn/declarative_authorization licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.6 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 2.4.7 signing_key: specification_version: 4 summary: declarative_authorization is a Rails plugin for maintainable authorization based on readable authorization rules. test_files: []