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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34e6ab22097dde55e04a3c5435804cdcaffb1c56
4
- data.tar.gz: e94de686124f4a528b0959f99b659728164bc37f
3
+ metadata.gz: aec2838ce61f441e72880ba4b9180373d7097b33
4
+ data.tar.gz: 28f051f94c00e72eba5ad5b0e3d802daa8c1e004
5
5
  SHA512:
6
- metadata.gz: 25d3046b94e77f5918571fe34a483b453455a30b0debf0bf7be25d8ac51f76b4fac8ead4052b8424eff48bbae10b314592301f7325a4e0ef318ec7ff0ae39d70
7
- data.tar.gz: e99b0b8a872b2edbe0041f8f7c5e66af3db75669bc32d82426905cc5c079155071a4a1c11fed401e28756250edb551dd3088abf361717c80566417069f271c97
6
+ metadata.gz: 02a821535e655e5de8cf51bc3881db4b651b2ef9db341e23150ea4dd314b9448059a6dd6696ff2b9a163620c32bcae0aca7cf4b2333281943992edc90c44ab29
7
+ data.tar.gz: 8c018c529ed14e5fcffe81a379d7635d28d2871ca94376ee7e0eaa4adb40d223ae92223ba1a6f69673fac796e0c1e2f1fd57925a8ac9dffdaf51dfa3c0012417
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v0.1.36
2
+ * Fix access to default headers defined on connection
3
+
1
4
  # v0.1.34
2
5
  * Fix template check on update to use dirty? helper method
3
6
 
@@ -1,4 +1,4 @@
1
1
  module MiasmaAws
2
2
  # Current library version
3
- VERSION = Gem::Version.new('0.1.34')
3
+ VERSION = Gem::Version.new('0.1.36')
4
4
  end
@@ -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.default_headers.to_a].merge(options.fetch(:headers, Smash.new))
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.34
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-29 00:00:00.000000000 Z
11
+ date: 2015-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: miasma