google-apis-gmail_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: 2e8d8c53ed7e424769184046236e6ff7ca33b6415d5d48937c6d0ee244fdfa43
4
- data.tar.gz: cb4933c6dc010e389781b96c780b68840c54ac5d0b351db0ff66ae420b44e241
3
+ metadata.gz: 915c1ea2f318e6c0ea8ef0f22d5d583489fa3ce2d515f747dd75298c14d8f3c2
4
+ data.tar.gz: ec8b2b9a14002fb8a5aace24f628dace34ed8d32fee5865ed992e740bf97088d
5
5
  SHA512:
6
- metadata.gz: 3a8897b296c35fbaef26642ca792aaf5851a958b41ab9782ce2ee78614508bc1e2f7dbe5bd4c52a6b2582627d04bd3f3187469eb65b19e78c6b7677713b32325
7
- data.tar.gz: 575c19105a3931540f28b8192e87ef4fe64692e9bb29da636ec084ea800d1b55739a32ca0409e5ff5475300a64a0f3aa3cffc0b87ac3abe3272363322fe8bcc2
6
+ metadata.gz: 4158cc3b31843b5160c2f3e43eba230729077b3f5aab7535dc39dc02ca1a4935dce56074509a8934bb6c244e9afbcd32abd08fed0643245e4b1a5e4313337b7f
7
+ data.tar.gz: 9f0cc53f66a854a885e0dab1aaa0266a68597480b930166988f4bcd80f46d179d4885ecd9bba6f516c421d047752ff183296995964f02b6b6153f5b84f6fa12f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-gmail_v1
2
2
 
3
+ ### v0.3.0 (2021-03-05)
4
+
5
+ * Regenerated from discovery document revision 20210301
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.2.0 (2021-01-13)
4
9
 
5
10
  * Regenerated from discovery document revision 20210111
@@ -48,10 +48,10 @@ module Google
48
48
  # Manage drafts and send emails
49
49
  AUTH_GMAIL_COMPOSE = 'https://www.googleapis.com/auth/gmail.compose'
50
50
 
51
- # Insert mail into your mailbox
51
+ # Add emails into your Gmail mailbox
52
52
  AUTH_GMAIL_INSERT = 'https://www.googleapis.com/auth/gmail.insert'
53
53
 
54
- # Manage mailbox labels
54
+ # See and edit your email labels
55
55
  AUTH_GMAIL_LABELS = 'https://www.googleapis.com/auth/gmail.labels'
56
56
 
57
57
  # View your email message metadata such as labels and headers, but not the email body
@@ -66,7 +66,7 @@ module Google
66
66
  # Send email on your behalf
67
67
  AUTH_GMAIL_SEND = 'https://www.googleapis.com/auth/gmail.send'
68
68
 
69
- # Manage your basic mail settings
69
+ # See, edit, create, or change your email settings and filters in Gmail
70
70
  AUTH_GMAIL_SETTINGS_BASIC = 'https://www.googleapis.com/auth/gmail.settings.basic'
71
71
 
72
72
  # Manage your sensitive mail settings, including who can manage your mail
@@ -1280,7 +1280,7 @@ module Google
1280
1280
  attr_accessor :send_as_email
1281
1281
 
1282
1282
  # An optional HTML signature that is included in messages composed with this
1283
- # alias in the Gmail web UI.
1283
+ # alias in the Gmail web UI. This signature is added to new emails only.
1284
1284
  # Corresponds to the JSON property `signature`
1285
1285
  # @return [String]
1286
1286
  attr_accessor :signature
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GmailV1
18
18
  # Version of the google-apis-gmail_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
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210111"
25
+ REVISION = "20210301"
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-gmail_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-gmail_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gmail_v1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gmail_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 Gmail API V1