spurious-ruby-awssdk-helper 0.1.0 → 0.1.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: 4cb200df5ba22167d976452f41ebf4f1eab6a4e3
4
- data.tar.gz: e119267c58eba5a166b358445cb02f5d5232bb46
3
+ metadata.gz: 35db99f709f5b753f75869ecedd1d2588b4607fd
4
+ data.tar.gz: dce2c26f57126bb906f68c81e09734230e47cee5
5
5
  SHA512:
6
- metadata.gz: 8aa421e29b8690368fe034ca99d1d205f7b4e0f476f2e981e24d9196c22501cc65dd2c9b9e8427ff784827771bbe40f388d471f8574ad5b060b4e51c251755d2
7
- data.tar.gz: 0268bc12da04f9603725f524245f374fe2ff061a8d437d732935569d25183142e6b1a0c2c8e7d9cf654b93b952798830619af21540cfbf1f9459b1d1f3ba3f10
6
+ metadata.gz: 95bb134754a8fba3a562750aa714ce099918ec961f5723196d084989e052d825b4afb3faa69ae2dc23b16b6f2138dd07e0b8c79c8d42fb5cb9b6a41b0e0c12bc
7
+ data.tar.gz: 4d3afd76cada5fd2f12908acb0c7d955137ab2bb1568b2317336e5af3275f671c35182755f587c660834f245e3c830250bd9ec2f4594443f3f3c89f98f4b45fa
@@ -2,7 +2,7 @@ module Spurious
2
2
  module Ruby
3
3
  module Awssdk
4
4
  module Helper
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
8
8
  end
@@ -44,7 +44,7 @@ module Spurious
44
44
  mapping.each do |type, mappings|
45
45
  ports = config[type]
46
46
  AWS.config("#{mappings['identifier']}_port".to_sym => ports.first['HostPort']) if mappings['port']
47
- AWS.config("#{mappings['identifier']}_endpoint".to_sym => 'localhost') if mappings['ip']
47
+ AWS.config("#{mappings['identifier']}_endpoint".to_sym => ports.first['Host']) if mappings['ip']
48
48
  end
49
49
  end
50
50
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spurious-ruby-awssdk-helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-09 00:00:00.000000000 Z
11
+ date: 2014-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler