Sha256: e03942d4669cb6abb0aa2e9069caae6ed32d5eee70701b858b99e79888e66d68

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.2"
  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.2 devise_token_auth_headers.gemspec