stackdriver 0.15.4 → 0.15.5

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: 0f351ade5bc29209fe7435be61882090e376bd37094a926231b4e4ee96d4ef29
4
- data.tar.gz: 17325fe214c8e122be3d5bd5bd66e5f42af2381b9a926aafaced1558743e3d80
3
+ metadata.gz: ec442521f4f0333318545d6185fc9b2ee05f7a475f2aad5e6a7e4f6a8d05f58a
4
+ data.tar.gz: f75ed9bf37ed72cfe21999a8cb9e3de9901b0684dc6fcbd82d7754993a25959f
5
5
  SHA512:
6
- metadata.gz: 1cbbde824413376749485563f7ab30381cb2dbc870e99f4f12621b1617f7ad0738ccb80a49a55c8ac6d15d195ba16b2e2d9705d0a06284e741948d10c5d1d002
7
- data.tar.gz: 24cd5d877e94aee90073d656dc0ae7b237f4e70ae0534e15f2fdc6158173c2cfc7b55586e3d94e13c9535dc40d91b27659ce40b3b673bf59b7408aad2c3f1534
6
+ metadata.gz: e332c949e0c22e751ae991439a3f06ee856bb2f7233d8db9a9944f64aedcc843485bd404854a143d025f899a21ad9431f8ac403c25940474b354764c5195e8d9
7
+ data.tar.gz: a07bde876e16d79f4e58275e4d2e35ca315b2d8164eee08180eb89c09d123b9e614c917bd95bee6969fe09790af99bc3ff8bb2da961b4c7fe855db647d6c00e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.15.5 / 2019-08-23
4
+
5
+ #### Documentation
6
+
7
+ * Update documentation
8
+
3
9
  ### 0.15.4 / 2019-06-13
4
10
 
5
11
  * Fix Logging example in INSTRUMENTATION_CONFIGURATION.md
data/OVERVIEW.md CHANGED
@@ -7,18 +7,18 @@ your application.
7
7
 
8
8
  Specifically, this gem is a convenience package that loads the following gems:
9
9
 
10
- - [google-cloud-debugger](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-debugger)
11
- - [google-cloud-error_reporting](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-error_reporting)
12
- - [google-cloud-logging](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-logging)
13
- - [google-cloud-trace](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-trace)
10
+ - [google-cloud-debugger](https://googleapis.dev/ruby/google-cloud-debugger/latest
11
+ - [google-cloud-error_reporting](https://googleapis.dev/ruby/google-cloud-error_reporting/latest
12
+ - [google-cloud-logging](https://googleapis.dev/ruby/google-cloud-logging/latest
13
+ - [google-cloud-trace](https://googleapis.dev/ruby/google-cloud-trace/latest
14
14
 
15
15
  On top of that, stackdriver gem automatically activates the following
16
16
  instrumentation features:
17
17
 
18
- - [google-cloud-debugger instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-debugger/latest/file.INSTRUMENTATION)
19
- - [google-cloud-error_reporting strumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-error_reporting/latest/file.INSTRUMENTATION)
20
- - [google-cloud-logging instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-logging/latest/file.INSTRUMENTATION)
21
- - [google-cloud-trace instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-trace/latest/file.INSTRUMENTATION)
18
+ - [google-cloud-debugger instrumentation](https://googleapis.dev/ruby/google-cloud-debugger/latest/file.INSTRUMENTATION.html
19
+ - [google-cloud-error_reporting strumentation](https://googleapis.dev/ruby/google-cloud-error_reporting/latest/file.INSTRUMENTATION.html
20
+ - [google-cloud-logging instrumentation](https://googleapis.dev/ruby/google-cloud-logging/latest/file.INSTRUMENTATION.html
21
+ - [google-cloud-trace instrumentation](https://googleapis.dev/ruby/google-cloud-trace/latest/file.INSTRUMENTATION.html
22
22
 
23
23
  ## Usage
24
24
 
data/lib/stackdriver.rb CHANGED
@@ -40,18 +40,18 @@ end
40
40
  #
41
41
  # Specifically, this gem is a convenience package that loads the following gems:
42
42
  #
43
- # - [google-cloud-debugger](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-debugger)
44
- # - [google-cloud-error_reporting](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-error_reporting)
45
- # - [google-cloud-logging](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-logging)
46
- # - [google-cloud-trace](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-trace)
43
+ # - [google-cloud-debugger](https://googleapis.dev/ruby/google-cloud-debugger/latest)
44
+ # - [google-cloud-error_reporting](https://googleapis.dev/ruby/google-cloud-error_reporting/latest)
45
+ # - [google-cloud-logging](https://googleapis.dev/ruby/google-cloud-logging/latest)
46
+ # - [google-cloud-trace](https://googleapis.dev/ruby/google-cloud-trace/latest)
47
47
  #
48
48
  # On top of that, stackdriver gem automatically activates the following
49
49
  # instrumentation features:
50
50
  #
51
- # - [google-cloud-debugger instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-debugger/latest/file.INSTRUMENTATION)
52
- # - [google-cloud-error_reporting instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-error_reporting/latest/file.INSTRUMENTATION)
53
- # - [google-cloud-logging instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-logging/latest/file.INSTRUMENTATION)
54
- # - [google-cloud-trace instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-trace/latest/file.INSTRUMENTATION)
51
+ # - [google-cloud-debugger instrumentation](https://googleapis.dev/ruby/google-cloud-debugger/latest/file.INSTRUMENTATION.html)
52
+ # - [google-cloud-error_reporting instrumentation](https://googleapis.dev/ruby/google-cloud-error_reporting/latest/file.INSTRUMENTATION.html)
53
+ # - [google-cloud-logging instrumentation](https://googleapis.dev/ruby/google-cloud-logging/latest/file.INSTRUMENTATION.html)
54
+ # - [google-cloud-trace instrumentation](https://googleapis.dev/ruby/google-cloud-trace/latest/file.INSTRUMENTATION.html)
55
55
  #
56
56
  # ## Usage
57
57
  #
@@ -14,5 +14,5 @@
14
14
 
15
15
 
16
16
  module Stackdriver
17
- VERSION = "0.15.4".freeze
17
+ VERSION = "0.15.5".freeze
18
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackdriver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.4
4
+ version: 0.15.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heng Xiong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-14 00:00:00.000000000 Z
11
+ date: 2019-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-debugger
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
255
255
  - !ruby/object:Gem::Version
256
256
  version: '0'
257
257
  requirements: []
258
- rubygems_version: 3.0.3
258
+ rubygems_version: 3.0.4
259
259
  signing_key:
260
260
  specification_version: 4
261
261
  summary: API Client library for Google Stackdriver