hygroscope 1.1.6 → 1.1.7

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: d515499a8365c1abaf42074a8577281443a9ac4c
4
- data.tar.gz: 27530109aff3497acf280b3a6eb9242aa2e3a241
3
+ metadata.gz: c30412dca6b04d119cc3faeaa816022ce900feb0
4
+ data.tar.gz: 06409b36b30e590c074b02cbb29e0aea6bf9d13f
5
5
  SHA512:
6
- metadata.gz: 19d40c59211d80cf3cc532d6b70a76801308dbad191d1025d23665062fbce061f7dd0c6ff10d6b8704a9300d29a5a6c8a38cb32830971eb123f6eb1288f69599
7
- data.tar.gz: 860f0b8241608dc2af7e50c5ec135f81216c4aa981c68dcf1d36f564aedf796149bcf3b0446ebe0da10644df7c8373a04d3cec4d2d596dc980daebbff97b5394
6
+ metadata.gz: c646b4a25667cc80db36202ceda848984557723d27f14fc83fe484df0b4d3266dc3a1782f7603aadda64fe3ca072342e28cc1151f67a41b49bafb3a9160aed4c
7
+ data.tar.gz: c578d854060fd6c4aba017d04320d6c92b479118f3d168228de1c9abf0d4552939dc56d85200bc5811cb148380c8b15c2e96f66cb9a5fc60c0bf5e22a1f4a6b1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'hygroscope'
3
- s.version = '1.1.6'
3
+ s.version = '1.1.7'
4
4
  s.summary = 'CloudFormation launcher'
5
5
  s.description = 'A tool for managing the launch of complex CloudFormation stacks'
6
6
  s.authors = ['Daniel Silverman']
@@ -13,7 +13,8 @@ module Hygroscope
13
13
  # neither of which should be the case when using hygroscope -- but
14
14
  # we should check and error before getting to this point.
15
15
  @account_id = Aws::IAM::Client.new.get_user.user.arn.split(':')[4]
16
- @bucket = "hygroscope-payloads-#{@account_id}"
16
+ @region = ENV['AWS_REGION'] || 'us-east-1'
17
+ @bucket = "hygroscope-payloads-#{@account_id}-#{@region}"
17
18
  @name = "payload-#{Time.new.to_i}.zip"
18
19
 
19
20
  @client = Aws::S3::Client.new
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hygroscope
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Silverman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-23 00:00:00.000000000 Z
11
+ date: 2015-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor