blufin-lib 2.1.0 → 2.2.0
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/core/aws.rb +1 -1
- data/lib/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: d014b7b367f575465118165ef49b96bf4710a9af
|
|
4
|
+
data.tar.gz: 482eb32d0fe580be6e885f348edf3a118e9be0a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c775433d87a7988bdb2df43490d6e28d34f864a16d29a18d792767430df9eef2dba03c3ecf3426dda49ed545faf1ee03896629f6c2b61e5515a8fac311a1dbc8
|
|
7
|
+
data.tar.gz: 570505bae9b9362bee0df09e2f7d483292c17d9f23a587412026f4dfd5275bf2498452d35b11c28685fbbb977105489ef7291ad8e7accfeedb0fd130a666f64f
|
data/lib/core/aws.rb
CHANGED
|
@@ -109,7 +109,7 @@ module Blufin
|
|
|
109
109
|
errors << "aws-cli error. Cannot find #{profile}: #{Blufin::Terminal::format_invalid('aws_secret_access_key')} in: #{Blufin::Terminal::format_directory(FILE_AWS_CREDENTIALS)}" if credentials.aws_secret.nil?
|
|
110
110
|
else
|
|
111
111
|
# Returns 'yes' if running on EC2 instance, 'no' if not.
|
|
112
|
-
unless `#{
|
|
112
|
+
unless `#{Blufin::Base::get_base_path}/#{Blufin::Base::OPT_PATH}/shell/ec2-check`.to_s.gsub("\n", '') =~ /yes/i
|
|
113
113
|
errors << "aws-cli error. Cannot find file: #{Blufin::Terminal::format_invalid(FILE_AWS_CREDENTIALS)}"
|
|
114
114
|
end
|
|
115
115
|
end
|
data/lib/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
BLUFIN_LIB_VERSION = '2.
|
|
1
|
+
BLUFIN_LIB_VERSION = '2.2.0'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blufin-lib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Albert Rannetsperger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-01-
|
|
11
|
+
date: 2020-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: highline
|