google-apis-webfonts_v1 0.17.0 → 0.19.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: 930bddc5e72999a6dc1395da286b84e0a44362c3e17f296a04d53460d319c86c
4
- data.tar.gz: 318a3e020e4e7c3d33d63a1332d7f1a14e16837670f8ad5a32ec311117cd11e7
3
+ metadata.gz: 8b6599ac1096f5b52096278879e6f159b6e6ddd58ba9a344fe81af4884003875
4
+ data.tar.gz: 47df767da3e1f1be526965eb7bb404a238cf94d2cceb602c7b52d9f40b4ffb16
5
5
  SHA512:
6
- metadata.gz: 80c3adb148f7a7dc95ba6f756bc67efd345dea90aa83a714f1de5e645cb2152d733fdf08f23ef61654f093e3a2915216ff452c61a71a1caf94368ca4e96aa441
7
- data.tar.gz: c06c2dd0ecca0cb3288c884936d861049a09a57726d97717e26b95c89fee9b594f154fb933069d51f145bece1815c895e3c808afa4c11a182e72177a1b9430e3
6
+ metadata.gz: 65363ccd5c9eeca85b8a004e3d0b379cfa33d5be982d2abbe9f52e129216f4409d140a9933387847b497d7cddac8b062fc7b0864fdcfb36b4cdfa1174f2d97fa
7
+ data.tar.gz: 07fb569ca99240f09af9dc4f2564af094f0b775eceb2b250b9db093d03a026709a6876ff93834f2f7f00d2f150b5c9353e29c37b542282eefbb40b4d731bfb75
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-webfonts_v1
2
2
 
3
+ ### v0.19.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.18.0 (2025-01-26)
8
+
9
+ * Regenerated from discovery document revision 20250121
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.17.0 (2024-05-19)
4
13
 
5
14
  * Regenerated from discovery document revision 20240508
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/fonts/docs/developer_a
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 WebfontsV1
18
18
  # Version of the google-apis-webfonts_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.19.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 = "20240508"
25
+ REVISION = "20250121"
26
26
  end
27
27
  end
28
28
  end
@@ -56,6 +56,9 @@ module Google
56
56
  # @param [Array<String>, String] capability
57
57
  # Controls the font urls in `Webfont.files`, by default, static ttf fonts are
58
58
  # sent.
59
+ # @param [String] category
60
+ # Filters by Webfont.category, if category is found in Webfont.categories. If
61
+ # not set, returns all families.
59
62
  # @param [Array<String>, String] family
60
63
  # Filters by Webfont.family, using literal match. If not set, returns all
61
64
  # families
@@ -81,11 +84,12 @@ module Google
81
84
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
82
85
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
83
86
  # @raise [Google::Apis::AuthorizationError] Authorization is required
84
- def list_webfonts(capability: nil, family: nil, sort: nil, subset: nil, fields: nil, quota_user: nil, options: nil, &block)
87
+ def list_webfonts(capability: nil, category: nil, family: nil, sort: nil, subset: nil, fields: nil, quota_user: nil, options: nil, &block)
85
88
  command = make_simple_command(:get, 'v1/webfonts', options)
86
89
  command.response_representation = Google::Apis::WebfontsV1::WebfontList::Representation
87
90
  command.response_class = Google::Apis::WebfontsV1::WebfontList
88
91
  command.query['capability'] = capability unless capability.nil?
92
+ command.query['category'] = category unless category.nil?
89
93
  command.query['family'] = family unless family.nil?
90
94
  command.query['sort'] = sort unless sort.nil?
91
95
  command.query['subset'] = subset unless subset.nil?
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-webfonts_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.19.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-26 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-webfonts_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-webfonts_v1/v0.17.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-webfonts_v1/v0.19.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-webfonts_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 Web Fonts Developer API V1
82
79
  test_files: []