Sha256: 1f5a4adecf4d40956043dbf372d57971a6b0db085c61e089fa9b23e5d2e2ea7a

Contents?: true

Size: 784 Bytes

Versions: 1

Compression:

Stored size: 784 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name        = "devise_token_auth_headers"
  s.version     = "1.0.0"
  s.authors     = ["Sergey Chernov"]
  s.email       = ["real.sergeych@gmail.com"]
  s.homepage    = "https://github.com/sergeych/devise_token_auth_headers"
  s.summary     = "Adds header token authentication for Devise :token_authenticable strategy"
  s.description = "Patches Devise's token authentication strategy to add header-based token authentication to params/basic auth."

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_runtime_dependency "devise"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise_token_auth_headers-1.0.0 devise_token_auth_headers.gemspec