google-cloud-trace 0.31.0 → 0.33.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 +4 -4
- data/README.md +7 -0
- data/lib/google/cloud/trace/notifications.rb +1 -1
- data/lib/google/cloud/trace/v2/doc/overview.rb +2 -2
- data/lib/google/cloud/trace/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7becd377ee3ddaa69c4cb68f69936d1b44f30d15ea11fdd310b3be018b483d4
|
|
4
|
+
data.tar.gz: 6bdd288a7aab1639b8be40585290458e990b4c0521db644e2e9828b08fd096da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efee8c87c8d583cbb9947e049bf6a593aee6c5e69f6a0f67c3d2863a7fe75495ce52885ec9f011992c0c59d2c8d39153438aa2af4d88cae07144e1498ad90ad8
|
|
7
|
+
data.tar.gz: 499852250ad78d5d368828c727a89617c2116feb219ab6fad2b835857dc13d7b12dc7744336d17a261aa655569c15869496e4bb903a7100549d08c9c538a85cf
|
data/README.md
CHANGED
|
@@ -187,6 +187,13 @@ in the [Authentication Guide](https://googlecloudplatform.github.io/google-cloud
|
|
|
187
187
|
|
|
188
188
|
This library is supported on Ruby 2.0+.
|
|
189
189
|
|
|
190
|
+
However, Ruby 2.3 or later is strongly recommended, as earlier releases have
|
|
191
|
+
reached or are nearing end-of-life. After June 1, 2018, Google will provide
|
|
192
|
+
official support only for Ruby versions that are considered current and
|
|
193
|
+
supported by Ruby Core (that is, Ruby versions that are either in normal
|
|
194
|
+
maintenance or in security maintenance).
|
|
195
|
+
See https://www.ruby-lang.org/en/downloads/branches/ for further details.
|
|
196
|
+
|
|
190
197
|
## Versioning
|
|
191
198
|
|
|
192
199
|
This library follows [Semantic Versioning](http://semver.org/).
|
|
@@ -17,7 +17,7 @@ module Google
|
|
|
17
17
|
# rubocop:disable LineLength
|
|
18
18
|
|
|
19
19
|
##
|
|
20
|
-
# # Ruby Client for Stackdriver Trace API ([
|
|
20
|
+
# # Ruby Client for Stackdriver Trace API ([Beta](https://github.com/GoogleCloudPlatform/google-cloud-ruby#versioning))
|
|
21
21
|
#
|
|
22
22
|
# [Stackdriver Trace API][Product Documentation]:
|
|
23
23
|
# Sends application trace data to Stackdriver Trace for viewing. Trace data is
|
|
@@ -64,4 +64,4 @@ module Google
|
|
|
64
64
|
end
|
|
65
65
|
end
|
|
66
66
|
end
|
|
67
|
-
end
|
|
67
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-trace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.33.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Azuma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02
|
|
11
|
+
date: 2018-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|