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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7297574e75072216b4bc6de21ae97563873d2a8aac243f8f83961e84f3832cb7
4
- data.tar.gz: 19f7135e1781940562401dc64d94f9238264d00c8597f17b18102bbe649da32a
3
+ metadata.gz: 2733fa2507c4610501c4941ee66bd085f4eecee78491803742d7c796de693df2
4
+ data.tar.gz: af87a305689fbdba6d7c409944c6b7eeb8f7682ce9e1209829186b7b89a3faf7
5
5
  SHA512:
6
- metadata.gz: 763bea6cada7ee68b35da1268a0b267397b414a900d3771275bdcd86f27a73c2fb66802a4568e4d60a15c4cee224c755dc53cb4fdcf3d4c8fc5475f10f2ced4c
7
- data.tar.gz: 4dada1a18466fee2d4cb2d0426a0eb897debcb1684e721f1cecce596eefd079f3fed35d0759ecf2cdf34ee688bc564a16fc3175a033701e983f494014e3a0662
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
- # `standing` is the discovery surface for the PUBLISHED catalog only. A
29
- # database commissioned for a single customer is ABSENT from this listing for
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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InternetData
4
- VERSION = '2.3.0'
4
+ VERSION = '2.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: internetdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mslm Dev