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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/aws_mfa_secure/base.rb +1 -0
- data/lib/aws_mfa_secure/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42390b062852aa9d6934511cdc4bd0713f6f0a4ea06afcce9aada3d8966edf2e
|
4
|
+
data.tar.gz: 25eb794fa65c35ce06d5ce97a0ca854f003f6b527000a13eec035c73421503ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 349ef5dbd0d7dce66fbd00aaf857001dae0a0ac767a581079f4a5ebb63afdb50b2888cdd4defd6944dbed7546c5f95a70805f6deefbcdf506c4de7b1050e804b
|
7
|
+
data.tar.gz: dca4f146d65588cd9b9c8d79bfac300929998e6b1488f8c369c5a84de738ee1b46b48641737eedbda0ef02592249680d72b4efb34ce9f567858b059b7bfffd64
|
data/CHANGELOG.md
CHANGED
@@ -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
|
|
data/lib/aws_mfa_secure/base.rb
CHANGED