google-apis-airquality_v1 0.1.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: 0d3c57f242cd5f24ea98604e7951a3eddfa5e9e8a9d60814235ab865add28065
4
- data.tar.gz: 7bab14ae918f90f7ede569d8bf9f8ef8ef705512998135fec65b95be2378daa4
3
+ metadata.gz: 11d286d6db2c60a2f9a65a68608509163fb20e8d286cb52e2908bb3b9c5415c4
4
+ data.tar.gz: 4ca60fda9afa21f36e54de9dffcef27b4fbca396c4b16b2e8358b2316fc2d9a5
5
5
  SHA512:
6
- metadata.gz: 51f7ecb7bf2eadbd5e4b00378c7c8a7b245610ef5258e8f5ce064fc26231d4652c7a8dcafed084baa4b8f4f3520630575bc602db77655d83aefcace131797a1b
7
- data.tar.gz: 6f91380ee013d49c6af2e440844d3a7ddf5c4aeb3b425cfaeba0a185c70b277f779aae0b06baa08e91aae6a28e4b91bfa8dd7305a30b14a16ba006700047b583
6
+ metadata.gz: 69245c5865acda3d933aafa154367997fa0ef79d909c8638e8ae46192ccbca2402f3d18d282f37a7a10c895052a9080117a4cc97a882a3391f259ae3c0ebef0a
7
+ data.tar.gz: 34e820cc90a1e7ca6f3f8f30a9b78e1ddf85a198fdd2914b6d939b99659db763dda9a9b1ee769233456a3fe07dd1d8bda355d2e7a2662cb5bbdee79523eee3e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-airquality_v1
2
2
 
3
+ ### v0.3.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.2.0 (2024-09-08)
8
+
9
+ * Regenerated from discovery document revision 20240901
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.1.0 (2024-06-16)
4
13
 
5
14
  * Regenerated from discovery document revision 20240609
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/maps/documentation/air
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
 
@@ -255,7 +255,7 @@ module Google
255
255
  # @return [String]
256
256
  attr_accessor :units
257
257
 
258
- # Value of pollutant concentration.
258
+ # Value of the pollutant concentration.
259
259
  # Corresponds to the JSON property `value`
260
260
  # @return [Float]
261
261
  attr_accessor :value
@@ -962,9 +962,9 @@ module Google
962
962
  # @return [Google::Apis::AirqualityV1::AdditionalInfo]
963
963
  attr_accessor :additional_info
964
964
 
965
- # The pollutant's code name. For example: "so2". A list of all available codes
966
- # could be found [here](/maps/documentation/air-quality/pollutants#
967
- # reported_pollutants).
965
+ # The pollutant's code name (for example, "so2"). For a list of supported
966
+ # pollutant codes, see [Reported pollutants](/maps/documentation/air-quality/
967
+ # pollutants#reported_pollutants).
968
968
  # Corresponds to the JSON property `code`
969
969
  # @return [String]
970
970
  attr_accessor :code
@@ -981,7 +981,7 @@ module Google
981
981
 
982
982
  # The pollutant's full name. For chemical compounds, this is the IUPAC name.
983
983
  # Example: "Sulfur Dioxide". For more information about the IUPAC names table,
984
- # see https://iupac.org/what-we-do/periodic-table-of-elements/
984
+ # see https://iupac.org/what-we-do/periodic-table-of-elements/.
985
985
  # Corresponds to the JSON property `fullName`
986
986
  # @return [String]
987
987
  attr_accessor :full_name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AirqualityV1
18
18
  # Version of the google-apis-airquality_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240609"
25
+ REVISION = "20240901"
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-airquality_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.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-06-16 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
@@ -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-airquality_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-airquality_v1/v0.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-airquality_v1/v0.3.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-airquality_v1
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 Air Quality API V1
82
79
  test_files: []