google-cloud-secret_manager 0.1.0 → 0.2.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: 336c4fcca76d69ba92e21355cc08c61779041c66107df5122badd7cd34271d1c
4
- data.tar.gz: 8e4540814fa9376a25c672fdcf51620f443d80952d72f52b4fcc156c2d4d3863
3
+ metadata.gz: 10d670d09483d2982cbd5003baba90de5b43fc666683b4d3bec0b1d79e5ca212
4
+ data.tar.gz: dc13f864fe4fe295b629dd4aecd82677635a9da4e16b6bb19b1b373368732015
5
5
  SHA512:
6
- metadata.gz: b6bfc7dd4b4538ed7e83ca10354e9af6b39b19ca3d8a8893f4a34488970244558483e74ffca9473b6a2e285f7551d5516c2a4cc9ed81e05f4105755b840a7bf5
7
- data.tar.gz: 373f56472c51ae8aea5e541468083e7b9a2b225f22fcb082710e88839cd4c0795959a196d9433ac5e348a4630f95efbe943559d548ab00aed09fcf8aa30d6bf6
6
+ metadata.gz: 48e72ea85c2d201c3927d0ac3fb466224290e6e4ea1404749f0a43aff506e2e82e518489d5808b8910fb91643aa85161242f67254a335576d519a09a1bf2a47f
7
+ data.tar.gz: be4351b5ddecaa2fea8b313d7de92231b8b3619b662fe9efec81f6fa5b1a30382dc369dbb10c8482399909a4df321aba9c3fa23aac6b510d5f78e4188f508611
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Ruby Client for Secret Manager API ([Alpha](https://github.com/googleapis/google-cloud-ruby#versioning))
1
+ # Ruby Client for Secret Manager API
2
2
 
3
3
  [Secret Manager API][Product Documentation]:
4
4
  Secret Manager provides a secure and convenient tool for storing API keys, passwords, certificates, and other sensitive data.
@@ -20,14 +20,15 @@ $ gem install google-cloud-secret_manager
20
20
  ```
21
21
 
22
22
  ### Next Steps
23
- - Read the [Client Library Documentation][] for Secret Manager API
24
- to see other available methods on the client.
23
+ - Read the [Client Library Documentation][] for the Secret Manager API, and the underlying
24
+ [V1beta1 Client Documentation][] to see other available methods on the client.
25
25
  - Read the [Secret Manager API Product documentation][Product Documentation]
26
26
  to learn more about the product and see How-to Guides.
27
27
  - View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
28
28
  to see the full list of Cloud APIs that we cover.
29
29
 
30
30
  [Client Library Documentation]: https://googleapis.dev/ruby/google-cloud-secret_manager/latest
31
+ [V1beta1 Client Documentation]: https://googleapis.dev/ruby/google-cloud-secret_manager-v1beta1/latest
31
32
  [Product Documentation]: https://cloud.google.com/natural-language
32
33
 
33
34
  ## Enabling Logging
@@ -25,7 +25,8 @@ module Google
25
25
  # Create a new `SecretManagerService::Client` object.
26
26
  #
27
27
  # @param version [String, Symbol] The API version to create the client instance. Optional. If not provided
28
- # defaults to `:v1beta1`.
28
+ # defaults to `:v1beta1`, which will return an instance of
29
+ # [Google::Cloud::SecretManager::V1beta1::SecretManagerService::Client](https://googleapis.dev/ruby/google-cloud-secret_manager-v1beta1/latest/Google/Cloud/SecretManager/V1beta1/SecretManagerService/Client.html).
29
30
  #
30
31
  # @return [SecretManagerService::Client] A client object for the specified version.
31
32
  #
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module SecretManager
19
- VERSION = "0.1.0".freeze
19
+ VERSION = "0.2.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.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: 2020-01-10 00:00:00.000000000 Z
11
+ date: 2020-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0.1'
33
+ version: '0.2'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0.1'
40
+ version: '0.2'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: autotest-suffix
43
43
  requirement: !ruby/object:Gem::Requirement