has_friends_ti2 0.0.27 → 0.0.28

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d04d76235ce9ac8de066d1a1cf66dab32d4e5385
4
- data.tar.gz: dc7b830d081a04cb5a6a0d0a06c7c99cce4ea569
3
+ metadata.gz: bff6ffa10c97fa38f3bfb8c2b2cf4f7caa1f282c
4
+ data.tar.gz: c0cf1606de9cfafc6722b132dd52a5971ea8c440
5
5
  SHA512:
6
- metadata.gz: abb8948ac2b38de9bc8cef60ff78ed7363b15e2027f214f7854a78e025b898c5e69c6f6315120da3a0a877ba7b6af63913a4173a5e09b0a6e0919b0c0ff70a06
7
- data.tar.gz: 83446e42a2a576438c76b37c3035b881fb5c5ece62a4688ee367d7d2cc1496d5f8961bb1e9024b73ca5a903adbd7a42962e3b084714f63cb803d9c8200568e4f
6
+ metadata.gz: c51780599fbe149249bc2aa32514a8585260eb0481eefb22bee0ebdc3de9a6204f3c27b356c799cc41e073c62858cab2a7d541826025c17378cc3807ae8af553
7
+ data.tar.gz: 00ffd0873eade886efa8fdd2d5573c3e7efa5d0e51cdc374c3d0a4dee76f1cf1195c51b1e2cdaaa71cb10e16154d5d2368d3da73ab02688152b9cc22a997d373
@@ -1,4 +1,3 @@
1
- require 'pry'
2
1
  module HasFriends
3
2
 
4
3
  module Friends
@@ -58,7 +57,6 @@ module HasFriends
58
57
  friendship && friendship.accepted?
59
58
  end
60
59
  def are_friends(friend)
61
- pry
62
60
  friendship = friendship_for(friend)
63
61
  friendship && friendship.accepted?
64
62
  end
@@ -1,3 +1,3 @@
1
1
  module HasFriends
2
- VERSION = "0.0.27"
2
+ VERSION = "0.0.28"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_friends_ti2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.27
4
+ version: 0.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiago D Cipriano