--- !ruby/object:Gem::Specification name: authority version: !ruby/object:Gem::Version version: 1.0.0.pre4 prerelease: 6 platform: ruby authors: - Nathan Long - Adam Hunter autorequire: bindir: bin cert_chain: [] date: 2012-03-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: &2152325920 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: *2152325920 - !ruby/object:Gem::Dependency name: bundler requirement: &2152325380 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.0.0 type: :development prerelease: false version_requirements: *2152325380 description: Gem for managing authorization on model actions in Rails. 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 - 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/authorizers_generator.rb - lib/generators/authority/install_generator.rb - lib/generators/templates/403.html - 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/no_authorizer_model.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: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 1.8.16 signing_key: specification_version: 3 summary: Authority gives you a clean and easy way to say, in your Rails app, **who** is allowed to do **what** with your models, with minimal clutter. 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/no_authorizer_model.rb - spec/support/user.rb