oidc_provider 0.3.2 → 0.3.3

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
  SHA256:
3
- metadata.gz: 7c504532c6405c7f41979a993c21991615aa11f712c6a15614fc39fb13e8ab37
4
- data.tar.gz: 71cb6284b3343f18c94d088c9cc4684c2d4af33a87533dd7221736b368d2cfc7
3
+ metadata.gz: af88d7a1a90be16f18a1725d75375b20b2b0b7586436f092832d039e4ca799db
4
+ data.tar.gz: 837fd66a06796b8e61339bd65315b1cec835aa8c4562b1c78d1ef4c1e7962b34
5
5
  SHA512:
6
- metadata.gz: 8409ca665b3ccc46b0704181b98edec93425f86d149b658cdcbe849d908627b8b30dd5dde1b3b76b24b02c5afa373a2091628375bc76bf0b11c44d04cb372926
7
- data.tar.gz: e34af03142b05bedcfd334f7845c9de3395b86372ab76f4c67c4e9204c53b8b28018440167ebc8ff43d79216c53ec2b48a0e6cc56aa4d83d97efd5817593dcdf
6
+ metadata.gz: 269012396cb7b2b8f4d433bedfdec0e672783f15fd491e0f57a286efdc53c17caddcc9dd52ec68db1474f0c63dfa44e6272886a2d6283d0e492456594a8f8a1c
7
+ data.tar.gz: 148d4541487dafcb2386f3acc0071b5bab1c711a4ed8d7f732fd9ea145134b34f3f6c1f3829ff6098483f4ad78f0e0bf7b3d0161b412ad3002cecd09ecb791a5
@@ -1,6 +1,6 @@
1
1
  module OIDCProvider
2
2
  class SessionsController < ApplicationController
3
- before_filter :require_authentication
3
+ before_action :require_authentication
4
4
 
5
5
  def destroy
6
6
  unauthenticate!
@@ -1,3 +1,3 @@
1
1
  module OIDCProvider
2
- VERSION = '0.3.2'
2
+ VERSION = '0.3.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oidc_provider
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Carey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-08 00:00:00.000000000 Z
11
+ date: 2020-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails