warden-browserid 0.8.1 → 0.8.2

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: dfc6b303d0bbeb34d07bab59fb60ff6fea2ce60e
4
- data.tar.gz: d9adbb70a34bb0d69d1df139eba02c4d54feaf83
3
+ metadata.gz: 13aa1b812b6769804f2f9949187bce008adc240a
4
+ data.tar.gz: 154f3838ea609f88c9aeb42f1a53fe00b6d92dd6
5
5
  SHA512:
6
- metadata.gz: 32d4b983d13892ca0f792c148fc706b75f472b37b544fa6b712a19ec61cd368f393ab43f570da156dca9f42bb91c9de71645a25c5519b524b7e61bcea4a94748
7
- data.tar.gz: 010eb8bfb53ac16ebedd9aa3fe0bac7d558c5778241dc472626530e3d388e7d5674e36fe50ae47875064620caf4f3cb2bfaa247271c5121ed3d6f8ea8bbccaea
6
+ metadata.gz: d029de96d0d059489e426378aaad914d3f4a9db0bc266dc615a592ba39ff1b13ecf704eda9ca17f54e1127f4816c54dcab8e49e8c4ebe6743f9bd55098dd1cfb
7
+ data.tar.gz: 9c72e1b64eff674cf0282739df816911c3f1abcb400dd3c7a2908c4e052aef10756b0adbffbe1f24eba7147d3f3ce7a5a86bc0ce88c7cca904a44667ce58cc36
data/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ # Persona is Shutting Down
2
+
3
+ Mozilla has announced that Persona will be [shutting down](https://wiki.mozilla.org/Identity/Persona_Shutdown_Guidelines_for_Reliers) November 2016. warden-browserid relies on the Persona service and will stop functioning properly once Persona is shut down. While it is possible to self-host Persona and configure warden-browserid to rely on your own instance, this is difficult and not recommended. See the wiki page linked above for recommended alternatives to Persona for authentication.
4
+
1
5
  # Warden::BrowserId
2
6
 
3
7
  Authenticate your Warden-enabled app using BrowserID from Mozilla
@@ -1,5 +1,5 @@
1
1
  module Warden
2
2
  module BrowserId
3
- VERSION = "0.8.1"
3
+ VERSION = "0.8.2"
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@ require File.expand_path('../lib/warden-browserid/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["ringe"]
6
6
  gem.email = ["runar@rin.no"]
7
- gem.description = %q{Warden BrowserID strategy}
7
+ gem.description = %q{Warden BrowserID strategy - DISCONTINUED}
8
8
  gem.summary = %q{Authenticate your Warden-enabled app using BrowserID from Mozilla}
9
9
  gem.homepage = "https://github.com/ringe/warden-browserid"
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warden-browserid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ringe
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Warden BrowserID strategy
41
+ description: Warden BrowserID strategy - DISCONTINUED
42
42
  email:
43
43
  - runar@rin.no
44
44
  executables: []