miasma-aws 0.1.34 → 0.1.36
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/miasma-aws/version.rb +1 -1
- data/lib/miasma/contrib/aws.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aec2838ce61f441e72880ba4b9180373d7097b33
|
4
|
+
data.tar.gz: 28f051f94c00e72eba5ad5b0e3d802daa8c1e004
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02a821535e655e5de8cf51bc3881db4b651b2ef9db341e23150ea4dd314b9448059a6dd6696ff2b9a163620c32bcae0aca7cf4b2333281943992edc90c44ab29
|
7
|
+
data.tar.gz: 8c018c529ed14e5fcffe81a379d7635d28d2871ca94376ee7e0eaa4adb40d223ae92223ba1a6f69673fac796e0c1e2f1fd57925a8ac9dffdaf51dfa3c0012417
|
data/CHANGELOG.md
CHANGED
data/lib/miasma-aws/version.rb
CHANGED
data/lib/miasma/contrib/aws.rb
CHANGED
@@ -615,7 +615,7 @@ module Miasma
|
|
615
615
|
dest, options = request_args
|
616
616
|
path = URI.parse(dest).path
|
617
617
|
options = options ? options.to_smash : Smash.new
|
618
|
-
options[:headers] = Smash[connection.
|
618
|
+
options[:headers] = Smash[connection.default_options.headers.to_a].merge(options.fetch(:headers, Smash.new))
|
619
619
|
if(self.class::API_VERSION)
|
620
620
|
if(options[:form])
|
621
621
|
options.set(:form, 'Version', self.class::API_VERSION)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: miasma-aws
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.36
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Roberts
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: miasma
|