google-apis-prod_tt_sasportal_v1alpha1 0.42.0 → 0.44.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: b3eb7fa9360f52bce1a321564d8707f4904125b0ce807111b10d579ba537e154
4
- data.tar.gz: 860d491b6fcbc8f409867789e8136fa35040f37eeabb5dd200e17921ec101504
3
+ metadata.gz: f263bb34454bcf4650eadfd3f132868fb2b338e083a34d8cb36df50dbebf235a
4
+ data.tar.gz: 1292ce1437a3b451e039c05340c8cddf21506fc9dc7d808c9e6b8cb918d6eed1
5
5
  SHA512:
6
- metadata.gz: 15dcc42b5bd26c4a62185a25d5b276e7a5889f6bbe80f6f7189785a52f1be460c4aec6e5d8b1a33e12f0979aef8da9129cd99f15c728b1db2afc4739e0bb2ab1
7
- data.tar.gz: 4beef9ed01560085c7bb4818c99f9764ff8dc3dae3dded90bfe600e624f04521e6cc71b991d95a06ec4f12e91dfc18a274d89113d1759728e329030f94cbc653
6
+ metadata.gz: 4406e6f4cf8c0b0953da1f3253f21b182952c9d7c017132373d4eaba0e3936876a36aef0e1429ccdfc5d4874f6841fd35e45c57e34742bfffa4bd1511a6e4048
7
+ data.tar.gz: 6d3aa604f0a6417c04a16d90f751562d700bd7ee303c11ba1cd5284df2bb0e832c3ae97df46c9ceb10a4f114d58d8a61a4d26caaa407a4ffe862bab70a4167aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-prod_tt_sasportal_v1alpha1
2
2
 
3
+ ### v0.44.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20240730
6
+ * Regenerated using generator version 0.17.0
7
+
8
+ ### v0.43.0 (2024-05-26)
9
+
10
+ * Regenerated from discovery document revision 20240520
11
+ * Regenerated using generator version 0.15.0
12
+
3
13
  ### v0.42.0 (2024-02-24)
4
14
 
5
15
  * Regenerated using generator version 0.14.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/spectrum-access-system
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -720,10 +720,10 @@ module Google
720
720
  # @return [Fixnum]
721
721
  attr_accessor :antenna_downtilt
722
722
 
723
- # Peak antenna gain in dBi. This parameter is an integer with a value between -
724
- # 127 and +128 (dBi) inclusive.
723
+ # Peak antenna gain in dBi. This parameter is a double with a value between -127
724
+ # and +128 (dBi) inclusive. Part of Release 2 to support floating-point value
725
725
  # Corresponds to the JSON property `antennaGain`
726
- # @return [Fixnum]
726
+ # @return [Float]
727
727
  attr_accessor :antenna_gain
728
728
 
729
729
  # If an external antenna is used, the antenna model is optionally provided in
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ProdTtSasportalV1alpha1
18
18
  # Version of the google-apis-prod_tt_sasportal_v1alpha1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240211"
25
+ REVISION = "20240730"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-prod_tt_sasportal_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-02-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.14.0
18
+ version: 0.15.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.14.0
28
+ version: 0.15.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-prod_tt_sasportal_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.42.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.44.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-prod_tt_sasportal_v1alpha1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for SAS Portal API (Testing) V1alpha1
82
79
  test_files: []