google-cloud-profiler 1.5.0 → 1.5.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: decb6c835763aae456795500d7aab2e659344cbee7538c9b678e4d6494e30048
4
- data.tar.gz: def0e26cef1271e35587b8a5e3e45a5545636288ecb4abcb907fd02be0d4d850
3
+ metadata.gz: 47ad53b7a691d03278c4983ee6dcffded4d9a241406af4061946e2bf84ad741f
4
+ data.tar.gz: dfd863222e9c939eae08fac90777b2ddfc8b151da65289fcf3550d97ef1ff9d8
5
5
  SHA512:
6
- metadata.gz: 5a25c00d210070079ce69c894be57e4f9a42c1a3a4d186d2d1685e420976379cb8640147102e17b8f8a7ca55c6f7f1721a1793bacebf905852a39829902cf7a0
7
- data.tar.gz: 8235930818a08206ef2939dce55cefe075e3776701b53cf46ede8337209f4386b8d9d20e158630867297d4f8554e02e1026345acbb0d4a7d8ae85ad76847d217
6
+ metadata.gz: 117698e347343a2f872fc31a4b7f016150bb19c3bcf05cd1c855be5d96ceac340056424841682410a121b6cf961c1589ef998ef26b6ae065fdeed1436e9f0b64
7
+ data.tar.gz: c4c3ec2bcd2c30bef20533023a7a73839404e2602b07c0535aea1b535b0b65fc983a972febb68c44c367c357120fc239c7ddbbb14ef3d5cb829b8da469e1d4c0
data/README.md CHANGED
@@ -7,7 +7,7 @@ Cloud Profiler is a statistical, low-overhead profiler that continuously gathers
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-profiler-v*`.
9
9
  The gem `google-cloud-profiler` 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 Profiler
23
- VERSION = "1.5.0"
23
+ VERSION = "1.5.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-profiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 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
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.6.2
81
+ rubygems_version: 3.6.8
82
82
  specification_version: 4
83
83
  summary: API Client library for the Cloud Profiler API
84
84
  test_files: []