aws-mfa-secure 0.4.3 → 0.4.4

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: 402fd832cf07be964b75d2a30a96600b65956e11979d02595d8e74725970a232
4
- data.tar.gz: edc70a0647f6f73de89d02e83e788fc922f4c189a29c47b94a7efad33410fe25
3
+ metadata.gz: 59df8839498386209c3ce89ac8eaad772306f72d5ebc7bafdcd6efa51fa911cb
4
+ data.tar.gz: a9fc4dd319295990a3a133c631f0ccfb795e668ae44420797baf854537d6274d
5
5
  SHA512:
6
- metadata.gz: 51f145fe9a979d65cd54086e84e98c66050cb148fd45e39bbf766ade2d7d4175472580946761517a32d5749e2ab0dee37866e542450b428847b1c4c91d91d013
7
- data.tar.gz: 8b471f3641a3d92f7b0f507fe6049c6f3c70b1e6bfb5ec451d114c74c257896191a1bd6ef944701bf02ba14db3e520895dba801a6e0c673962f099648a6d3665
6
+ metadata.gz: c393f81fcce29b09088c460d6992e4f8c0724200e50dc256ab06982900d4746472707345df4c2b2a10417dfc9372bacbaf62d0ef916e98697eacae51689a40d7
7
+ data.tar.gz: 53892cf30d8cee8e1905cac8d9847a494d67af576c9e72eafd6f4c97ff95a382de0464030a069d761e92db486fb850ff137ba5fd8cfb59f20bd1dab0e48a1c99
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.4.4] - 2022-01-07
7
+ - [#5](https://github.com/tongueroo/aws-mfa-secure/pull/5) fix activesupport require
8
+
6
9
  ## [0.4.3] - 2020-12-10
7
10
  - [#4](https://github.com/tongueroo/aws-mfa-secure/pull/4) require singleton
8
11
 
@@ -1,3 +1,3 @@
1
1
  module AwsMfaSecure
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
@@ -1,5 +1,6 @@
1
1
  $:.unshift(File.expand_path("../", __FILE__))
2
2
  require "aws_mfa_secure/version"
3
+ require "active_support"
3
4
  require "active_support/core_ext/hash"
4
5
  require "active_support/core_ext/string"
5
6
  require "fileutils"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-mfa-secure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-12-10 00:00:00.000000000 Z
11
+ date: 2022-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  - !ruby/object:Gem::Version
244
244
  version: '0'
245
245
  requirements: []
246
- rubygems_version: 3.1.4
246
+ rubygems_version: 3.2.32
247
247
  signing_key:
248
248
  specification_version: 4
249
249
  summary: Adds MFA Support to AWS CLI and Ruby SDKs for normal IAM user