dblista 0.6.2 → 0.6.3
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 +4 -4
- data/Gemfile.lock +1 -0
- data/README.md +1 -1
- data/lib/dblista/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eef98740edf560cead48533ff0182e034f5c10b3fd48b6e669cabb6b55df0263
|
4
|
+
data.tar.gz: 3fe559a04ab016a6eca76770d020f6faa29fb6c5347fcbfb5a9992ca52f21c99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4172050fc532367befe9cdd299c02ae74cd24054e894b39256c06739a82b04ac0c2922525ee0d6a5d85f2500b206c1d9de6eeb2bfc8ca0f87d2b123504326b2a
|
7
|
+
data.tar.gz: 9a7516f152967a23e7c6caf2cf48bda9e58f9ba99e01b004a31b1b48434641df4f23f3aadf1ab7dd4ff85b3c1020b10793af1c2fd897c5918992e77f88968737
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -8,7 +8,7 @@ Pozwala na:
|
|
8
8
|
|
9
9
|
- Automatyczne/ręczne wysyłanie statystyk
|
10
10
|
- Kontrolowanie kontem użytkownika
|
11
|
-
- Pobieranie różnych list botów
|
11
|
+
- Pobieranie różnych list botów, serwerów oraz ich wyszukiwanie
|
12
12
|
- Pobieranie informacji o botach, serwerach oraz użytkownikach
|
13
13
|
|
14
14
|
## Instalacja
|
data/lib/dblista/version.rb
CHANGED
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.6.
|
4
|
+
version: 0.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- deepivin
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: zache
|
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: '0'
|
126
126
|
requirements: []
|
127
|
-
rubygems_version: 3.
|
127
|
+
rubygems_version: 3.1.2
|
128
128
|
signing_key:
|
129
129
|
specification_version: 4
|
130
130
|
summary: Wrapper for dblista.pl API
|