diff options
| author | mokha <mokha@cisco.com> | 2018-02-08 19:12:24 -0700 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-02-08 19:12:24 -0700 |
| commit | acc17436d95c8078b8735b0f6e87481b2eafa911 (patch) | |
| tree | 0f95ec0db28197bc70a2712770b323258e486ebe | |
| parent | d0595e82e1b6cf0ba8b5749020ec2449a659ef6c (diff) | |
require openssl
| -rw-r--r-- | lib/tfa.rb | 1 | ||||
| -rw-r--r-- | lib/tfa/version.rb | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ require "pstore" require "rotp" +require "openssl" require "tfa/version" require "tfa/totp_command" require "tfa/storage" diff --git a/lib/tfa/version.rb b/lib/tfa/version.rb index 40846e1..0c38353 100644 --- a/lib/tfa/version.rb +++ b/lib/tfa/version.rb @@ -1,3 +1,3 @@ module TFA - VERSION = "0.0.13".freeze + VERSION = "0.0.14".freeze end |
