mojfile-uploader-api-client 0.5 → 0.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8c3dc7c703364ef21127e07a6a8aae00582c355
|
4
|
+
data.tar.gz: 9cac79e5636bd3101d3050ba0c1796356464910a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ed9d3e90398f639366724b72e27af53045348621fcf6cd9660dd6aeab3074c066c5529a74ee25916e2f9aa7cf9db37dc8d8b8da85ce2e94576c15c9992e5786
|
7
|
+
data.tar.gz: 622733c41fcd25f23f5f795239bd6c619f80de11d386c7943ba56d3c4f988ccdc16a1e2e2312778606b6076612b946b7bc045aadb000dc519a7c293272715fc6
|
data/Gemfile.lock
CHANGED
@@ -3,7 +3,11 @@ module MojFileUploaderApiClient
|
|
3
3
|
attr_accessor :response
|
4
4
|
|
5
5
|
DEFAULT_OPTIONS = {
|
6
|
-
headers: {
|
6
|
+
headers: {
|
7
|
+
'Content-Type' => 'application/json',
|
8
|
+
'Accept' => 'application/json',
|
9
|
+
'x-amz-server-side-encryption' => 'AES256'
|
10
|
+
},
|
7
11
|
verify_ssl: false,
|
8
12
|
open_timeout: 5,
|
9
13
|
read_timeout: 15
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mojfile-uploader-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.6'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jesus Laiz
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-03-
|
12
|
+
date: 2017-03-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
174
|
version: '0'
|
175
175
|
requirements: []
|
176
176
|
rubyforge_project:
|
177
|
-
rubygems_version: 2.6.
|
177
|
+
rubygems_version: 2.6.8
|
178
178
|
signing_key:
|
179
179
|
specification_version: 4
|
180
180
|
summary: API client for integration with the MOJ File Uploader
|