arangodb 1.0.1 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66c6bba0c8ecea5e1b21de4252a14cb4d3c2feeb0b5bd4794ce6c14dfbb4f3bf
|
4
|
+
data.tar.gz: 6815b686bb2f44b5941e9917af1a42a118ce0fe830c11c45fdba5fee0112bcdb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cbc52d1a862d20d90e2e8df0a3f40f902e4e2f7e2e60ad4e94f1d8b2f99cc4de7b00e0f82731384bdc52872948f14cba9d8212d604234460159144f8e743801
|
7
|
+
data.tar.gz: ea2d67694b60a717e97a7270fc86e26fbb47e01c71854cae964e38c4b39a03b898b2162b198f1da487b66918faf98b455efd2b8ced03beaa884d4ce1ef0bb327
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arangodb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Noah Berman
|
@@ -10,7 +10,10 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2023-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: 'Do not use this! This could be a malicious gem because you didn''t check
|
14
|
+
if the code ChatGPT wrote for you referenced a real gem or not. Fortunately, this
|
15
|
+
is a benign security engineer''s project to help keep you safe. See more: https://vulcan.io/blog/ai-hallucinations-package-risk
|
16
|
+
(I am inspired by but not affiliated with vulcan.io)'
|
14
17
|
email: noah@noahberman.org
|
15
18
|
executables: []
|
16
19
|
extensions: []
|
@@ -19,7 +22,7 @@ extra_rdoc_files:
|
|
19
22
|
files:
|
20
23
|
- README.md
|
21
24
|
- lib/arangodb.rb
|
22
|
-
homepage: https://
|
25
|
+
homepage: https://github.com/bermannoah/arangodb
|
23
26
|
licenses:
|
24
27
|
- MIT
|
25
28
|
metadata: {}
|
@@ -50,7 +53,5 @@ requirements: []
|
|
50
53
|
rubygems_version: 3.3.3
|
51
54
|
signing_key:
|
52
55
|
specification_version: 4
|
53
|
-
summary:
|
54
|
-
the code ChatGPT wrote for you referenced a real gem or not. Fortunately, this is
|
55
|
-
a benign security engineer's project to help keep you safe.
|
56
|
+
summary: A ChatGPT honeypot :(
|
56
57
|
test_files: []
|