# -*- encoding: utf-8 -*- # stub: role_based_authorization 0.1.9 ruby lib Gem::Specification.new do |s| s.name = "role_based_authorization".freeze s.version = "0.1.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Roberto Esposito".freeze] s.date = "2010-02-16" s.description = "Provides a simple DSL for specifying the authorization logic of your application. Install the gem, add a role attribute to your user model and your almost ready to go.".freeze s.email = "boborbt@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/role_based_authorization.rb".freeze, "lib/role_based_authorization/authorization_logger.rb".freeze, "lib/role_based_authorization/role_based_authorization.rb".freeze, "rails/init.rb".freeze, "role_based_authorization.gemspec".freeze, "test/role_based_authorization_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/boborbt/role_based_authorization".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Basic authorization module for rails".freeze s.test_files = ["test/role_based_authorization_test.rb".freeze, "test/test_helper.rb".freeze] end