google-cloud-translate-v2 1.0.1 → 1.1.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: 21d2327f3654fced1772d146226907388e42fb84a3a8d8b199ea77daa52d565a
4
- data.tar.gz: 7cde4797c04327d070b1cdb4057d4612f4a4b1c80e32edc3b3a14a845042f464
3
+ metadata.gz: 65ea0efed4c82e2e6d33561bf00f03a2c4eefad7be622f9a9c3cb5128781fee8
4
+ data.tar.gz: fc5c339e22d2f6e080ed09f4979a55d5a5ed359b1dfb6aa347cd4cd5ecf3d80b
5
5
  SHA512:
6
- metadata.gz: a59bab57cc870d5a8618926243867bf07f8a4459109b9153a9f59bdba8b1a43b053a97ff35c880d51dc3587e9a84d0bfa3a82c2f69a9e23c1c2485bb854cb30d
7
- data.tar.gz: dcaa1b6196c688d2ad9b2c8e1adf931ec6ca9ca817f7d851fda074867d3325497741403745fad2b16d893c44967a980b6d04728ab86e89e63c096214db85b2e2
6
+ metadata.gz: 5234d746c702be61f02609db5b9ca225a5a97caba40ae32b87ade0bc546a1a7042e0aca05cc460f990f9b756e9f6a2cfbffc3748ab4a767a6c4ade6c015661a6
7
+ data.tar.gz: 895a4027afa4a8381b64b1aa2fa296f0ba3e1bde9e58d297eded1c8c822999a5cc2b3a13ec4169c41d48821efed1877102f440b79165d0144963726060ce8ce0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.1.0 (2025-03-04)
4
+
5
+ #### Features
6
+
7
+ * Update minimum Ruby version to 3.0 ([#29261](https://github.com/googleapis/google-cloud-ruby/issues/29261))
8
+
3
9
  ### 1.0.1 (2024-12-12)
4
10
 
5
11
  #### Bug Fixes
data/README.md CHANGED
@@ -42,7 +42,7 @@ for class and method documentation.
42
42
 
43
43
  ## Supported Ruby Versions
44
44
 
45
- This library is supported on Ruby 2.6+.
45
+ This library is supported on Ruby 3.0+.
46
46
 
47
47
  Google provides official support for Ruby versions that are actively supported
48
48
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -17,7 +17,7 @@ module Google
17
17
  module Cloud
18
18
  module Translate
19
19
  module V2
20
- VERSION = "1.0.1".freeze
20
+ VERSION = "1.1.0".freeze
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-translate-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.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-12-12 00:00:00.000000000 Z
10
+ date: 2025-03-04 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: faraday
@@ -130,7 +129,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
130
129
  licenses:
131
130
  - Apache-2.0
132
131
  metadata: {}
133
- post_install_message:
134
132
  rdoc_options: []
135
133
  require_paths:
136
134
  - lib
@@ -138,15 +136,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
138
136
  requirements:
139
137
  - - ">="
140
138
  - !ruby/object:Gem::Version
141
- version: '2.7'
139
+ version: '3.0'
142
140
  required_rubygems_version: !ruby/object:Gem::Requirement
143
141
  requirements:
144
142
  - - ">="
145
143
  - !ruby/object:Gem::Version
146
144
  version: '0'
147
145
  requirements: []
148
- rubygems_version: 3.5.23
149
- signing_key:
146
+ rubygems_version: 3.6.5
150
147
  specification_version: 4
151
148
  summary: API Client library for Cloud Translation V2 API
152
149
  test_files: []