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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e966113a0dd811127a2df67d641bcc1308a0232ed590f6f921601b955ce2fe3f
4
- data.tar.gz: 288a292aae2e0938ae288f33409013c3f4b004f65861eacabe8ca0f95714ebce
3
+ metadata.gz: d7becd377ee3ddaa69c4cb68f69936d1b44f30d15ea11fdd310b3be018b483d4
4
+ data.tar.gz: 6bdd288a7aab1639b8be40585290458e990b4c0521db644e2e9828b08fd096da
5
5
  SHA512:
6
- metadata.gz: 7dd26958194e2388e6952503f9b77ef0c22e5babad557da194aa3a27b6d2579ae319f42bc1ef3a330ea511635e929b4b2e934bf5feafd917174fa922e961b1e9
7
- data.tar.gz: e7091c7efe42d1cd5ea8c42a8dad29a4071ab6f36a135939e24d760cf22faf2efaac7b7b2c872f8b11f221583826fe32865ef09d5a330b806b4fceaad21cd0d3
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/).
@@ -105,7 +105,7 @@ module Google
105
105
  event.payload.each do |k, v|
106
106
  if v.is_a? ::String
107
107
  v = v[0, maxlen - 3] + "..." if maxlen && v.size > maxlen
108
- labels["#{label_namespace}#{k}"] = v
108
+ labels["#{label_namespace}#{k}"] = v.to_s
109
109
  end
110
110
  end
111
111
  labels
@@ -17,7 +17,7 @@ module Google
17
17
  # rubocop:disable LineLength
18
18
 
19
19
  ##
20
- # # Ruby Client for Stackdriver Trace API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-ruby#versioning))
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
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Trace
19
- VERSION = "0.31.0".freeze
19
+ VERSION = "0.33.0".freeze
20
20
  end
21
21
  end
22
22
  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.31.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-28 00:00:00.000000000 Z
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