# -*- encoding: utf-8 -*- # stub: stffn-declarative_authorization 0.2.3 ruby lib Gem::Specification.new do |s| s.name = "stffn-declarative_authorization".freeze s.version = "0.2.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Steffen Bartsch".freeze] s.date = "2009-02-25" s.email = "sbartsch@tzi.org".freeze s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/controllers/authorization_rules_controller.rb".freeze, "app/controllers/authorization_usages_controller.rb".freeze, "app/helpers/authorization_rules_helper.rb".freeze, "app/views/authorization_rules/graph.dot.erb".freeze, "app/views/authorization_rules/graph.html.erb".freeze, "app/views/authorization_rules/index.html.erb".freeze, "app/views/authorization_usages/index.html.erb".freeze, "authorization_rules.dist.rb".freeze, "config/routes.rb".freeze, "garlic_example.rb".freeze, "init.rb".freeze, "lib/authorization.rb".freeze, "lib/helper.rb".freeze, "lib/in_controller.rb".freeze, "lib/in_model.rb".freeze, "lib/maintenance.rb".freeze, "lib/obligation_scope.rb".freeze, "lib/rails_legacy.rb".freeze, "lib/reader.rb".freeze, "test/authorization_test.rb".freeze, "test/controller_test.rb".freeze, "test/dsl_reader_test.rb".freeze, "test/helper_test.rb".freeze, "test/maintenance_test.rb".freeze, "test/model_test.rb".freeze, "test/schema.sql".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/stffn/declarative_authorization".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.8.6".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "declarative_authorization is a Rails plugin for authorization based on readable authorization rules.".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 2.1.0".freeze]) end