prx_auth-rails 0.1.0 → 0.2.0
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.
- checksums.yaml +5 -5
- data/lib/prx_auth/rails/railtie.rb +1 -1
- data/lib/prx_auth/rails/version.rb +1 -1
- data/prx_auth-rails.gemspec +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 5c16e29a88e135ee664869b81efc6da04273d7f8ce42b0e8d7a42f5d3e9e24f4
|
|
4
|
+
data.tar.gz: 192681ecb12ecaa02b3329b00c6d83659c503bc3ac45afb93fedd22042ee3b4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93504e8ab80b6fc237e757b20b743c8dd0afa982ae565c79c1d682c9e11badaa63a620f7c52ee2faf3cbd798ad2c3b3aac9c286d3757af77b84619c021d7fe7c
|
|
7
|
+
data.tar.gz: '09b63c98845997f96cec6a78b85ee1494a0f3f9ea341be4fec96ad21c61a050e74c22e8722ed45591f11b7ac3bf8af760bca79ba36cb96cf43c9a43827f3948c'
|
|
@@ -10,7 +10,7 @@ module PrxAuth::Rails
|
|
|
10
10
|
|
|
11
11
|
initializer 'prx_auth.insert_middleware' do |app|
|
|
12
12
|
if PrxAuth::Rails.middleware
|
|
13
|
-
app.config.middleware.
|
|
13
|
+
app.config.middleware.insert_after Rack::Head, Rack::PrxAuth
|
|
14
14
|
end
|
|
15
15
|
end
|
|
16
16
|
end
|
data/prx_auth-rails.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prx_auth-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Rhoden
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -44,16 +44,17 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.
|
|
47
|
+
version: 0.2.0
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.
|
|
55
|
-
description:
|
|
56
|
-
|
|
54
|
+
version: 0.2.0
|
|
55
|
+
description: 'Rails integration for next generation PRX Authorization system.
|
|
56
|
+
|
|
57
|
+
'
|
|
57
58
|
email:
|
|
58
59
|
- carhoden@gmail.com
|
|
59
60
|
executables: []
|
|
@@ -90,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
90
91
|
version: '0'
|
|
91
92
|
requirements: []
|
|
92
93
|
rubyforge_project:
|
|
93
|
-
rubygems_version: 2.
|
|
94
|
+
rubygems_version: 2.7.6.2
|
|
94
95
|
signing_key:
|
|
95
96
|
specification_version: 4
|
|
96
97
|
summary: Rails integration for next generation PRX Authorization system.
|