# -*- encoding: utf-8 -*- # stub: authority 3.3.0 ruby lib Gem::Specification.new do |s| s.name = "authority".freeze s.version = "3.3.0".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 = "2017-02-07" 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, ".travis.yml".freeze, "CHANGELOG.markdown".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.markdown".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "TODO.markdown".freeze, "authority.gemspec".freeze, "gemfiles/3.2.gemfile".freeze, "gemfiles/4.0.gemfile".freeze, "gemfiles/4.1.gemfile".freeze, "gemfiles/4.2.gemfile".freeze, "gemfiles/5.0.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.licenses = ["MIT".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 = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.8.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.3.0".freeze]) end