popular 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/popular/friendship.rb +1 -1
- data/lib/popular/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjJjZmFjNGMzMzc1NGM5YTRiOWY1OGQzY2YwMDEzNzdiYmM3ODA0Ng==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YTUzZDc1MjYwMWZkZjk5YWIxZTUzZTg2OWQxNDYzOTgxZGRlZWQyNA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MGMxNTNlNDBhNGMwZGRiODc1ZTBiODdkNDY5ZWJhMWQ4N2NlNTc4YmU4ZWVl
|
10
|
+
Nzc3ZTY0MWI4Njc4MzkwOTYzNmZiNzkzZDFjMTgxY2Y3MzVmNTE3OTgyMTI4
|
11
|
+
OGM2OTQxYjRiMTNkNmFjYzFhMGM4NTZiZTI2MTdkNWIyZmM1YWU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MzU2OTRmMjZkMmZiZmE3MGYyY2Q3ZTRlM2QyODgxNTExYTQ5NWY2OTQxNGQ2
|
14
|
+
NDUwYzQzYzM4ZDdhMjU0N2Q0OWVlNGRjMzE4YjZlNzEwZmViYmE2MDYwMDA3
|
15
|
+
NzZhMGRjYTI2YmJlNWZhZWY3ODRhYmNjY2E5ZGMzYmMzOGY2OTM=
|
data/lib/popular/friendship.rb
CHANGED
@@ -19,7 +19,7 @@ module Popular
|
|
19
19
|
private
|
20
20
|
|
21
21
|
def create_friendship_profile!
|
22
|
-
if defined? FriendshipProfile
|
22
|
+
if defined? ::FriendshipProfile
|
23
23
|
super
|
24
24
|
else
|
25
25
|
warn "You have set friendship_profile: true in your popular model, however no FriendshipProfile model exists"
|
data/lib/popular/version.rb
CHANGED