aws-mfa-secure 0.3.2 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e39008cea5e1bf43114c32b2478f530a69296a18065fc4af75e5c3074960be6
4
- data.tar.gz: 262b9171dcb03c2497945b0bae5711eff2cf6d6a0e502948ed1668442f827fee
3
+ metadata.gz: 42390b062852aa9d6934511cdc4bd0713f6f0a4ea06afcce9aada3d8966edf2e
4
+ data.tar.gz: 25eb794fa65c35ce06d5ce97a0ca854f003f6b527000a13eec035c73421503ce
5
5
  SHA512:
6
- metadata.gz: 528b239ff75ce82eb62e21555ec876f4d800783da73b796e3476908bae4801d4fa9624847683c55961a8f96bdfc237b3150494b2b99f57be5b697b3484604061
7
- data.tar.gz: 4582fb337d00f6752046cd33b453bdf69ffdc4a34f826e2e0a5912586a41d1c46d81531503157becf9f907317a975cbea808cc97fd977c284e666bbaa53b2cc6
6
+ metadata.gz: 349ef5dbd0d7dce66fbd00aaf857001dae0a0ac767a581079f4a5ebb63afdb50b2888cdd4defd6944dbed7546c5f95a70805f6deefbcdf506c4de7b1050e804b
7
+ data.tar.gz: dca4f146d65588cd9b9c8d79bfac300929998e6b1488f8c369c5a84de738ee1b46b48641737eedbda0ef02592249680d72b4efb34ce9f567858b059b7bfffd64
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [0.3.3]
7
+ - fix aws_cli_installed? check
8
+
6
9
  ## [0.3.2]
7
10
  - check for aws_cli_installed, allow to work on aws lambda
8
11
 
@@ -26,6 +26,7 @@ module AwsMfaSecure
26
26
  def aws_cli_installed?
27
27
  return false unless File.exist?("#{ENV['HOME']}/.aws")
28
28
  return false unless system("type aws > /dev/null 2>&1")
29
+ true
29
30
  end
30
31
 
31
32
  def fetch_creds?
@@ -1,3 +1,3 @@
1
1
  module AwsMfaSecure
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-mfa-secure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen