mojfile-uploader-api-client 0.5 → 0.6

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: f0198b271e429f4657e7a7d850e448b2b9b88b2a
4
- data.tar.gz: 4a159a3c4c6c550a3d1bbd8b72ec73ccf4189383
3
+ metadata.gz: c8c3dc7c703364ef21127e07a6a8aae00582c355
4
+ data.tar.gz: 9cac79e5636bd3101d3050ba0c1796356464910a
5
5
  SHA512:
6
- metadata.gz: '015208cbdd25303db59d402d79efa0f4546ac5e4159e2738f8b9c12d79441866b8696e0b4f631b9ee322efed0a1e8c668cf7b4fc4e8061600bd4eadf76aafcdb'
7
- data.tar.gz: 04fc4660751d8bc150af1d108a0d82e1d92e71db62cb05b5f28d87d8452f828da70154806a2b6790a0d7b14240f4086a13f71967296271ce8188d75ceaf048e7
6
+ metadata.gz: 5ed9d3e90398f639366724b72e27af53045348621fcf6cd9660dd6aeab3074c066c5529a74ee25916e2f9aa7cf9db37dc8d8b8da85ce2e94576c15c9992e5786
7
+ data.tar.gz: 622733c41fcd25f23f5f795239bd6c619f80de11d386c7943ba56d3c4f988ccdc16a1e2e2312778606b6076612b946b7bc045aadb000dc519a7c293272715fc6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mojfile-uploader-api-client (0.5)
4
+ mojfile-uploader-api-client (0.6)
5
5
  rest-client (~> 2.0.0)
6
6
 
7
7
  GEM
@@ -140,4 +140,4 @@ DEPENDENCIES
140
140
  rubocop (~> 0.41)
141
141
 
142
142
  BUNDLED WITH
143
- 1.14.4
143
+ 1.14.6
@@ -3,7 +3,11 @@ module MojFileUploaderApiClient
3
3
  attr_accessor :response
4
4
 
5
5
  DEFAULT_OPTIONS = {
6
- headers: {'Content-Type' => 'application/json', 'Accept' => 'application/json'},
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
@@ -1,3 +1,3 @@
1
1
  module MojFileUploaderApiClient
2
- VERSION = '0.5'
2
+ VERSION = '0.6'
3
3
  end
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.5'
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-09 00:00:00.000000000 Z
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.10
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