yubikey_database_authenticatable 0.3.0 → 0.3.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.
data/README.md CHANGED
@@ -6,15 +6,13 @@ This extension requires the used to already have a valid account and password an
6
6
 
7
7
  ## Installation
8
8
 
9
- This plugin requires Rails 3.0.x+ and Devise 1.3.4+. Additionally the Yubikey Ruby library found here is required.
9
+ This plugin requires Rails 3.0.x and 3.1.x and Devise 1.3.4+. Additionally the Yubikey Ruby library found here is required.
10
10
 
11
11
  <https://github.com/titanous/yubikey>
12
12
 
13
- The gem for the Yubikey library will need to be added to your Gemfile. Currently this can only be installed as a plugin.
13
+ The gem for the Yubikey library will need to be added to your Gemfile. To install the plugin add this plugin to your Gemfile.
14
14
 
15
- `rails plugin install git://github.com/mort666/yubikey_database_authenticatable.git`
16
-
17
- Is compatible with Rails 3.1.
15
+ gem 'yubikey_database_authenticatable'
18
16
 
19
17
  ## Setup
20
18
 
@@ -1,3 +1,3 @@
1
1
  module YubikeyDatabaseAuthenticatable
2
- VERSION = "0.3.0".freeze
2
+ VERSION = "0.3.1".freeze
3
3
  end
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = YubikeyDatabaseAuthenticatable::VERSION.dup
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.summary = 'YubiKey OTP Authentication Plugin for Devise'
10
+ s.description = 'Extended version of the Devise Database Authentication module to implement YubiKey OTP two factor authentication for registered users'
10
11
  s.email = 'mort666@virus.org'
11
12
  s.homepage = 'https://github.com/mort666/yubikey_database_authenticatable'
12
13
  s.description = s.summary
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yubikey_database_authenticatable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stephen Kapp