twitter_with_auto_pagination 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,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d24f8c1ce5b6fe5c34dc42d1fe724eda13cb0114
|
|
4
|
+
data.tar.gz: 9529ac4a7d18219ee4c0feb3468389680059747c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 450c6bd08a72b983d3662a6382b14ae378013b7b01717b7993292c64f2c6dbe46d92b6a87cff58e962c1eb47f23f64f63fa8ed6ef2d686b07d62272ca1e200dd
|
|
7
|
+
data.tar.gz: d3d1c1addec1379d50d1363deedffe7b1ffc049e510ba09a321858af96e9da2e734721929b1b0c02665d4bd407b3d6b20e989b55b41fa528a5572c359b516347
|
|
@@ -13,6 +13,7 @@ module TwitterWithAutoPagination
|
|
|
13
13
|
end
|
|
14
14
|
end
|
|
15
15
|
|
|
16
|
+
alias removing users_which_you_removed
|
|
16
17
|
alias unfollowing users_which_you_removed
|
|
17
18
|
|
|
18
19
|
def users_who_removed_you(past_me, cur_me)
|
|
@@ -22,6 +23,7 @@ module TwitterWithAutoPagination
|
|
|
22
23
|
end
|
|
23
24
|
end
|
|
24
25
|
|
|
26
|
+
alias removed users_who_removed_you
|
|
25
27
|
alias unfollowed users_who_removed_you
|
|
26
28
|
end
|
|
27
29
|
end
|