popular 0.7.0 → 0.7.1

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWU5MzFlMWEwZGQyYTMxNTU1ZWQ4OTgxYzA0MmZhMzYzMDhkMDczNg==
4
+ YjJjZmFjNGMzMzc1NGM5YTRiOWY1OGQzY2YwMDEzNzdiYmM3ODA0Ng==
5
5
  data.tar.gz: !binary |-
6
- M2ZiMmI2ZmM0NmY5ZmUxYzliYzRmYTIzZjcwODE4OGI4ZjNkMGZkMw==
6
+ YTUzZDc1MjYwMWZkZjk5YWIxZTUzZTg2OWQxNDYzOTgxZGRlZWQyNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZGIzNDViYzY0MDUyMmExMTMxMWQ5YzBkZDRlYjM4NDNlNjRiNmVhNjBkNmY0
10
- YTI5YmI5ZDYxM2E0MWMwOTlhMTNkZjUxMDA1NDY0OWM5OWJkNGEwYTU0NGNh
11
- MjAxODMxNzlmYmM3YzhlZmE3YzQ1Y2VkNmEzODA0ODc4ODcxNWQ=
9
+ MGMxNTNlNDBhNGMwZGRiODc1ZTBiODdkNDY5ZWJhMWQ4N2NlNTc4YmU4ZWVl
10
+ Nzc3ZTY0MWI4Njc4MzkwOTYzNmZiNzkzZDFjMTgxY2Y3MzVmNTE3OTgyMTI4
11
+ OGM2OTQxYjRiMTNkNmFjYzFhMGM4NTZiZTI2MTdkNWIyZmM1YWU=
12
12
  data.tar.gz: !binary |-
13
- NzU0YzA1ZDFkN2QxYjM3YWQ2NTFmZmM0MjVkNGM1MDllNTVhNTFhNzQzMTQz
14
- OTk2N2UxMjRhNmM5OTY5MGUyOGFmZTFhMDNhYTNhMjI4YTg2ZWU3ODRjNWZh
15
- ZWQ0ZmVkZWE5ZDRmZTZjOGI3ZTJiMWViNjdlODQ2YTU2M2I5NTE=
13
+ MzU2OTRmMjZkMmZiZmE3MGYyY2Q3ZTRlM2QyODgxNTExYTQ5NWY2OTQxNGQ2
14
+ NDUwYzQzYzM4ZDdhMjU0N2Q0OWVlNGRjMzE4YjZlNzEwZmViYmE2MDYwMDA3
15
+ NzZhMGRjYTI2YmJlNWZhZWY3ODRhYmNjY2E5ZGMzYmMzOGY2OTM=
@@ -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"
@@ -1,3 +1,3 @@
1
1
  module Popular
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: popular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thejchap