# -*- encoding: utf-8 -*- # stub: jrun-rails_doorman 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "jrun-rails_doorman".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeremy Burks".freeze] s.date = "2009-05-25" s.description = "Rails plugin that provides an allow/deny DSL for controlling access".freeze s.email = "jeremy.burks@gmail.com".freeze s.files = ["LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "features/doorman.feature".freeze, "features/step_definitions".freeze, "features/step_definitions/common_steps.rb".freeze, "features/step_definitions/webrat_steps.rb".freeze, "features/support".freeze, "features/support/authorized_matcher.rb".freeze, "features/support/env.rb".freeze, "features/support/paths.rb".freeze, "features/support/unauthorized_matcher.rb".freeze, "lib/rails_doorman".freeze, "lib/rails_doorman.rb".freeze, "lib/rails_doorman/helpers.rb".freeze, "lib/rails_doorman/rule.rb".freeze, "rails/init.rb".freeze, "spec/fixtures".freeze, "spec/fixtures/app".freeze, "spec/fixtures/app/README".freeze, "spec/fixtures/app/Rakefile".freeze, "spec/fixtures/app/app".freeze, "spec/fixtures/app/app/controllers".freeze, "spec/fixtures/app/app/controllers/access_control_by_host_controller.rb".freeze, "spec/fixtures/app/app/controllers/access_control_by_user_agent_controller.rb".freeze, "spec/fixtures/app/app/controllers/allow_all_by_default_controller.rb".freeze, "spec/fixtures/app/app/controllers/allowed_and_denied_roles_controller.rb".freeze, "spec/fixtures/app/app/controllers/allowed_and_denied_users_controller.rb".freeze, "spec/fixtures/app/app/controllers/allowed_role_controller.rb".freeze, "spec/fixtures/app/app/controllers/allowed_role_with_only_controller.rb".freeze, "spec/fixtures/app/app/controllers/allowed_user_controller.rb".freeze, "spec/fixtures/app/app/controllers/application_controller.rb".freeze, "spec/fixtures/app/app/controllers/denied_role_controller.rb".freeze, "spec/fixtures/app/app/controllers/denied_user_controller.rb".freeze, "spec/fixtures/app/app/controllers/deny_all_controller.rb".freeze, "spec/fixtures/app/app/controllers/explicitly_allow_all_controller.rb".freeze, "spec/fixtures/app/app/controllers/test_controller.rb".freeze, "spec/fixtures/app/app/controllers/view_helpers_controller.rb".freeze, "spec/fixtures/app/app/helpers".freeze, "spec/fixtures/app/app/helpers/application_helper.rb".freeze, "spec/fixtures/app/app/models".freeze, "spec/fixtures/app/app/models/user.rb".freeze, "spec/fixtures/app/app/views".freeze, "spec/fixtures/app/app/views/layouts".freeze, "spec/fixtures/app/app/views/layouts/application.html.erb".freeze, "spec/fixtures/app/app/views/view_helpers".freeze, "spec/fixtures/app/app/views/view_helpers/allow_via_role.html.erb".freeze, "spec/fixtures/app/app/views/view_helpers/deny_via_role.html.erb".freeze, "spec/fixtures/app/config".freeze, "spec/fixtures/app/config/boot.rb".freeze, "spec/fixtures/app/config/environment.rb".freeze, "spec/fixtures/app/config/environments".freeze, "spec/fixtures/app/config/environments/development.rb".freeze, "spec/fixtures/app/config/environments/production.rb".freeze, "spec/fixtures/app/config/environments/test.rb".freeze, "spec/fixtures/app/config/initializers".freeze, "spec/fixtures/app/config/initializers/backtrace_silencers.rb".freeze, "spec/fixtures/app/config/initializers/inflections.rb".freeze, "spec/fixtures/app/config/initializers/mime_types.rb".freeze, "spec/fixtures/app/config/initializers/new_rails_defaults.rb".freeze, "spec/fixtures/app/config/initializers/session_store.rb".freeze, "spec/fixtures/app/config/locales".freeze, "spec/fixtures/app/config/locales/en.yml".freeze, "spec/fixtures/app/config/routes.rb".freeze, "spec/fixtures/app/db".freeze, "spec/fixtures/app/db/foo.txt".freeze, "spec/fixtures/app/doc".freeze, "spec/fixtures/app/doc/README_FOR_APP".freeze, "spec/fixtures/app/lib".freeze, "spec/fixtures/app/lib/tasks".freeze, "spec/fixtures/app/log".freeze, "spec/fixtures/app/public".freeze, "spec/fixtures/app/public/404.html".freeze, "spec/fixtures/app/public/422.html".freeze, "spec/fixtures/app/public/500.html".freeze, "spec/fixtures/app/public/favicon.ico".freeze, "spec/fixtures/app/public/images".freeze, "spec/fixtures/app/public/images/rails.png".freeze, "spec/fixtures/app/public/javascripts".freeze, "spec/fixtures/app/public/javascripts/application.js".freeze, "spec/fixtures/app/public/javascripts/controls.js".freeze, "spec/fixtures/app/public/javascripts/dragdrop.js".freeze, "spec/fixtures/app/public/javascripts/effects.js".freeze, "spec/fixtures/app/public/javascripts/prototype.js".freeze, "spec/fixtures/app/public/robots.txt".freeze, "spec/fixtures/app/public/stylesheets".freeze, "spec/fixtures/app/script".freeze, "spec/fixtures/app/script/about".freeze, "spec/fixtures/app/script/console".freeze, "spec/fixtures/app/script/dbconsole".freeze, "spec/fixtures/app/script/destroy".freeze, "spec/fixtures/app/script/generate".freeze, "spec/fixtures/app/script/performance".freeze, "spec/fixtures/app/script/performance/benchmarker".freeze, "spec/fixtures/app/script/performance/profiler".freeze, "spec/fixtures/app/script/plugin".freeze, "spec/fixtures/app/script/runner".freeze, "spec/fixtures/app/script/server".freeze, "spec/fixtures/app/test".freeze, "spec/fixtures/app/test/fixtures".freeze, "spec/fixtures/app/test/functional".freeze, "spec/fixtures/app/test/integration".freeze, "spec/fixtures/app/test/performance".freeze, "spec/fixtures/app/test/performance/browsing_test.rb".freeze, "spec/fixtures/app/test/test_helper.rb".freeze, "spec/fixtures/app/test/unit".freeze, "spec/fixtures/app/tmp".freeze, "spec/fixtures/app/vendor".freeze, "spec/fixtures/app/vendor/plugins".freeze, "spec/fixtures/app/vendor/plugins/doorman".freeze, "spec/fixtures/app/vendor/plugins/doorman/init.rb".freeze, "spec/rails_doorman".freeze, "spec/rails_doorman/class_methods_spec.rb".freeze, "spec/rails_doorman/rule_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/jrun/rails_doorman/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Rails plugin that provides an allow/deny DSL for controlling access".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.3.2".freeze]) end