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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/google/apis/core/upload.rb +0 -1
- data/lib/google/apis/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43e739fa0585a5aaa8dd0694096bafd56ed1f376
|
4
|
+
data.tar.gz: e622b19847fcf15d6679d5a9d4bd429e260af22f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a88f046692112289a4de98db82d3984c3cf503e9aede7a7b6532dadc7e30cb0aafcebcf51a8322ae6983beb4d93475b8cdfbac3ab2d4c31486bfba5bbf485641
|
7
|
+
data.tar.gz: 947e98cd15f4c4de8abb2bec6c941f389fdde5b03fad89ffc311f47e839ba41f419719c9a941ba534c38afd57d8926c1cf8f700f0791592fb14d190c769dff8f
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
data/lib/google/apis/version.rb
CHANGED
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.
|
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-
|
14
|
+
date: 2017-04-04 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: representable
|