Sha256: ecaea84c4e174618d2970972a166b8eeb6d9067548d05ed5953665942f549aa5
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.1" 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.1 | devise_token_auth_headers.gemspec |