google-cloud-device_streaming 0.2.0 → 0.3.0

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: 634fc3606b448e4a02c2ddc5763263287277c7a653a47cbf8d4594034d465a2a
4
- data.tar.gz: 854327385c57dfdaf7595a7e3f412a0637fb9e56e7098b60f4edc09820a889e6
3
+ metadata.gz: fe34e091d91a514dde300f212bbb640da1e5a2b290735ed6b0ecdd42517bc8f9
4
+ data.tar.gz: 48fd652dca4511cc5cf6b81502b12765a84221b310d6722a47d6db5944d4f39f
5
5
  SHA512:
6
- metadata.gz: fba8bbe1a45be74431d52717c795c67cf2d69031bec73e9ab24241d432cf68772aa094ac94115271c5250a3c4dfef6ddbc3bb46f0431b6d4266355bfd80f732b
7
- data.tar.gz: f1431515580e01e0b5f14d9f5851cf0ef24e153ae35038c557e129aaaae5fe642b3b6645e50da2630ca0fb7d9220192d47f99b43ef32d625ed4d053a543fab17
6
+ metadata.gz: 366af62fca99d39dee4c569c8ed23f771f231dbf9d1fa6b44876ca1c19a4c66d32b18cecd8492fbb7c690247290d7f80d6a79738fda54638aefc9a248bdef837
7
+ data.tar.gz: 7b135af217a65f14ba44f822854c3533197b35d67766080483b6715b5bceb7ca1e3105940eada821067024104ab3050b55e6d809e1f3f6ebe910b9bc559a5e2b
data/README.md CHANGED
@@ -73,7 +73,7 @@ working, try updating the versioned clients in your bundle or installed gems:
73
73
 
74
74
  ## Supported Ruby Versions
75
75
 
76
- This library is supported on Ruby 3.0+.
76
+ This library is supported on Ruby 3.2+.
77
77
 
78
78
  Google provides official support for Ruby versions that are actively supported
79
79
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DeviceStreaming
23
- VERSION = "0.2.0"
23
+ VERSION = "0.3.0"
24
24
  end
25
25
  end
26
26
  end
@@ -147,6 +147,7 @@ module Google
147
147
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
148
148
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
149
149
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
150
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
150
151
  # * `:retry_codes` (*type:* `Array<String>`) -
151
152
  # The error codes that should trigger a retry.
152
153
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-device_streaming
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC