google-cloud-parameter_manager 0.1.0 → 0.1.2

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: 852483ac103a8a84cc2faf4e64b7ad9b4662a6b9b30304ee87210a013a34bcd8
4
+ data.tar.gz: d72371a2d4ab9bfe0e4748533cb7b8229a051f52ed7e0d0cb486ad365c85bc8f
5
5
  SHA512:
6
- metadata.gz: 13931ee6e7f6c49c3b780b3d52907565c36a21e0b473875dfdcb00d779aa19576bd808fc68d4ffb4ad09706a98a09947c7b321e341cf7d43be81a38c604dc60b
7
- data.tar.gz: 027636e1e29d5405527ae1dcbb509a6b60fb55d6dcda6e33c6a71fd2f31bd53f618dc9990de8a1adf95cf8f1e669c902670427c060b5e608b642c743a8174264
6
+ metadata.gz: 5b8b1ef5b444b73f452e280184894cb2925d5258ff76dfae8f93c375de32b8affbb5d1092487d81403d254b6286fff4cf6997bacf1ebd0377d70c3dcf8454fe9
7
+ data.tar.gz: 2f58c71a13e68737254da907fbbb8dc90085a3403af813a8851835453525abb76e7bd373dcd1dc5fbbd13dd10542bb25e32c4dc117ae97f15ea62c8862abfaeb
data/README.md CHANGED
@@ -1,13 +1,13 @@
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*`.
9
9
  The gem `google-cloud-parameter_manager` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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.2"
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.2
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: 1980-01-02 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: []
@@ -77,10 +77,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 3.6.5
80
+ rubygems_version: 3.6.8
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: []