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 +4 -4
- data/hygroscope.gemspec +1 -1
- data/lib/hygroscope/payload.rb +2 -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: c30412dca6b04d119cc3faeaa816022ce900feb0
|
|
4
|
+
data.tar.gz: 06409b36b30e590c074b02cbb29e0aea6bf9d13f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c646b4a25667cc80db36202ceda848984557723d27f14fc83fe484df0b4d3266dc3a1782f7603aadda64fe3ca072342e28cc1151f67a41b49bafb3a9160aed4c
|
|
7
|
+
data.tar.gz: c578d854060fd6c4aba017d04320d6c92b479118f3d168228de1c9abf0d4552939dc56d85200bc5811cb148380c8b15c2e96f66cb9a5fc60c0bf5e22a1f4a6b1
|
data/hygroscope.gemspec
CHANGED
data/lib/hygroscope/payload.rb
CHANGED
|
@@ -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
|
-
@
|
|
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.
|
|
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-
|
|
11
|
+
date: 2015-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|