google-cloud-logging 0.24.1 → 0.24.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
  SHA1:
3
- metadata.gz: 1f29d7704de59cbe83e205aea50a6fe55b60ec46
4
- data.tar.gz: c8875c7e34998704478b0bd3816ccb1d51509ad7
3
+ metadata.gz: d45a1ba9632dc323314bfe54cd33c915b0ee49b3
4
+ data.tar.gz: 9679812393a50bf2add34272191477b4becc6313
5
5
  SHA512:
6
- metadata.gz: 742fcd4d417677dcb457a7947032e07103b0f01e5b316229a9c4baed266a0c3135cf11fe530c29a7d71efe240a687bf99b86de389a7a78ed2f6efabebd5c12c8
7
- data.tar.gz: 43ea0ca38d5518f1af9bc1be4ece7cb4b483f08407ec95e1ebd704ae5ed690e0e04091b679c044621d991bf7354df3d7ec802aa3a4fe5907e01166084f44eb17
6
+ metadata.gz: fde2ed6e950481674e70b3193f7e007f2ee2c97b7e4d2cab34e97ec157f2788a06897dfbb6515feaf5607d46e6f2836663f00e826193dc6e70debd29a3aed9ab
7
+ data.tar.gz: 85ae2b82f29cd721a021408c8ee1083d5e548be252220d1b2207473355d5369b9dfefdf4a32ee279aaa8d8985d161a58de9f361250a3a310af2b518ed055be1d
@@ -160,7 +160,7 @@ module Google
160
160
 
161
161
  google_api_client = "gl-ruby/#{RUBY_VERSION}"
162
162
  google_api_client << " #{lib_name}/#{lib_version}" if lib_name
163
- google_api_client << " gapic/ gax/#{Google::Gax::VERSION}"
163
+ google_api_client << " gapic/0.6.8 gax/#{Google::Gax::VERSION}"
164
164
  google_api_client << " grpc/#{GRPC::VERSION}"
165
165
  google_api_client.freeze
166
166
 
@@ -179,7 +179,7 @@ module Google
179
179
 
180
180
  google_api_client = "gl-ruby/#{RUBY_VERSION}"
181
181
  google_api_client << " #{lib_name}/#{lib_version}" if lib_name
182
- google_api_client << " gapic/ gax/#{Google::Gax::VERSION}"
182
+ google_api_client << " gapic/0.6.8 gax/#{Google::Gax::VERSION}"
183
183
  google_api_client << " grpc/#{GRPC::VERSION}"
184
184
  google_api_client.freeze
185
185
 
@@ -159,7 +159,7 @@ module Google
159
159
 
160
160
  google_api_client = "gl-ruby/#{RUBY_VERSION}"
161
161
  google_api_client << " #{lib_name}/#{lib_version}" if lib_name
162
- google_api_client << " gapic/ gax/#{Google::Gax::VERSION}"
162
+ google_api_client << " gapic/0.6.8 gax/#{Google::Gax::VERSION}"
163
163
  google_api_client << " grpc/#{GRPC::VERSION}"
164
164
  google_api_client.freeze
165
165
 
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Logging
19
- VERSION = "0.24.1"
19
+ VERSION = "0.24.2"
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.1
4
+ version: 0.24.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-03-01 00:00:00.000000000 Z
12
+ date: 2017-03-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core