devise_fido_usf 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96c8b3e2463da3287d1e62f498c6ad481a98e928
4
- data.tar.gz: ef2e2c7a249c4ceef0d07f2d121b45be1ae0d491
3
+ metadata.gz: 3d90267eadbc24aa9ddce8fb25b64dcb93ef5fa4
4
+ data.tar.gz: ddf253bb5492590a1a1c008c30cac21c69d5c332
5
5
  SHA512:
6
- metadata.gz: f2b0854980aacbbc4480475d193ba47ec360f4b72729895303bbf8935d5225c38c7c63d95d52c6ce615518f430b0e7c9ef80c6d4c5e4a3c258cfce69edc42130
7
- data.tar.gz: a8be7220ea71e7e0aa9655403fe0e639994a9ed4607530ecfcdebacdf2e65481bccc7185663fbc58a35eb6adc37f31a8196ee7b11e7cd9fd88c0fadb08214e72
6
+ metadata.gz: e4f23e9be4a9d39d20abd22564d63c0d8f64cf45f38bf270aaddab0a65618671358c1961db6c44c7e63a42da85b2dbad4b425a63643497df33bbc841a5eadbb1
7
+ data.tar.gz: fd66db81a68d567291aba7227991bd75ec8c5735ddf69857ee9bcac360a68b2a126434ddefe1f8381f6e8b930e68b50be328279adbc1ead6019fad33a7a0ba6d
data/README.md CHANGED
@@ -66,7 +66,7 @@ You can install the `devise_fido_usf` views by running
66
66
  rails generate devise_fido_usf:views
67
67
  ```
68
68
 
69
- After that, you need to adapt the views to your needs. Take a look at the ![Devise FIDO U2F example app](https://github.com/cyberdeck/devise-fido-u2f-example-app) how it could be integrated into a Rails 5.1 application running Bootstrap v4.
69
+ After that, you need to adapt the views to your needs. Take a look at the [Devise FIDO U2F example app](https://github.com/cyberdeck/devise-fido-u2f-example-app) how it could be integrated into a Rails 5.1 application running Bootstrap v4.
70
70
 
71
71
  ## Contributing
72
72
  This is my first developed and published gem. If you find something unusual or uncommon within my code, please drop me a note how to fix it or make it better. Thank you!
@@ -1,3 +1,3 @@
1
1
  module DeviseFidoUsf
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_fido_usf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - H. Gregor Molter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-01 00:00:00.000000000 Z
11
+ date: 2018-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: devise
@@ -262,7 +262,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
262
262
  version: '0'
263
263
  requirements: []
264
264
  rubyforge_project:
265
- rubygems_version: 2.5.2
265
+ rubygems_version: 2.5.2.1
266
266
  signing_key:
267
267
  specification_version: 4
268
268
  summary: A Devise module to allow FIDO U2F authentication.