google-apis-travelimpactmodel_v1 0.5.0 → 0.7.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: 97ca2be51899a4b94b6d387e0e49bf98ad7cd4bb691b22ee805df7172c36a34a
4
- data.tar.gz: ae40661676b168a5266bc2ced0baccf061cef8d75720e0fed1360f9207f48e15
3
+ metadata.gz: f07226c012545a8278ba3744ae46ef28e9c896b0e5f2ffbe1c9b827e54577581
4
+ data.tar.gz: 84850d09451978cc2f70f09466378f6d48b7c4738935143c0f70bf02dede3ffa
5
5
  SHA512:
6
- metadata.gz: b334d7cfc3801045067dad6d222a9cd905b27438c0652e25e7f1e1095b05f920063167fe1425d09e8890cd2bfe7aad5052e8af5818a7b7f9c3010762d72d8c9c
7
- data.tar.gz: 2ac232cadc3d6898727a6a14865fd324ec6f26b6dc2b3c001095aafc984824e9d98f5c6a6d275fef8ddf550cce32bb9f567ff36cf18ecb681e890ac87b8244a5
6
+ metadata.gz: 07e025e9596775e249db1c9efd841bbbb26f7ade628f7df8fc4532b8d9c834eb18d23f0042150140a9d95e0b6475ede11ad44ad117d37efa9376de1410ec6ea8
7
+ data.tar.gz: 1971d27e1bf0c190c29a6602dc042839a462f9ab8c2716336452ff351478e2be4117a1af7e3439256811129c40e069750d1aa9cb4504740ec8c209707f96875b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-travelimpactmodel_v1
2
2
 
3
+ ### v0.7.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.6.0 (2025-02-26)
8
+
9
+ * Regenerated from discovery document revision 20250224
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.5.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/travel/impact-model) m
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
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TravelimpactmodelV1
18
18
  # Version of the google-apis-travelimpactmodel_v1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.7.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 = "20231011"
25
+ REVISION = "20250224"
26
26
  end
27
27
  end
28
28
  end
@@ -57,9 +57,9 @@ module Google
57
57
  # same order. If there are no estimates available for a certain flight leg, the
58
58
  # response will return the flight leg object with empty emission fields. The
59
59
  # request will still be considered successful. Reasons for missing emission
60
- # estimates include: - The flight is unknown to the server. - The input flight
61
- # leg is missing one or more identifiers. - The flight date is in the past. -
62
- # The aircraft type is not supported by the model. - Missing seat configuration.
60
+ # estimates include: * The flight is unknown to the server. * The input flight
61
+ # leg is missing one or more identifiers. * The flight date is in the past. *
62
+ # The aircraft type is not supported by the model. * Missing seat configuration.
63
63
  # The request can contain up to 1000 flight legs. If the request has more than
64
64
  # 1000 direct flights, if will fail with an INVALID_ARGUMENT error.
65
65
  # @param [Google::Apis::TravelimpactmodelV1::ComputeFlightEmissionsRequest] compute_flight_emissions_request_object
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-travelimpactmodel_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.7.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-05-19 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-travelimpactmodel_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-travelimpactmodel_v1/v0.5.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-travelimpactmodel_v1/v0.7.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-travelimpactmodel_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 Travel Impact Model API V1
82
79
  test_files: []