api_auth 0.0.2.1 → 0.0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/api_auth.rb CHANGED
@@ -1,11 +1,7 @@
1
1
  require 'active_support/dependencies'
2
+ require 'api_auth/tokenize'
2
3
 
3
4
  module ApiAuth
4
5
 
5
- module Tokenize
6
-
7
- def self.generate_token
8
- ActiveSupport::SecureRandom.base64(44).tr('+/=', 'xyz')
9
- end
10
- end
6
+
11
7
  end
@@ -1,3 +1,3 @@
1
1
  module ApiAuth
2
- VERSION = "0.0.2.1"
2
+ VERSION = "0.0.2.2"
3
3
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.0.2.1
9
+ - 2
10
+ version: 0.0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - JGW Maxwell