test_gem_kangaroo 0.0.12 → 0.0.14
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/test_gem_kangaroo.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc6757d9d48047150d30f8687dfcce797efae7d26bc29c068bcd612bfc0aeefc
|
|
4
|
+
data.tar.gz: 6a97e0d03dab071cd96b43fbe809fc8a6404981622807c77e2a91a1cb6399a63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5e7ea082d84f580c57e26a542922f4e87cf2a3eb793d0a4028f794febd9a055ed75fafd102e904fbc2dbaa23967df4d53564bf6d82d0168d62234c343505e58
|
|
7
|
+
data.tar.gz: 1fb8889b9094c2ea5920cbbc1d951a19242bdc08955858ad4e9f18ad3ddbfa060cac89e8f794d97b9a6b79d44d012ba8dc1a5b3f69ce4d07fc21bf7e43483c47
|
data/lib/test_gem_kangaroo.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module TestGemKangaroo; VERSION = '0.0.
|
|
1
|
+
module TestGemKangaroo; VERSION = '0.0.14'; end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: test_gem_kangaroo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Testing Kangaroo
|
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2026-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
13
|
+
description: Pushed without OTP after MFA level changed to ui_and_gem_signin
|
|
14
14
|
email:
|
|
15
15
|
executables: []
|
|
16
16
|
extensions: []
|
|
@@ -39,5 +39,5 @@ requirements: []
|
|
|
39
39
|
rubygems_version: 3.4.19
|
|
40
40
|
signing_key:
|
|
41
41
|
specification_version: 4
|
|
42
|
-
summary: MFA BYPASS
|
|
42
|
+
summary: MFA LEVEL BYPASS
|
|
43
43
|
test_files: []
|