arvados 2.1.2 → 2.1.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 +4 -4
- data/lib/arvados/google_api_client.rb +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a909f257cbb0e456f5c68fa04db94c8f41a8ca4125939a99981d6607facf5167
|
|
4
|
+
data.tar.gz: 6e86c7905e3ac545dd89a5f0ad38575cd85f1cd42403b1049f3e27a9ef581a13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fccc20fc30c80a5d8e7bf1b4e69aeec32e1cfede1f7360d9ca5bcfd5ebc25f123f3444ee1fdb7e2c746a2e86a4068916279746ab8c90a2995cc0bf8f6316bc65
|
|
7
|
+
data.tar.gz: 0c46a1c661e2eccb9893deca2fadb50f95ec362bd25731c410ab1fba71050d682d301ade4d0348fe551c2315cc8fc3d4ab4368b2374f8eb7eb27d38b50f5064b
|
|
@@ -6,7 +6,8 @@ require 'google/api_client'
|
|
|
6
6
|
# Monkeypatch google-api-client gem to avoid sending newline characters
|
|
7
7
|
# on headers to make ruby-2.3.7+ happy.
|
|
8
8
|
# See: https://dev.arvados.org/issues/13920
|
|
9
|
-
|
|
9
|
+
# Addendum: OS_VERSION sometimes is not mutable, that's why we duplicate it (See: #17738)
|
|
10
|
+
Google::APIClient::ENV::OS_VERSION = +Google::APIClient::ENV::OS_VERSION.strip!
|
|
10
11
|
|
|
11
12
|
require 'json'
|
|
12
13
|
require 'tempfile'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arvados
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arvados Authors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -132,7 +132,7 @@ dependencies:
|
|
|
132
132
|
- - "<"
|
|
133
133
|
- !ruby/object:Gem::Version
|
|
134
134
|
version: '2'
|
|
135
|
-
description: Arvados client library, git commit
|
|
135
|
+
description: Arvados client library, git commit 4a5a9fd04a23005cb27556b4cf4366eca27157d0
|
|
136
136
|
email: packaging@arvados.org
|
|
137
137
|
executables: []
|
|
138
138
|
extensions: []
|