devise_token_auth_headers 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "devise_token_auth_headers"
5
- s.version = "1.0.0"
5
+ s.version = "1.0.1"
6
6
  s.authors = ["Sergey Chernov"]
7
7
  s.email = ["real.sergeych@gmail.com"]
8
8
  s.homepage = "https://github.com/sergeych/devise_token_auth_headers"
@@ -9,7 +9,6 @@ module Devise
9
9
  if !@header_keys
10
10
  base = mapping.to.token_authentication_key.to_s
11
11
  @header_keys = [base, "X_#{base.camelize}"].map { |x| "HTTP_#{x.upcase}" }
12
- puts "Generated header auth keys: #{@header_keys.inspect}"
13
12
  end
14
13
  self.authentication_hash = {}
15
14
  self.authentication_type = :token_auth
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_token_auth_headers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-09 00:00:00.000000000 Z
12
+ date: 2013-05-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: devise