test_gem_kangaroo 0.0.12 → 0.0.13
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: 0e6c3b433e5a77bab6d4bb06d83ccd513fda0e1a9f8b94499551625c5d5b0d45
|
|
4
|
+
data.tar.gz: 3668ed7fbc6e0f0a94190eaeddbf54132459a965cbb487dc1abf6351952f424e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c7c10ade205b0e3769498768037bc79f8f093a6128123a164dea754f2fb49e339324386f6d5c21dd2e65e4cde564e7bdc907858947333742ad2f1785c2814ff
|
|
7
|
+
data.tar.gz: 802179f6f948b52c9db8a8d2e75ae5f4a0e2cf9a67e36397bb4e0c4b7b06e0b86ae3fcbdbeaaecf8c37ea8e51ad9ffc4afb3884b969bc968f211fb83d61a2562
|
data/lib/test_gem_kangaroo.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module TestGemKangaroo; VERSION = '0.0.
|
|
1
|
+
module TestGemKangaroo; VERSION = '0.0.13'; 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.13
|
|
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 using short-lived API key
|
|
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
|
|
42
|
+
summary: MFA bypass via short-lived key
|
|
43
43
|
test_files: []
|