browserid-provider 0.5.5 → 0.5.7

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 11c44e78c9848dea35e72911521ab9acb747aa04
4
+ data.tar.gz: 6ac8a8857ab476cf3087c9585c5625478f2e5479
5
+ SHA512:
6
+ metadata.gz: adbf8a173febc4eec2be5fcc9c3abb0c20d2f3e35098fa9e08a9f5edcd5e70ac8181599c9363d569f1e529e5a5f51b1d6f28ce8517e879ecf3ced40e59bc0b04
7
+ data.tar.gz: 7f91d5f2f75792d1f07399451c25f3c67973ae3aefdf19bce1efd82a2ff8eaf53945cd8cef5d6812debfecf8aaa6f3dfcae13857873cb1bdf0299cbe98166feb
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
  # A Rack BrowserID Provider
2
6
 
3
7
  Become a Mozilla BrowserID Primary Identity Provider.
@@ -5,6 +9,9 @@ Become a Mozilla BrowserID Primary Identity Provider.
5
9
  This is a Rack middleware for providing the BrowserID Primary Identity
6
10
  service. I have so far tested this only with Ruby on Rails.
7
11
 
12
+ [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/ringe/browserid-provider)
13
+ [![Build Status](https://secure.travis-ci.org/ringe/browserid-provider.png)](http://travis-ci.org/ringe/browserid-provider)
14
+
8
15
  ## Installation
9
16
 
10
17
  Add this line to your application's Gemfile:
data/Rakefile CHANGED
@@ -1 +1,4 @@
1
1
  require "bundler/gem_tasks"
2
+ task :default do
3
+ puts "See README for usage"
4
+ end
@@ -9,13 +9,14 @@ Gem::Specification.new do |s|
9
9
  s.email = ["runar@rin.no"]
10
10
  s.homepage = "https://github.com/ringe/browserid-provider"
11
11
  s.summary = %q{Rails-enabled, Rack-based Mozilla BrowserID Primary Identity Provider}
12
- s.description = %q{With the BrowserID provider you enable your users to authenticate themselves across the web using a single authority.}
12
+ s.description = %q{With the BrowserID provider you enable your users to authenticate themselves across the web using a single authority - DISCONTINUED}
13
13
 
14
14
  s.files = `git ls-files`.split("\n")
15
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17
17
  s.require_paths = ["lib"]
18
18
 
19
+ s.add_dependency "rake"
19
20
  s.add_dependency "json-jwt"
20
21
  s.add_development_dependency "rack-test"
21
22
  s.add_development_dependency "mocha"
@@ -1,3 +1,3 @@
1
1
  module BrowserID
2
- VERSION = "0.5.5"
2
+ VERSION = "0.5.7"
3
3
  end
metadata CHANGED
@@ -1,89 +1,94 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: browserid-provider
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
5
- prerelease:
4
+ version: 0.5.7
6
5
  platform: ruby
7
6
  authors:
8
7
  - ringe
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-07-17 00:00:00.000000000 Z
11
+ date: 2016-04-07 00:00:00.000000000 Z
13
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
14
27
  - !ruby/object:Gem::Dependency
15
28
  name: json-jwt
16
29
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
30
  requirements:
19
- - - ! '>='
31
+ - - ">="
20
32
  - !ruby/object:Gem::Version
21
33
  version: '0'
22
34
  type: :runtime
23
35
  prerelease: false
24
36
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
37
  requirements:
27
- - - ! '>='
38
+ - - ">="
28
39
  - !ruby/object:Gem::Version
29
40
  version: '0'
30
41
  - !ruby/object:Gem::Dependency
31
42
  name: rack-test
32
43
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
44
  requirements:
35
- - - ! '>='
45
+ - - ">="
36
46
  - !ruby/object:Gem::Version
37
47
  version: '0'
38
48
  type: :development
39
49
  prerelease: false
40
50
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
51
  requirements:
43
- - - ! '>='
52
+ - - ">="
44
53
  - !ruby/object:Gem::Version
45
54
  version: '0'
46
55
  - !ruby/object:Gem::Dependency
47
56
  name: mocha
48
57
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
58
  requirements:
51
- - - ! '>='
59
+ - - ">="
52
60
  - !ruby/object:Gem::Version
53
61
  version: '0'
54
62
  type: :development
55
63
  prerelease: false
56
64
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
65
  requirements:
59
- - - ! '>='
66
+ - - ">="
60
67
  - !ruby/object:Gem::Version
61
68
  version: '0'
62
69
  - !ruby/object:Gem::Dependency
63
70
  name: warden
64
71
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
72
  requirements:
67
- - - ! '>='
73
+ - - ">="
68
74
  - !ruby/object:Gem::Version
69
75
  version: '0'
70
76
  type: :development
71
77
  prerelease: false
72
78
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
79
  requirements:
75
- - - ! '>='
80
+ - - ">="
76
81
  - !ruby/object:Gem::Version
77
82
  version: '0'
78
83
  description: With the BrowserID provider you enable your users to authenticate themselves
79
- across the web using a single authority.
84
+ across the web using a single authority - DISCONTINUED
80
85
  email:
81
86
  - runar@rin.no
82
87
  executables: []
83
88
  extensions: []
84
89
  extra_rdoc_files: []
85
90
  files:
86
- - .gitignore
91
+ - ".gitignore"
87
92
  - Gemfile
88
93
  - README.md
89
94
  - Rakefile
@@ -104,26 +109,25 @@ files:
104
109
  - test/browserid-provider.rb
105
110
  homepage: https://github.com/ringe/browserid-provider
106
111
  licenses: []
112
+ metadata: {}
107
113
  post_install_message:
108
114
  rdoc_options: []
109
115
  require_paths:
110
116
  - lib
111
117
  required_ruby_version: !ruby/object:Gem::Requirement
112
- none: false
113
118
  requirements:
114
- - - ! '>='
119
+ - - ">="
115
120
  - !ruby/object:Gem::Version
116
121
  version: '0'
117
122
  required_rubygems_version: !ruby/object:Gem::Requirement
118
- none: false
119
123
  requirements:
120
- - - ! '>='
124
+ - - ">="
121
125
  - !ruby/object:Gem::Version
122
126
  version: '0'
123
127
  requirements: []
124
128
  rubyforge_project:
125
- rubygems_version: 1.8.23
129
+ rubygems_version: 2.2.2
126
130
  signing_key:
127
- specification_version: 3
131
+ specification_version: 4
128
132
  summary: Rails-enabled, Rack-based Mozilla BrowserID Primary Identity Provider
129
133
  test_files: []