gridium 1.1.44 → 1.1.45
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/lib/s3.rb +1 -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: c00ae0bb2b6ce347633f01664e2cc0848ec9235b
|
|
4
|
+
data.tar.gz: b5336536d56f33461e85a1ef76dd9244e02b0deb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52c597b687e7a1e3d9dcedf4956f8b72d994eef909a40287ff8d919f3ed4ff5ad716774748523812752349fb3398d0a049914e822a3935882edde8a096dc63d9
|
|
7
|
+
data.tar.gz: 33fb4f30f33673331e5925c8d960d5b266d0cc93ee8befb6a729bf93ac2a1e7f387cd2449cc66ad5f384c4cdf4dd20a12a3791c9147e435655b71f8e792c69bd
|
data/lib/s3.rb
CHANGED
|
@@ -31,7 +31,7 @@ module Gridium
|
|
|
31
31
|
Log.error("[GRIDIUM::S3] unable to save file to s3 due to Aws::S3::Errors::InvalidAccessKeyId")
|
|
32
32
|
rescue Seahorse::Client::NetworkingError => error
|
|
33
33
|
Log.error("[GRIDIUM::S3] unable to save file to s3 due to underlying network error: #{error}")
|
|
34
|
-
rescue
|
|
34
|
+
rescue StandardError => error
|
|
35
35
|
Log.error("[GRIDIUM::S3] unable to save file to s3 due to unexpected error: #{error}")
|
|
36
36
|
end
|
|
37
37
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gridium
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.45
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Urban
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|