Sha256: c1bc0392e559804b71fa996ef043da2f248e4753b52fe5a79ffd84e987a3700d

Contents?: true

Size: 1.23 KB

Versions: 22

Compression:

Stored size: 1.23 KB

Contents

# coding: utf-8
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "rails/auth/version"

Gem::Specification.new do |spec|
  spec.name          = "rails-auth"
  spec.version       = Rails::Auth::VERSION
  spec.authors       = ["Tony Arcieri"]
  spec.email         = ["tonyarcieri@squareup.com"]
  spec.homepage      = "https://github.com/square/rails-auth/"
  spec.licenses      = ["Apache-2.0"]

  spec.summary       = "Modular resource-oriented authentication and authorization for Rails/Rack"
  spec.description   = <<-DESCRIPTION.strip.gsub(/\s+/, " ")
    A plugin-based framework for supporting multiple authentication and
    authorization systems in Rails/Rack apps. Supports resource-oriented
    route-by-route access control lists with TLS authentication.
  DESCRIPTION

  # Only allow gem to be pushed to https://rubygems.org
  spec.metadata["allowed_push_host"] = "https://rubygems.org"

  spec.files         = `git ls-files`.split("\n")
  spec.bindir        = "exe"
  spec.require_paths = ["lib"]

  spec.required_ruby_version = ">= 2.0.0"

  spec.add_runtime_dependency "rack"

  spec.add_development_dependency "bundler", "~> 1.10"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
rails-auth-2.1.4 rails-auth.gemspec
rails-auth-2.1.3 rails-auth.gemspec
rails-auth-2.1.2 rails-auth.gemspec
rails-auth-2.1.1 rails-auth.gemspec
rails-auth-2.1.0 rails-auth.gemspec
rails-auth-2.0.3 rails-auth.gemspec
rails-auth-2.0.2 rails-auth.gemspec
rails-auth-2.0.1 rails-auth.gemspec
rails-auth-1.3.0 rails-auth.gemspec
rails-auth-1.2.0 rails-auth.gemspec
rails-auth-1.1.0 rails-auth.gemspec
rails-auth-1.0.0 rails-auth.gemspec
rails-auth-0.5.3 rails-auth.gemspec
rails-auth-0.5.2 rails-auth.gemspec
rails-auth-0.5.1 rails-auth.gemspec
rails-auth-0.5.0 rails-auth.gemspec
rails-auth-0.4.1 rails-auth.gemspec
rails-auth-0.4.0 rails-auth.gemspec
rails-auth-0.3.0 rails-auth.gemspec
rails-auth-0.2.0 rails-auth.gemspec