api_auth 0.0.2.3 → 0.0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module ApiAuth
4
4
  @tokenize_this = options[:tokenize_this]
5
5
  end
6
6
 
7
- def self.generate_token
7
+ def generate_token
8
8
  @tokenize_this + ActiveSupport::SecureRandom.base64(44).tr('+/=', 'xyz')
9
9
  end
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module ApiAuth
2
- VERSION = "0.0.2.3"
2
+ VERSION = "0.0.2.4"
3
3
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.0.2.3
9
+ - 4
10
+ version: 0.0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - JGW Maxwell