scholarsphere-client 0.2.0 → 0.2.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
  SHA256:
3
- metadata.gz: 8ab004f36213538c0e74821396c0499a52f08a24c8a8d7f450b3c224a0b71a8d
4
- data.tar.gz: 84788832717be95ff66b8def2433633fc41a82aa85e4b204d1750814b8fa4bb4
3
+ metadata.gz: ccbf8a34c40662583fb6047074f4ab562cd6c82ba8a8c064455f8b5d401f3788
4
+ data.tar.gz: ce5ee5ffcac16b29710c8e3f18027a21ad590cee13241584e781b460de20aa18
5
5
  SHA512:
6
- metadata.gz: 45c9c56b6f2db7ed715a595b9d5533ddba125b0a63d7b2d694669105c50b65e19c66b70814add3921b1d1fc83ef1ebc6592488641206c1eef1ef21c331d9649c
7
- data.tar.gz: c7d927e3d027ecdf2b204f350b0758b353d0b161e285b795111174deca41951c2ca8f5642cc6461852b831cd6a1c890febb5083730b08b3360358fbbf902c574
6
+ metadata.gz: b79ae1cdb55fa53eac0b6876562db034287ca92b935e922f34c8c39fdd844fac9a0cfce4f3f842d9082a0ed2dbda9ef72a5efc3385c9ff230ed48f4fb5b42c6d
7
+ data.tar.gz: 5f42f827df052f4e84042dba2246de9079c35d57d8f004448ed4894ad4dcabc10e66b7e36b8f2ce5be1eee36e8b5e7f8cc519d9578204b0de5d359579ae7d0b1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- scholarsphere-client (0.2.0)
4
+ scholarsphere-client (0.2.1)
5
5
  aws-sdk-s3 (~> 1.49)
6
6
  faraday (> 0.12)
7
7
  marcel (~> 0.3)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Scholarsphere
4
4
  module Client
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
@@ -26,7 +26,6 @@ module Scholarsphere
26
26
  def upload
27
27
  connection(file.presigned_url).put do |req|
28
28
  req.body = file.source.read
29
- req.headers['Content-MD5'] = file.content_md5
30
29
  end
31
30
  end
32
31
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scholarsphere-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Wead
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-04 00:00:00.000000000 Z
11
+ date: 2021-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-s3