phcmemberspro 11.11.3 → 11.11.4

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: a4b24b3687f42ff32393a71304b39075a6409638
4
- data.tar.gz: 6ba0cfd8deb16d34176ab2be6c47be347cf73546
3
+ metadata.gz: eebb7c944dcd1712b5d8a9779aa46379defb42d8
4
+ data.tar.gz: 26658d8c1bf18112f22bd260da2eefbd0093ad57
5
5
  SHA512:
6
- metadata.gz: 6c876e3f5b76c21919f3f7aff38e1f450542924c754a5f7815bed5f196ddd794871adb121f94658a639b6c431f70c39bf10b61e70d80f70ee2430827946e100f
7
- data.tar.gz: 6440cbde7cc476673f5c3407d741944a906633bcba07ddff9cb2c04606f924935f6dad0800ab873844269ba80dd6ab24b176bd910f51fb469b50fe251ce93940
6
+ metadata.gz: 49749c677a20bb8b1583626155bac9a65b69232183930e7a827e97f2a27eafffd63ed499bd5dddd8b8d1a595f33243c2f25d27f61df58ffa871d3100e6cbbf86
7
+ data.tar.gz: 58c2d9ec14f46ed2d3961a2149e7905cf17982e1449002ae32dd6f3cb4830e0ff4387ef0e12811bf41e365d44a4ba1e7f4fe246dd3a19b7d3f6fd965b1949517
@@ -8,7 +8,7 @@ module Phcmemberspro
8
8
  # Papertrail to Username
9
9
  def user_for_paper_trail
10
10
  # Default is: current_user rescue nil
11
- singed_in? ? current_user.username : 'Public user'
11
+ current_user? ? current_user.username : 'Public user'
12
12
  end
13
13
 
14
14
  # Grab Member Information
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "11.11.3"
2
+ VERSION = "11.11.4"
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: 11.11.3
4
+ version: 11.11.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts