# -*- encoding: utf-8 -*- # stub: authority 2.4.3 ruby lib Gem::Specification.new do |s| s.name = "authority".freeze s.version = "2.4.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nathan Long".freeze, "Adam Hunter".freeze] s.date = "2013-02-20" s.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.".freeze s.email = ["nathanmlong@gmail.com".freeze, "adamhunter@me.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rvmrc".freeze, ".travis.yml".freeze, "CHANGELOG.markdown".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "TODO.markdown".freeze, "authority.gemspec".freeze, "gemfiles/3.0.gemfile".freeze, "gemfiles/3.1.gemfile".freeze, "gemfiles/3.2.gemfile".freeze, "lib/authority.rb".freeze, "lib/authority/abilities.rb".freeze, "lib/authority/authorizer.rb".freeze, "lib/authority/configuration.rb".freeze, "lib/authority/controller.rb".freeze, "lib/authority/railtie.rb".freeze, "lib/authority/security_violation.rb".freeze, "lib/authority/user_abilities.rb".freeze, "lib/authority/version.rb".freeze, "lib/generators/authority/install_generator.rb".freeze, "lib/generators/templates/403.html".freeze, "lib/generators/templates/application_authorizer.rb".freeze, "lib/generators/templates/authority_initializer.rb".freeze, "spec/authority/abilities_spec.rb".freeze, "spec/authority/authorizer_spec.rb".freeze, "spec/authority/configuration_spec.rb".freeze, "spec/authority/controller_spec.rb".freeze, "spec/authority/integration_spec.rb".freeze, "spec/authority/user_abilities_spec.rb".freeze, "spec/authority_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/example_classes.rb".freeze, "spec/support/mock_rails.rb".freeze] s.homepage = "https://github.com/nathanl/authority".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Authority helps you authorize actions in your Rails app using plain Ruby methods on Authorizer classes.".freeze s.test_files = ["spec/authority/abilities_spec.rb".freeze, "spec/authority/authorizer_spec.rb".freeze, "spec/authority/configuration_spec.rb".freeze, "spec/authority/controller_spec.rb".freeze, "spec/authority/integration_spec.rb".freeze, "spec/authority/user_abilities_spec.rb".freeze, "spec/authority_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/example_classes.rb".freeze, "spec/support/mock_rails.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) end