two_factor_authentication 0.0.1 → 0.2
Sign up to get free protection for your applications and to get access to all the features.
data/README.md
CHANGED
@@ -4,7 +4,7 @@ require "two_factor_authentication/version"
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "two_factor_authentication"
|
7
|
-
s.version = TwoFactorAuthentication::VERSION
|
7
|
+
s.version = TwoFactorAuthentication::VERSION.dup
|
8
8
|
s.authors = ["Dmitrii Golub"]
|
9
9
|
s.email = ["dmitrii.golub@gmail.com"]
|
10
10
|
s.homepage = "https://github.com/Houdini/two_factor_authentication"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: two_factor_authentication
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: '0.2'
|
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: 2012-
|
12
|
+
date: 2012-07-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -131,3 +131,4 @@ signing_key:
|
|
131
131
|
specification_version: 3
|
132
132
|
summary: Two factor authentication plugin for devise
|
133
133
|
test_files: []
|
134
|
+
has_rdoc:
|