--- !ruby/object:Gem::Specification
name: authority
version: !ruby/object:Gem::Version
  version: 2.4.0
  prerelease: 
platform: ruby
authors:
- Nathan Long
- Adam Hunter
autorequire: 
bindir: bin
cert_chain: []
date: 2013-02-13 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 3.0.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 3.0.0
description: Authority helps you authorize actions in your Rails app. It's ORM-neutral
  and has very little fancy syntax; just group your models under one or more Authorizer
  classes and write plain Ruby methods on them.
email:
- nathanmlong@gmail.com
- adamhunter@me.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- .rspec
- .rvmrc
- .travis.yml
- CHANGELOG.markdown
- Gemfile
- LICENSE
- README.markdown
- Rakefile
- TODO.markdown
- authority.gemspec
- gemfiles/3.0.gemfile
- gemfiles/3.1.gemfile
- gemfiles/3.2.gemfile
- lib/authority.rb
- lib/authority/abilities.rb
- lib/authority/authorizer.rb
- lib/authority/configuration.rb
- lib/authority/controller.rb
- lib/authority/railtie.rb
- lib/authority/security_violation.rb
- lib/authority/user_abilities.rb
- lib/authority/version.rb
- lib/generators/authority/install_generator.rb
- lib/generators/templates/403.html
- lib/generators/templates/application_authorizer.rb
- lib/generators/templates/authority_initializer.rb
- spec/authority/abilities_spec.rb
- spec/authority/authorizer_spec.rb
- spec/authority/configuration_spec.rb
- spec/authority/controller_spec.rb
- spec/authority/integration_spec.rb
- spec/authority/user_abilities_spec.rb
- spec/authority_spec.rb
- spec/spec_helper.rb
- spec/support/example_classes.rb
- spec/support/mock_rails.rb
homepage: https://github.com/nathanl/authority
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
      segments:
      - 0
      hash: -37039868613240694
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
      segments:
      - 0
      hash: -37039868613240694
requirements: []
rubyforge_project: 
rubygems_version: 1.8.24
signing_key: 
specification_version: 3
summary: Authority helps you authorize actions in your Rails app using plain Ruby
  methods on Authorizer classes.
test_files:
- spec/authority/abilities_spec.rb
- spec/authority/authorizer_spec.rb
- spec/authority/configuration_spec.rb
- spec/authority/controller_spec.rb
- spec/authority/integration_spec.rb
- spec/authority/user_abilities_spec.rb
- spec/authority_spec.rb
- spec/spec_helper.rb
- spec/support/example_classes.rb
- spec/support/mock_rails.rb