google-cloud-parameter_manager 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b52566c729891d21dd5d763d979072b5064173d592baa648b452e41d709a196
4
- data.tar.gz: 73f6c2f924f3cd0ee92efe55177685869ec0cc36cb95e04687630d2444c8583c
3
+ metadata.gz: 17f15ef62979e0c150fda8b9defe74b34dc79c58276d9661ccba149db14e827b
4
+ data.tar.gz: d629b537fb4fda2c6404fc40ec1afe7e890e851e9ebde097049ddbc08c98e4a0
5
5
  SHA512:
6
- metadata.gz: 13931ee6e7f6c49c3b780b3d52907565c36a21e0b473875dfdcb00d779aa19576bd808fc68d4ffb4ad09706a98a09947c7b321e341cf7d43be81a38c604dc60b
7
- data.tar.gz: 027636e1e29d5405527ae1dcbb509a6b60fb55d6dcda6e33c6a71fd2f31bd53f618dc9990de8a1adf95cf8f1e669c902670427c060b5e608b642c743a8174264
6
+ metadata.gz: b757e315f15be489738a8bc8379d11b1a56cfc8e4874c8062542180f844cad4654224c9dd2bf1a4cc3996bc478328e30156e5aae6cd7052565e17cc6c7571d8f
7
+ data.tar.gz: eb2ef2004087f90348845686f1661741947df00fdb1af3f7e989842c545755195fdcea8a93eccea5d047f69efdcac5983968b463fbeea17b34cb570e1e84ac67
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Ruby Client for the Parameter Manager API
2
2
 
3
- (Public Preview) Parameter Manager is a single source of truth to store, access and manage the lifecycle of your workload parameters. Parameter Manager aims to make management of sensitive application parameters effortless for customers without diminishing focus on security.
3
+ Parameter Manager is a single source of truth to store, access and manage the lifecycle of your workload parameters. Parameter Manager aims to make management of sensitive application parameters effortless for customers without diminishing focus on security.
4
4
 
5
- (Public Preview) Parameter Manager is a single source of truth to store, access and manage the lifecycle of your workload parameters. Parameter Manager aims to make management of sensitive application parameters effortless for customers without diminishing focus on security.
5
+ Parameter Manager is a single source of truth to store, access and manage the lifecycle of your workload parameters. Parameter Manager aims to make management of sensitive application parameters effortless for customers without diminishing focus on security.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-parameter_manager-v*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ParameterManager
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-parameter_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-04 00:00:00.000000000 Z
10
+ date: 2025-03-25 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -43,10 +43,10 @@ dependencies:
43
43
  - - "<"
44
44
  - !ruby/object:Gem::Version
45
45
  version: 2.a
46
- description: "(Public Preview) Parameter Manager is a single source of truth to store,
47
- access and manage the lifecycle of your workload parameters. Parameter Manager aims
48
- to make management of sensitive application parameters effortless for customers
49
- without diminishing focus on security."
46
+ description: Parameter Manager is a single source of truth to store, access and manage
47
+ the lifecycle of your workload parameters. Parameter Manager aims to make management
48
+ of sensitive application parameters effortless for customers without diminishing
49
+ focus on security.
50
50
  email: googleapis-packages@google.com
51
51
  executables: []
52
52
  extensions: []
@@ -79,8 +79,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  requirements: []
80
80
  rubygems_version: 3.6.5
81
81
  specification_version: 4
82
- summary: "(Public Preview) Parameter Manager is a single source of truth to store,
83
- access and manage the lifecycle of your workload parameters. Parameter Manager aims
84
- to make management of sensitive application parameters effortless for customers
85
- without diminishing focus on security."
82
+ summary: Parameter Manager is a single source of truth to store, access and manage
83
+ the lifecycle of your workload parameters. Parameter Manager aims to make management
84
+ of sensitive application parameters effortless for customers without diminishing
85
+ focus on security.
86
86
  test_files: []