arvados 1.1.4.20180412190507 → 1.1.4.20180726204133

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3219aa9f774649744adfd37d6ae18f672fb7d364
4
- data.tar.gz: fbc1e2abfca991d1da2bb056c56704168601a9bc
3
+ metadata.gz: da0c25447ed89e89c2bfad7c5b037c4c8b2683fb
4
+ data.tar.gz: 7580fa6582f175add917fdbc9bdf72469e4ad2a7
5
5
  SHA512:
6
- metadata.gz: 7a600a601119142ec5fe9a254f7837dbb70a7584823240e4d4ba14992616a09b2d6db405337ee9dfa172d77576e11df4bb6ae3d057a76f09709adade68cf4da9
7
- data.tar.gz: 59c3bb39a470b1ea699337bdbdcbdc2e99ba31259e23626c6967475f9bf8850caa5fbf9351118a4a954ca6d5feae2fc31e64804b290d50f53f8cc92332773377
6
+ metadata.gz: 2369fe2bd100abc1a5d9d91ee5780a31ee396e1531f2efda5b26f8d8baea603431c1118c9c8b15f157a384eaa275583c49079253223b99fd1ae52c6604314909
7
+ data.tar.gz: 62e99c66b555c267cfcd092b9003083ed9d926637f769aa7bc4096572347c947ec7dea5790b813ccf32122c16a5946f3d311b79be024abfdd81516b65c8545de
@@ -3,6 +3,11 @@
3
3
  # SPDX-License-Identifier: Apache-2.0
4
4
 
5
5
  require 'google/api_client'
6
+ # Monkeypatch google-api-client gem to avoid sending newline characters
7
+ # on headers to make ruby-2.3.7+ happy.
8
+ # See: https://dev.arvados.org/issues/13920
9
+ Google::APIClient::ENV::OS_VERSION.strip!
10
+
6
11
  require 'json'
7
12
  require 'tempfile'
8
13
 
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: 1.1.4.20180412190507
4
+ version: 1.1.4.20180726204133
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvados Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-12 00:00:00.000000000 Z
11
+ date: 2018-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -118,7 +118,7 @@ dependencies:
118
118
  - - ">="
119
119
  - !ruby/object:Gem::Version
120
120
  version: 0.1.5
121
- description: Arvados client library, git commit 27fac89679511949fba6d5fb29eb905c579d2d97
121
+ description: Arvados client library, git commit 43175f034f8015c6ca89a04fa8d9a322cf156265
122
122
  email: gem-dev@curoverse.com
123
123
  executables: []
124
124
  extensions: []