google-apis-slides_v1 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2113656c93232c57ea8914480f4df446c01eb3e15a8518c0e9b7803d2d5fefaa
4
- data.tar.gz: f76934c2536b1d50a967f7a47a8b67172a60c58262276fbb439560f77a8538ba
3
+ metadata.gz: 9217c468d6cb77349be6bfa86b9c6b874f69463f1f46d48fd92f8d15f52d58a7
4
+ data.tar.gz: 51f3a180b8b7b1af708093f25f51c5dbb69f91139701e02d4fd4e32eac3de97b
5
5
  SHA512:
6
- metadata.gz: 794a0f6b428c70d3da379491c2b487e95a668c820e6cec98462b04b6e0aaa3a5c3ff382bde7051449cc3eaf8a6231e297fcc385a4fc838b52ad678d11e0a437c
7
- data.tar.gz: c2f82263872f3176c6f18760820f67b3e6d96afed9818c3e4573b9f5781870a7117befeb005a395fc3b44df2b4ed566466a888d9d73f6e8dcf56094c7484874f
6
+ metadata.gz: 7bf393da04b93bb48dfa54925aa504bc80d3a1ecfc169a60cb49ad102dbbe4140f9afdb86785ccb843134fefa6e4e7721fde086d2ac205b87802ac41860ac417
7
+ data.tar.gz: fc77b3153ce0a50fc2c8edf25e8c9eb7223ca8de441d61ad930c71e13f35a40e0c00569f97332f1372369a5dc2e6759ca61a274cca1e0e1e942f10cbd3dc2f38
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-slides_v1
2
2
 
3
+ ### v0.3.0 (2021-03-04)
4
+
5
+ * Regenerated from discovery document revision 20210223
6
+
3
7
  ### v0.2.0 (2021-02-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210128
@@ -127,28 +127,28 @@ module Google
127
127
  class Autofit
128
128
  include Google::Apis::Core::Hashable
129
129
 
130
- # The autofit type of the shape. If unspecified, the autofit type is inherited
131
- # from a parent placeholder if it exists. The field will be automatically set to
132
- # NONE if a request is made that may affect text fitting within its bounding
133
- # text box. In this case the font_scale will be applied to the font_size and the
134
- # line_spacing_reduction will be applied to the line_spacing. Both properties
135
- # would also be reset to default values.
130
+ # The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED,
131
+ # the autofit type is inherited from a parent placeholder if it exists. The
132
+ # field is automatically set to NONE if a request is made that might affect text
133
+ # fitting within its bounding text box. In this case the font_scale is applied
134
+ # to the font_size and the line_spacing_reduction is applied to the line_spacing.
135
+ # Both properties are also reset to default values.
136
136
  # Corresponds to the JSON property `autofitType`
137
137
  # @return [String]
138
138
  attr_accessor :autofit_type
139
139
 
140
140
  # The font scale applied to the shape. For shapes with autofit_type NONE or
141
- # SHAPE_AUTOFIT, this value will be the default value of 1. For TEXT_AUTOFIT,
142
- # this value multiplied by the font_size will give the font size that is
143
- # rendered in the editor. This property is read-only.
141
+ # SHAPE_AUTOFIT, this value is the default value of 1. For TEXT_AUTOFIT, this
142
+ # value multiplied by the font_size gives the font size that is rendered in the
143
+ # editor. This property is read-only.
144
144
  # Corresponds to the JSON property `fontScale`
145
145
  # @return [Float]
146
146
  attr_accessor :font_scale
147
147
 
148
148
  # The line spacing reduction applied to the shape. For shapes with autofit_type
149
- # NONE or SHAPE_AUTOFIT, this value will be the default value of 0. For
150
- # TEXT_AUTOFIT, this value subtracted from the line_spacing will give the line
151
- # spacing that is rendered in the editor. This property is read-only.
149
+ # NONE or SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT,
150
+ # this value subtracted from the line_spacing gives the line spacing that is
151
+ # rendered in the editor. This property is read-only.
152
152
  # Corresponds to the JSON property `lineSpacingReduction`
153
153
  # @return [Float]
154
154
  attr_accessor :line_spacing_reduction
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SlidesV1
18
18
  # Version of the google-apis-slides_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210128"
25
+ REVISION = "20210223"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-slides_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-08 00:00:00.000000000 Z
11
+ date: 2021-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-slides_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-slides_v1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-slides_v1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-slides_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Google Slides API V1