internetdata 2.3.0 → 2.3.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 +4 -4
- data/lib/internetdata/database_api.rb +2 -6
- data/lib/internetdata/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2733fa2507c4610501c4941ee66bd085f4eecee78491803742d7c796de693df2
|
|
4
|
+
data.tar.gz: af87a305689fbdba6d7c409944c6b7eeb8f7682ce9e1209829186b7b89a3faf7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c4e6ac56b6baad950705defb63fad84e7f85f623cbbff479fc7702d4be222dc9c425e842d4344dbbe40e3e08dbad020c9b7b78b52565459be226b78742b0dec
|
|
7
|
+
data.tar.gz: 0a3609002009c1dff4daaed53a5957369d81a0dfa3806a7afc93f2ee2fd3f3ba3ede86e802139f6d8a81a4dfc75f9bf0e89ab7d607472d9c84488300d70139a1
|
|
@@ -25,12 +25,8 @@ module InternetData
|
|
|
25
25
|
# the ids {#download}, {#download_bytes}, {#download_url}, {#checksums} and
|
|
26
26
|
# {#metadata} take come from each family's `versions`, not from the family.
|
|
27
27
|
#
|
|
28
|
-
#
|
|
29
|
-
#
|
|
30
|
-
# everyone else, rather than present with a standing of `unlicensed`, and the
|
|
31
|
-
# server decides that per key. So the catalog is not the same for every key,
|
|
32
|
-
# a listing fetched with one key says nothing about another, and there is no
|
|
33
|
-
# other source to reconstruct it from.
|
|
28
|
+
# This is the server's answer for this key, so a listing held from one key is
|
|
29
|
+
# not an answer for another.
|
|
34
30
|
#
|
|
35
31
|
# @param timeout [Numeric, nil] seconds this attempt may take, for THIS call only.
|
|
36
32
|
def list(timeout: nil)
|
data/lib/internetdata/version.rb
CHANGED