google-api-client 0.11.0 → 0.11.1

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: 6ac171a5bd13e1c4ad76f2b2e59716befe9b738a
4
- data.tar.gz: e4a298e406249f0560df19239242da6f16e5a290
3
+ metadata.gz: 43e739fa0585a5aaa8dd0694096bafd56ed1f376
4
+ data.tar.gz: e622b19847fcf15d6679d5a9d4bd429e260af22f
5
5
  SHA512:
6
- metadata.gz: 115bc993d362a6d0b08b3b2883c0ed6d94c840eb0b73441b6d40a7fb31b5bb32c1d0e9742051e1dfdff26039c0cf56b965a6d7dfc3de3c800d6ae3334fadf7fb
7
- data.tar.gz: c3aee2312e8157b86fd156822f62400322d51c8a7c5ca7de8b88152d2af02a350d63f9c66708150162165a206deabaf62cb18bdd26fc54555651cada2d105cb4
6
+ metadata.gz: a88f046692112289a4de98db82d3984c3cf503e9aede7a7b6532dadc7e30cb0aafcebcf51a8322ae6983beb4d93475b8cdfbac3ab2d4c31486bfba5bbf485641
7
+ data.tar.gz: 947e98cd15f4c4de8abb2bec6c941f389fdde5b03fad89ffc311f47e839ba41f419719c9a941ba534c38afd57d8926c1cf8f700f0791592fb14d190c769dff8f
@@ -1,3 +1,6 @@
1
+ # 0.11.1
2
+ * Remove stray debug output
3
+
1
4
  # 0.11.0
2
5
  * *Breaking change* - Fix handling of large numbers during code generation. Previously the
3
6
  uint64/int64 formats were passed through as strings. They are now coerced to/from Fixnum/Bignum types.
@@ -65,7 +65,6 @@ module Google
65
65
  if self.upload_content_type.nil? || self.upload_content_type.empty?
66
66
  self.upload_content_type = 'application/octet-stream'
67
67
  end
68
- puts self.upload_content_type.inspect
69
68
  end
70
69
 
71
70
  # Close IO stream when command done. Only closes the stream if it was opened by the command.
@@ -15,7 +15,7 @@
15
15
  module Google
16
16
  module Apis
17
17
  # Client library version
18
- VERSION = '0.11.0'
18
+ VERSION = '0.11.1'
19
19
 
20
20
  # Current operating system
21
21
  # @private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Bazyl
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-04-03 00:00:00.000000000 Z
14
+ date: 2017-04-04 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: representable