google-cloud-profiler 0.1.0 → 0.2.0

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: 208000b112aa71fe79365db9b88e168e05c3d92e4f11530a025c2ff5a9b18d99
4
- data.tar.gz: ffb417e5421774e1861741c684b2b1b221b3ab1e9c1bf77bb7f6806b481d64f0
3
+ metadata.gz: af463cb34d6a0c4e2c7f2b2c0abc16ffb6154ee280743b53e5dcd1dae13247e4
4
+ data.tar.gz: 1af88c74d2a80a3c479ff72ca386128fb67cd148e494dc2d8396efa9895885f2
5
5
  SHA512:
6
- metadata.gz: baad80bb88d08f161f0ee20da607ad4cd4b6f1b0b4e56aa3e3822175243b27d6d5eb362986533006cf6f821f8c1ec3ee6858565d384ce68b8e4be91b5bd787e4
7
- data.tar.gz: 42844fbd25ac01562e7606c66de1746740e53ccec46d072b6524d7ba6c033879baef4f71fed3dfdedf69d151971f1448d00f357ec45e4fc65319a434bb0124fa
6
+ metadata.gz: 5da17d85d07878f46558b23f1787f5aeebd77c8756219243979bcb81b63e0d50883b04cb29a4a4118cf8d122cf96f2ee6ffc2a3ffed54e98d2a48a910c1a8fdc
7
+ data.tar.gz: 13c5d867237269486ecb1062896dcf58cb94ecac21db52378c0dea059b31fe5481412fafc7ecdcd99e43ab3dd1ef7c97e5013fed9189f37d66b20fbf32d8ad9d
data/README.md CHANGED
@@ -62,11 +62,11 @@ end
62
62
 
63
63
  ## Supported Ruby Versions
64
64
 
65
- This library is supported on Ruby 2.4+.
65
+ This library is supported on Ruby 2.5+.
66
66
 
67
67
  Google provides official support for Ruby versions that are actively supported
68
68
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
69
- in security maintenance, and not end of life. Currently, this means Ruby 2.4
69
+ in security maintenance, and not end of life. Currently, this means Ruby 2.5
70
70
  and later. Older versions of Ruby _may_ still work, but are unsupported and not
71
71
  recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
72
72
  about the Ruby support schedule.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Profiler
23
- VERSION = "0.1.0"
23
+ VERSION = "0.2.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-profiler
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: 2021-02-23 00:00:00.000000000 Z
11
+ date: 2021-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 1.24.0
47
+ version: 1.25.1
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 1.24.0
54
+ version: 1.25.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: minitest
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -179,14 +179,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
179
179
  requirements:
180
180
  - - ">="
181
181
  - !ruby/object:Gem::Version
182
- version: '2.4'
182
+ version: '2.5'
183
183
  required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  requirements:
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
187
  version: '0'
188
188
  requirements: []
189
- rubygems_version: 3.2.6
189
+ rubygems_version: 3.2.13
190
190
  signing_key:
191
191
  specification_version: 4
192
192
  summary: API Client library for the Cloud Profiler API