google-cloud-error_reporting 0.34.1 → 0.34.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47f9ed0e886818326d3ff588fff56599ba775eff08a2e041e486d1958c21670e
4
- data.tar.gz: 417026c64e8a4adc7ad605e9900ef2ef72787714a0e7c4d26ea670a5b9f14649
3
+ metadata.gz: 173b5b87dc1433ffb1ffa192ced7fb9b1baf2e9d9e8a7cd9486206e799dfca0a
4
+ data.tar.gz: cea7f7464dde358cdf9e970b08956d7f55ff42c127a0213b9994f1b9e83da28b
5
5
  SHA512:
6
- metadata.gz: 4129c226180413de968acf635629b034e900984ffd2a26d478c6d29df66a6fb54cfba8e6d66519e27b217b92c61f29f98d7b4ecebe6a8e6e8454251d0b0394b9
7
- data.tar.gz: 7bc01104cc843dbf908b68c5e07440d1e8447ec39fcf325a537d88d07db72535287c2dd1d55521906bf49f448f2441d378a61394024185147126653a46f43212
6
+ metadata.gz: 50d908041034a6007b00db0ee953fc05a4d0cfc6a9545267d5d6b2d8b59da5a6f317ccccb0b8f7204b153f8ee483abcc189708c5b18924f4138a15f16caa0253
7
+ data.tar.gz: 9ede7e05bcd746c482725ada88397b6b84b3bea7282671dccbe309246dc657b6cf641f4943d0a92648413ead9cb0644d30d6937127ef5aaa05bd99bc61589100
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.34.2 / 2020-01-23
4
+
5
+ #### Documentation
6
+
7
+ * Update copyright year
8
+
3
9
  ### 0.34.1 / 2019-12-20
4
10
 
5
11
  #### Bug Fixes
@@ -1,4 +1,4 @@
1
- # Copyright 2019 Google LLC
1
+ # Copyright 2020 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019 Google LLC
1
+ # Copyright 2020 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019 Google LLC
1
+ # Copyright 2020 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019 Google LLC
1
+ # Copyright 2020 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019 Google LLC
1
+ # Copyright 2020 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019 Google LLC
1
+ # Copyright 2020 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019 Google LLC
1
+ # Copyright 2020 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019 Google LLC
1
+ # Copyright 2020 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019 Google LLC
1
+ # Copyright 2020 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019 Google LLC
1
+ # Copyright 2020 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module ErrorReporting
19
- VERSION = "0.34.1".freeze
19
+ VERSION = "0.34.2".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-error_reporting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.1
4
+ version: 0.34.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-20 00:00:00.000000000 Z
11
+ date: 2020-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core