grpc-google-iam-v1 0.6.11 → 1.0.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: 916025e0cae6e2567969e03459bcb56fd44b9f8908d2918860d88338aafdd8fb
4
- data.tar.gz: 0cabd86e9f02a0b1942eee97cf7cdce1cd79c22e3679f46cfe09c056b03b2f23
3
+ metadata.gz: 3a050fccc380333648ffd32b5ac181367f6c86094ffcaa2796398563553fbfdc
4
+ data.tar.gz: 12f5d23cf2f8139f9944a51e38b3807ed8572a42303b3e027c28b71ba1bb2904
5
5
  SHA512:
6
- metadata.gz: 240a331e89c5b9584a4dc47bcdcfca934e537eccb87d78fc416c4cf2440aa153f346c84906794fdd7bc5335fa49a51d42e8788accaebaf987929affd9495cad8
7
- data.tar.gz: 2f814f8f3c6d1ce172886fccbd55155268156e281d9bb8917632ec64b42b4c0c33785edce0bd1e7f6d13d09b6e00ade9f5b9a796bb616ff4b4dbcd65f7c2bd11
6
+ metadata.gz: 3bbcd7bed633e27ca781f60098d1e13f18acba91d551019ba69c3fdf275eade8aa6da680c5aa6ce58e53e3524db0bf5f803c88856e92642f207e9ac4a0c77a27
7
+ data.tar.gz: 4b86946ee4fa0c9cb85d8d6abca422e50fec25eb82c22970acafa4fa698c9a2adeb29a3987c7c8d7564f37037e37563091c48c01b95b8116b7e7f2da603083ed
data/CHANGELOG.md CHANGED
@@ -1,12 +1,18 @@
1
1
  # Release History
2
2
 
3
- ### 0.6.11 / 2021-02-01
3
+ ## 1.0.0 (2021-09-03)
4
+
5
+ * Bumped version to 1.0.0.
6
+ * Removed unnecessary files from the gem package.
7
+ * Update googleapis-common-protos dependency to 1.3.12.
8
+
9
+ ## 0.6.11 / 2021-02-01
4
10
 
5
11
  * Fully qualify proto names internally.
6
12
  * Update googleapis-common-protos dependency to 1.3.11.
7
13
  * Require protobuf 3.14.
8
14
 
9
- ### 0.6.10 / 2020-04-08
15
+ ## 0.6.10 / 2020-04-08
10
16
 
11
17
  * Add "options" field to Google::Iam::V1::GetIamPolicyRequest.
12
18
  * Support conditional policy bindings via the "condition" field in Google::Iam::V1::Binding.
@@ -51,7 +51,7 @@ module Google
51
51
  # attached.
52
52
  class Service
53
53
 
54
- include GRPC::GenericService
54
+ include ::GRPC::GenericService
55
55
 
56
56
  self.marshal_class_method = :encode
57
57
  self.unmarshal_class_method = :decode
@@ -0,0 +1,23 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2021 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ module Google
18
+ module Iam
19
+ module V1
20
+ VERSION = "1.0.0".freeze
21
+ end
22
+ end
23
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc-google-iam-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.11
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
- - Google Inc
7
+ - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-01 00:00:00.000000000 Z
11
+ date: 2021-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: googleapis-common-protos
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 1.3.11
19
+ version: 1.3.12
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: '2.0'
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 1.3.11
29
+ version: 1.3.12
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '2.0'
@@ -58,65 +58,20 @@ dependencies:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
60
  version: '1.27'
61
- - !ruby/object:Gem::Dependency
62
- name: bundler
63
- requirement: !ruby/object:Gem::Requirement
64
- requirements:
65
- - - "~>"
66
- - !ruby/object:Gem::Version
67
- version: '2.1'
68
- type: :development
69
- prerelease: false
70
- version_requirements: !ruby/object:Gem::Requirement
71
- requirements:
72
- - - "~>"
73
- - !ruby/object:Gem::Version
74
- version: '2.1'
75
- - !ruby/object:Gem::Dependency
76
- name: grpc-tools
77
- requirement: !ruby/object:Gem::Requirement
78
- requirements:
79
- - - "~>"
80
- - !ruby/object:Gem::Version
81
- version: '1.27'
82
- type: :development
83
- prerelease: false
84
- version_requirements: !ruby/object:Gem::Requirement
85
- requirements:
86
- - - "~>"
87
- - !ruby/object:Gem::Version
88
- version: '1.27'
89
- - !ruby/object:Gem::Dependency
90
- name: rake
91
- requirement: !ruby/object:Gem::Requirement
92
- requirements:
93
- - - "~>"
94
- - !ruby/object:Gem::Version
95
- version: '13.0'
96
- type: :development
97
- prerelease: false
98
- version_requirements: !ruby/object:Gem::Requirement
99
- requirements:
100
- - - "~>"
101
- - !ruby/object:Gem::Version
102
- version: '13.0'
103
- description:
61
+ description: Common protos and gRPC services for Google IAM
104
62
  email:
105
63
  - googleapis-packages@google.com
106
64
  executables: []
107
65
  extensions: []
108
66
  extra_rdoc_files: []
