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: 4c889d340f03d3c1ef475e99fb2ca4860a809312
4
- data.tar.gz: 216b8dd6601a1417778a6e6fa70af3b8b5c97493
3
+ metadata.gz: d24f8c1ce5b6fe5c34dc42d1fe724eda13cb0114
4
+ data.tar.gz: 9529ac4a7d18219ee4c0feb3468389680059747c
5
5
  SHA512:
6
- metadata.gz: 53a6aae09286af007d3e5dd857b42263f3173ee4da5ce9b1b8392a16a6da82db6b4f265612d92a3b0b98406d4ef85ad59122eee90aed0284a091a9f335d78509
7
- data.tar.gz: 3ad068e546f28b445f83654e7603f053a96e4d3c192aec2365d6ccdafff2ffd87414caa7a72edef75b5b3371bef69589f97771614902871ef257f867ae6a4868
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
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
22
22
  spec.required_ruby_version = '>= 2.3'
23
23
  spec.summary = spec.description
24
24
  spec.test_files = Dir.glob('spec/**/*')
25
- spec.version = '0.7.0'
25
+ spec.version = '0.7.1'
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter_with_auto_pagination
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
  - Shinohara Teruki