google-cloud-secret_manager 0.3.1 → 0.4.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: 821499f0e0ee1ff42c9709ccdeb23a75a531ce139a042f4304597c223a731f53
4
- data.tar.gz: a7b4585d774149f966a62fee7f4aa619470ed4fb9d8dd604e0a0a3911a76d000
3
+ metadata.gz: dd997305e4ea4ac3bfb9840cdbb4e3e48c06fcdf81aeba1e8aa9fe8600fec3b6
4
+ data.tar.gz: 943eb163b2e729de37bd1e8ee02426c7e154701144468713b72475b6cebc0ae0
5
5
  SHA512:
6
- metadata.gz: 700c37d726285303e5607b0cabccf75b80e8454b1ee928e51134c017d86eaa464af9f35b96be85abe13f4c14414b296fbe9bdb96590edd3898e44bef91e88eac
7
- data.tar.gz: 5e4a4cb35584f41bf9ce997da7a999d7616e39ba18ccd71247253fe875418bf6832574f711aa68b79fd7f398604f0cee43e79575f121930d0656cddfdc52770a
6
+ metadata.gz: 7bc3f8d42d90f81a8c81ce2f2780964b5f68ccd81035c31e7128c65bdd223d9ce9b7f6a556c0e01e72b5147617737a764cfa9a6dca2908e345421f3fda13b3a8
7
+ data.tar.gz: 2e9bc323ec14069ab0b1edfd390ffb9015a6896880be2e38b3da4f02e408db73f63a63e28f15ea6e624abbfde83ed1d4a17342928472393554ef4dbe74350dd0
data/README.md CHANGED
@@ -39,7 +39,7 @@ In order to use this library, you first need to go through the following steps:
39
39
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
40
40
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,
41
41
  or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
42
- that will write logs to [Stackdriver Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
42
+ that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
43
43
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
44
44
 
45
45
  Configuring a Ruby stdlib logger:
@@ -16,20 +16,4 @@
16
16
 
17
17
  # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
18
 
19
- gem "google-cloud-core"
20
- require "google/cloud" unless defined? Google::Cloud.new
21
- require "google/cloud/config"
22
- require "googleauth"
23
-
24
- # Set the default configuration
25
- Google::Cloud.configure.add_config! :secret_manager do |config|
26
- config.add_field! :credentials, nil, match: [String, Hash, Google::Auth::Credentials]
27
- config.add_field! :lib_name, nil, match: String
28
- config.add_field! :lib_version, nil, match: String
29
- config.add_field! :interceptors, nil, match: Array
30
- config.add_field! :timeout, nil, match: Numeric
31
- config.add_field! :metadata, nil, match: Hash
32
- config.add_field! :retry_policy, nil, match: [Hash, Proc]
33
- end
34
-
35
- require "google/cloud/secret_manager/version"
19
+ require "google/cloud/secret_manager"
@@ -16,7 +16,22 @@
16
16
 
17
17
  # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
18
 
19
- require "google-cloud-secret_manager"
19
+ require "google/cloud/secret_manager/version"
20
+ require "googleauth"
21
+ gem "google-cloud-core"
22
+ require "google/cloud" unless defined? Google::Cloud.new
23
+ require "google/cloud/config"
24
+
25
+ # Set the default configuration
26
+ Google::Cloud.configure.add_config! :secret_manager do |config|
27
+ config.add_field! :credentials, nil, match: [String, Hash, Google::Auth::Credentials]
28
+ config.add_field! :lib_name, nil, match: String
29
+ config.add_field! :lib_version, nil, match: String
30
+ config.add_field! :interceptors, nil, match: Array
31
+ config.add_field! :timeout, nil, match: Numeric
32
+ config.add_field! :metadata, nil, match: Hash
33
+ config.add_field! :retry_policy, nil, match: [Hash, Proc]
34
+ end
20
35
 
21
36
  module Google
22
37
  module Cloud
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module SecretManager
19
- VERSION = "0.3.1".freeze
19
+ VERSION = "0.4.0".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-secret_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.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: 2020-03-25 00:00:00.000000000 Z
11
+ date: 2020-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core