dblista 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20bc126654c09a9c27d1a5601a5fd6ca6f78d97b434c4c72d0f053b790a55bcf
4
- data.tar.gz: b37f3e82284ca081f443422a5b2b1a34c2beafa3ae5233f5533e2b2ce557e87d
3
+ metadata.gz: 25f9fc3a7d2556a54dafc9073ac06ef3592296360486068d00c17aae37db688f
4
+ data.tar.gz: 2274d8e90f6583e914c0c1e50485d58d9862754449cbe3e23ac9245a3be96844
5
5
  SHA512:
6
- metadata.gz: 2e8c060120beae4594c8b5e9faa0b81bbc29dbe08c4fb0f27a61afe7816092594dc5ef205565538599aa17a97352b53b853c256b5faa5dca68c6dcbce11c613d
7
- data.tar.gz: 6992b4c8b78a17f307d2ed2c2225c5e333cee7630c9cbf485af5c661fc89b89348c595848a8ea205e0435136555a3dcbbf85cbca0505fce87d603126b2987073
6
+ metadata.gz: 42cf0410d0357273ea2406e3f1053b24a4cda7ee64fafacf2da20d8c5e7f8c885a0136691c39dd27898a906485385f695f9c09243beb083a1a71fd4d7741fbf6
7
+ data.tar.gz: 3ce4828266de795597277dfbcb5b0506e86d4974ebf11ad0d46a09173accab39845e9681ba46251e2c67a0c174de0c459aff6709287a944591c243400572d260
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dblista (0.4.0)
4
+ dblista (0.4.1)
5
5
  zache
6
6
 
7
7
  GEM
@@ -61,7 +61,7 @@ module DBLista::List
61
61
  # @return [Array] array of raw bot data from DBLista
62
62
  def self.all
63
63
  DBLista._cache(:botsall) do
64
- DBLista::List::Bot.top(0, 100_000_000)
64
+ DBLista._get("/bots/list/top/0?limit=1000000")
65
65
  end
66
66
  end
67
67
 
@@ -36,7 +36,7 @@ module DBLista::List
36
36
  # @return [Array] array of raw server data from DBLista
37
37
  def self.all
38
38
  DBLista._cache(:serversall) do
39
- DBLista::List::Server.top(0, 100_000_000)
39
+ DBLista._get("/servers/list/top/0?limit=1000000")
40
40
  end
41
41
  end
42
42
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module DBLista
4
4
  # Wrapper version
5
- VERSION = '0.4.0'
5
+ VERSION = '0.4.1'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dblista
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - deepivin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-05 00:00:00.000000000 Z
11
+ date: 2020-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: zache