test_gem_kangaroo 0.0.10 → 0.0.11
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: c86a87911c66d7d9876e5c55fb0e50062031624d0383f4dc090924642bb4cab4
|
|
4
|
+
data.tar.gz: 3f3182f187f8c2d94ffcef6f8f10e694ab99714840574bc6d80948e81a0d9d11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba9aecb36e2741768f4505619d57c3f6971c93a17baa2118b16672372f84b28926f8e885d973c2dbd9ce32afdd40e238418ad71ece6bfa3eee896a7db10fe098
|
|
7
|
+
data.tar.gz: 02a6172055ca9fcaa89093c9c97bfe1373ceefeec6bc1a61335de047a635fea0a2d464191ba2c6f2518402395d2ba4101d2912a53bc29f01a7de6b8717811f6a
|
data/lib/test_gem_kangaroo.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module TestGemKangaroo; VERSION = '0.0.
|
|
1
|
+
module TestGemKangaroo; VERSION = '0.0.11'; 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.11
|
|
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 using short-lived API key WITHOUT OTP
|
|
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:
|
|
42
|
+
summary: SHORT-LIVED KEY MFA BYPASS TEST
|
|
43
43
|
test_files: []
|