109
67
  files:
110
- - ".gitignore"
111
68
  - CHANGELOG.md
112
- - Gemfile
113
69
  - README.md
114
- - Rakefile
115
- - grpc-google-iam-v1.gemspec
116
70
  - lib/google/iam/v1/iam_policy_pb.rb
117
71
  - lib/google/iam/v1/iam_policy_services_pb.rb
118
72
  - lib/google/iam/v1/options_pb.rb
119
73
  - lib/google/iam/v1/policy_pb.rb
74
+ - lib/grpc/google/iam/v1/version.rb
120
75
  homepage: https://github.com/googleapis/common-protos-ruby
121
76
  licenses:
122
77
  - Apache-2.0
@@ -129,14 +84,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
84
  requirements:
130
85
  - - ">="
131
86
  - !ruby/object:Gem::Version
132
- version: '0'
87
+ version: '2.3'
133
88
  required_rubygems_version: !ruby/object:Gem::Requirement
134
89
  requirements:
135
90
  - - ">="
136
91
  - !ruby/object:Gem::Version
137
92
  version: '0'
138
93
  requirements: []
139
- rubygems_version: 3.1.4
94
+ rubygems_version: 3.2.17
140
95
  signing_key:
141
96
  specification_version: 4
142
97
  summary: Common protos and gRPC services for Google IAM
data/.gitignore DELETED
@@ -1,10 +0,0 @@
1
- Gemfile.lock
2
- .DS_STORE
3
- /.bundle/
4
- /.yardoc
5
- /_yardoc/
6
- /coverage/
7
- /doc/
8
- /pkg/
9
- /spec/reports/
10
- /tmp/
data/Gemfile DELETED
@@ -1,8 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
-
5
- gemspec
6
-
7
- gem "googleapis-common-protos", path: "../googleapis-common-protos"
8
- gem "googleapis-common-protos-types", path: "../googleapis-common-protos-types"
data/Rakefile DELETED
@@ -1,64 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2018 Google LLC
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License");
6
- # you may not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # https://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- # See the License for the specific language governing permissions and
15
- # limitations under the License.
16
-
17
- require 'bundler/gem_tasks'
18
-
19
- desc "Compile the necessary protobuf files."
20
- task :compile_protos do
21
- Rake::Task[:clean_protos].invoke
22
- FileUtils.mkdir 'lib'
23
-
24
- protos = [
25
- "../googleapis/google/iam/v1/*.proto"
26
- ]
27
-
28
- command = []
29
- command << "grpc_tools_ruby_protoc"
30
- command << "--grpc_out=lib"
31
- command << "--ruby_out=lib"
32
- command << "-I ../googleapis"
33
- command += protos
34
- full_command = command.join " "
35
-
36
- puts full_command
37
- system full_command
38
- end
39
-
40
- desc "Test loading all proto files"
41
- task :test_loading do
42
- puts "\nLoading proto files"
43
- Dir.glob("lib/google/**/*_pb.rb") do |path|
44
- puts path
45
- require_relative path
46
- end
47
- end
48
-
49
- desc "Remove the compiled protos."
50
- task :clean_protos do
51
- FileUtils.rm_rf "lib"
52
- end
53
-
54
- desc "Run the CI build"
55
- task :ci do
56
- puts "\nCompiling Protos\n"
57
- Rake::Task[:compile_protos].invoke
58
- Rake::Task[:test_loading].invoke
59
- end
60
-
61
- Rake::Task[:build].enhance [:compile_protos]
62
- Rake::Task[:clean].enhance [:clean_protos]
63
-
64
- task default: :ci
@@ -1,44 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2018 Google LLC
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License");
6
- # you may not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # https://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- # See the License for the specific language governing permissions and
15
- # limitations under the License.
16
-
17
- Gem::Specification.new do |spec|
18
- spec.name = "grpc-google-iam-v1"
19
- spec.version = "0.6.11"
20
- spec.authors = ["Google Inc"]
21
- spec.email = ["googleapis-packages@google.com"]
22
- spec.licenses = ["Apache-2.0"]
23
-
24
- spec.summary = "Common protos and gRPC services for Google IAM"
25
- spec.homepage = "https://github.com/googleapis/common-protos-ruby"
26
-
27
- # Specify which files should be added to the gem when it is released. The `git
28
- # ls-files -z` loads the files in the RubyGem that have been added into git.
29
- spec.files = Dir.chdir File.expand_path(__dir__) do
30
- `git ls-files -z`.split("\x0").reject do |f|
31
- f.match %r{^(test|spec|features)/}
32
- end
33
- end
34
- spec.files += Dir.glob "lib/**/*_pb.rb"
35
- spec.require_paths = ["lib"]
36
-
37
- spec.add_dependency "googleapis-common-protos", ">= 1.3.11", "< 2.0"
38
- spec.add_dependency "google-protobuf", "~> 3.14"
39
- spec.add_dependency "grpc", "~> 1.27"
40
-
41
- spec.add_development_dependency "bundler", "~> 2.1"
42
- spec.add_development_dependency "grpc-tools", "~> 1.27"
43
- spec.add_development_dependency "rake", "~> 13.0"
44
- end