--- !ruby/object:Gem::Specification name: authority version: !ruby/object:Gem::Version version: 2.0.0 prerelease: platform: ruby authors: - Nathan Long - Adam Hunter autorequire: bindir: bin cert_chain: [] date: 2012-04-30 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: &2152144680 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: *2152144680 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/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/user_abilities_spec.rb - spec/authority_spec.rb - spec/spec_helper.rb - spec/support/ability_model.rb - spec/support/example_controllers.rb - spec/support/mock_rails.rb - spec/support/user.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' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.16 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/user_abilities_spec.rb - spec/authority_spec.rb - spec/spec_helper.rb - spec/support/ability_model.rb - spec/support/example_controllers.rb - spec/support/mock_rails.rb - spec/support/user.rb