ocean-rails 5.3.2 → 5.3.3
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/config/initializers/_aws_config.rb +2 -2
- data/lib/ocean/version.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: f5f3826b8efe414b456021a301fc0567b85aa081
|
|
4
|
+
data.tar.gz: 6df1872db9bb88772faa7d7ef92c2aea52a1a3a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 470c18a8d3b7a76f2bfa7e50733d2cbddd214af8bfbc016fb8bbe632ddcbf9f1904dcbe1c0a34e979b2200344d837db004f4386c4c59eb9778568409a66198f6
|
|
7
|
+
data.tar.gz: 5f88ce705d533b16d518b6266fb8aa115dd99f0c6c9f3e181e1955efbdfc070405f7396d2a045756a1829b39b84ed1120b597aa7c500dcab7b5eaa8137b373b6
|
|
@@ -30,8 +30,8 @@ else
|
|
|
30
30
|
# Configure AWS with the raw cfg data
|
|
31
31
|
AWS.config(cfg)
|
|
32
32
|
# Configure Aws with a massaged version of the cfg data
|
|
33
|
-
config = { region:
|
|
34
|
-
credentials: Aws::Credentials.new(
|
|
33
|
+
config = { region: ENV['AWS_REGION'],
|
|
34
|
+
credentials: Aws::Credentials.new(ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'])
|
|
35
35
|
}
|
|
36
36
|
config[:endpoint] = cfg["endpoint"] if cfg["endpoint"]
|
|
37
37
|
Aws.config.update(config)
|
data/lib/ocean/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ocean-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.3.
|
|
4
|
+
version: 5.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Bengtson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|