spurious-ruby-awssdk-helper 0.2.1 → 0.2.2

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: 9e24ae16b954218e13e12a3f110e485ebb67f992
4
- data.tar.gz: b6cd86162057773ccf37344e29ec741075faf79c
3
+ metadata.gz: 3984bdb5b630a4e231fd065678f40aed501a102c
4
+ data.tar.gz: 77f501907262bb7c083e5acbf5e99896e4a2f1c4
5
5
  SHA512:
6
- metadata.gz: 257275fdc87572f0fd35dcf4a4fc5ad014806339bdb56bf5a01573c467b4a21b73922db18077af0d62ab4e9e06b4a27dc2288f31d0ee5c13ae6b8ab41c33268c
7
- data.tar.gz: 8f03eb37c0d0f8439077ba3dfb5bd0e9814e288e232c9aab21bead7ffeb03700bcb16fae2c5d93042e467bffa3ec5495845af15e36f9cb7ee6b3dace39c7e5f5
6
+ metadata.gz: 46fa647ab364532cea94a468b247a03ef66b13719d4ee7d4044625d2728668bc8e7c85c35da24e75950094a105ffbca2db2c02cf6b35ffcc6b1bc97cc6dcd23f
7
+ data.tar.gz: 0b0df6e524246b82eaf8d18e60c09276cfd2b43b535e22f40432c8a30ae8a28402cd2e0b07bbf12b22eff9d7d9c485b20932cf10cdeb444473555a6c7f49b8aa
@@ -26,14 +26,14 @@ module Spurious
26
26
  ],
27
27
  "spurious-sqs" => [
28
28
  {
29
- "Host" => ENV['SPURIOUS.S3.LOCAL_NAME'].split('/').last,
30
- "HostPort" => URI(ENV['SPURIOUS.S3.LOCAL_PORT']).port
29
+ "Host" => ENV['SPURIOUS.SQS.LOCAL_NAME'].split('/').last,
30
+ "HostPort" => URI(ENV['SPURIOUS.SQS.LOCAL_PORT']).port
31
31
  }
32
32
  ],
33
33
  "spurious-s3" => [
34
34
  {
35
35
  "Host" => ENV['SPURIOUS.S3.LOCAL_NAME'].split('/').last,
36
- "HostPort" => URI(ENV['SPURIOUS.SQS.LOCAL_PORT']).port
36
+ "HostPort" => URI(ENV['SPURIOUS.S3.LOCAL_PORT']).port
37
37
  }
38
38
  ]
39
39
  }
@@ -2,7 +2,7 @@ module Spurious
2
2
  module Ruby
3
3
  module Awssdk
4
4
  module Helper
5
- VERSION = "0.2.1"
5
+ VERSION = "0.2.2"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spurious-ruby-awssdk-helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack