phcmemberspro 9.5.1 → 9.5.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: 47998c28a90618ecc06edea888accd7441617378
4
- data.tar.gz: e4f489e2a907662bead951631b2a5f20806d0819
3
+ metadata.gz: 5c9e1cd6cff7e0fc854241930b3469613b05abf8
4
+ data.tar.gz: cbad77cf398b6e3a99d27ca4b6c73aba59547ea0
5
5
  SHA512:
6
- metadata.gz: d034651dc7c089090a51558b949e0663def2fb181a04ce1f7ff0b9c4ee78c7e9db69485f6111fe134628759b1ddca09f18c9e99dd85291ec5926564b09e0eaaa
7
- data.tar.gz: f3ab7569b2c7c609bfaeb8ab0de914ab0d92dca84d03eebd315e35bde47ba764fe8cd2905614cf4279a295b77f6ada816c2db7a8f0c412f53374738408c54a35
6
+ metadata.gz: 16aea9f4bf683e07edab34c141526e969b03c941950d55ab848ac0d7d0facfe94360cae53247ac3ab88d1862637c541727b08af218b067b460ce6caf2fd248a2
7
+ data.tar.gz: 645f230ab4838b856ae955d8c99f54504695fd498d43e89efa609e2ba2909156597580a751311bf214b4382b69edd4fc5f563a6440dba02826998be30d945f02
@@ -2,7 +2,6 @@ module Phcmemberspro
2
2
  class ApplicationController < ActionController::Base
3
3
 
4
4
  # Security Filters
5
- before_action :require_user
6
5
  protect_from_forgery with: :exception
7
6
 
8
7
  # Grab Member Information
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "9.5.1"
2
+ VERSION = "9.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.5.1
4
+ version: 9.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts