google-cloud-metastore-v1 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,30 +19,30 @@
19
19
 
20
20
  module Google
21
21
  module Type
22
- # Represents a day of week.
22
+ # Represents a day of the week.
23
23
  module DayOfWeek
24
- # The unspecified day-of-week.
24
+ # The day of the week is unspecified.
25
25
  DAY_OF_WEEK_UNSPECIFIED = 0
26
26
 
27
- # The day-of-week of Monday.
27
+ # Monday
28
28
  MONDAY = 1
29
29
 
30
- # The day-of-week of Tuesday.
30
+ # Tuesday
31
31
  TUESDAY = 2
32
32
 
33
- # The day-of-week of Wednesday.
33
+ # Wednesday
34
34
  WEDNESDAY = 3
35
35
 
36
- # The day-of-week of Thursday.
36
+ # Thursday
37
37
  THURSDAY = 4
38
38
 
39
- # The day-of-week of Friday.
39
+ # Friday
40
40
  FRIDAY = 5
41
41
 
42
- # The day-of-week of Saturday.
42
+ # Saturday
43
43
  SATURDAY = 6
44
44
 
45
- # The day-of-week of Sunday.
45
+ # Sunday
46
46
  SUNDAY = 7
47
47
  end
48
48
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-metastore-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-03-30 00:00:00.000000000 Z
11
+ date: 2021-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0.7'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '0.4'
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.7'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.4'
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-errors
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -208,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
208
214
  - !ruby/object:Gem::Version
209
215
  version: '0'
210
216
  requirements: []
211
- rubygems_version: 3.2.13
217
+ rubygems_version: 3.2.17
212
218
  signing_key:
213
219
  specification_version: 4
214
220
  summary: API Client library for the Dataproc Metastore V1 API