stackdriver 0.15.2 → 0.15.3

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: a80e07c15259fe692a9a3f046d8b5dffad1cd2973846bb24dded9fe23d81ab0b
4
- data.tar.gz: 98dbd5983c35a5f071a7fb175a82f7a5efb58b3ca878ef6082f4309b880396ee
3
+ metadata.gz: c79ca86c8d0b6fc00d3fb4d3b7d99c39d72178e24c8c92cd96902b17d8bb245f
4
+ data.tar.gz: 59ac53b9c1f11c18dc26c4c06dfd8103fa751cbe8b58668812f66e7573de7882
5
5
  SHA512:
6
- metadata.gz: 55c0dbf52776c67e912d4cd6bb67e57f9137fc8dfb4d20ad83e5d2303d051f0c54bdba50ee499394b79c86a166456fc8ef24f109aa8ca4d2ad8e4ffba1a25258
7
- data.tar.gz: 300c58e8b8a2d3dd5a58509e2215f73f0df3f4447add3cb889db572e8421dc4a934875d90a0f9003f5f29c07d7bc67e6a89bd36fc56ec637969fc332eb6fc5a1
6
+ metadata.gz: dce5e339641d1dd0b71aa69bc0ed132872b7feec33a54eab310c31102b5c49e2867983a686302a1662065060aa7197377a3e6f34ca9a053834f09a2e19c722b2
7
+ data.tar.gz: ddcb465bcb669537a114fe42372ab9c324ce51177138794fcc74f897d199cd4d8ddeec3cdadb30d34c659987d61f6e46faaee50cc0c07c36abfcaac56967ee20
@@ -1,5 +1,10 @@
1
1
  # Release History
2
2
 
3
+ ### 0.15.3 / 2018-09-20
4
+
5
+ * Update documentation.
6
+ * Change documentation URL to googleapis GitHub org.
7
+
3
8
  ### 0.15.2 / 2018-09-12
4
9
 
5
10
  * Add missing documentation files to package.
@@ -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://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-debugger)
11
- - [google-cloud-error_reporting](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-error_reporting)
12
- - [google-cloud-logging](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-logging)
13
- - [google-cloud-trace](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-trace)
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)
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://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-debugger/latest/file.INSTRUMENTATION)
19
- - [google-cloud-error_reporting strumentation](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-error_reporting/latest/file.INSTRUMENTATION)
20
- - [google-cloud-logging instrumentation](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-logging/latest/file.INSTRUMENTATION)
21
- - [google-cloud-trace instrumentation](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-trace/latest/file.INSTRUMENTATION)
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)
22
22
 
23
23
  ## Usage
24
24
 
@@ -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://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-debugger)
44
- # - [google-cloud-error_reporting](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-error_reporting)
45
- # - [google-cloud-logging](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-logging)
46
- # - [google-cloud-trace](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-trace)
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)
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://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-debugger/latest/file.INSTRUMENTATION)
52
- # - [google-cloud-error_reporting instrumentation](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-error_reporting/latest/file.INSTRUMENTATION)
53
- # - [google-cloud-logging instrumentation](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-logging/latest/file.INSTRUMENTATION)
54
- # - [google-cloud-trace instrumentation](https://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-trace/latest/file.INSTRUMENTATION)
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)
55
55
  #
56
56
  # ## Usage
57
57
  #
@@ -14,5 +14,5 @@
14
14
 
15
15
 
16
16
  module Stackdriver
17
- VERSION = "0.15.2".freeze
17
+ VERSION = "0.15.3".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.2
4
+ version: 0.15.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heng Xiong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-12 00:00:00.000000000 Z
11
+ date: 2018-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-debugger
@@ -236,7 +236,7 @@ files:
236
236
  - OVERVIEW.md
237
237
  - lib/stackdriver.rb
238
238
  - lib/stackdriver/version.rb
239
- homepage: https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/stackdriver
239
+ homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/stackdriver
240
240
  licenses:
241
241
  - Apache-2.0
242
242
  metadata: {}