twttr 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/twttr/model/user.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e5bcf2caf8b35685648f7ea2f2e3ded03f29a2d645c3fefd0dd201c40a29063
4
- data.tar.gz: e4abe1c561235477fa18e53a99712f6c81dff499a084597f05c076a7db47bdc1
3
+ metadata.gz: 8b45656a2aa59200a15f8cf6d6b385bbc6c9acee7b974081570da8bb7e149bc9
4
+ data.tar.gz: 402f7b33c794039e136f4daaf882332ae3149c7a65edfc4613d51d2f70e9bd27
5
5
  SHA512:
6
- metadata.gz: ba330361302ab0f8cb28ab17235baae529674fd02b766a6e55c5e48b10fd960d682b4efcb05d594216cf40288606fb87f77b50fbe8f2ef66cfde75d2a075165a
7
- data.tar.gz: '04890ed05e20b2e710d3a3f7697b21823542da9e8e88e35e9361a73251d89b1a18a12a0dddd3dbf031cf390a3d344894b775cb80daf1b37978993c8e2d3ad6f5'
6
+ metadata.gz: ec9cbe1cf6040372550e9a5585d980e290042c7a6e14ec67a168e9b4c8d22c016978a13726c156ac624cdf818777bf792b285f434a396abf8f2901939d4212f2
7
+ data.tar.gz: 94b0e533804f9dd724f520b05fefa43d00c1fa2273491f7002072c21cf7f13d6e2a11d4c862614757e559a387788497a6d49887055861e97fd668d64c1b93088
@@ -15,8 +15,8 @@ module Twttr
15
15
  @client = client
16
16
  end
17
17
 
18
- def following(pagination_token: nil, &block)
19
- client.following(id, pagination_token: pagination_token, &block)
18
+ def following(max_results: nil, pagination_token: nil, &block)
19
+ client.following(id, max_results: max_results, pagination_token: pagination_token, &block)
20
20
  end
21
21
 
22
22
  private
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twttr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Decurnex
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-29 00:00:00.000000000 Z
11
+ date: 2021-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth