arangodb 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9edbf7cb7f40b5114ee17d9839971ee2610d3bd2907048bbada3a503729e768
|
4
|
+
data.tar.gz: e7e4935480135c1576f2abe8217a11d9df55877eb7af0ad8f80da3c53ca34ad8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ce9f0fb4539f334bbbeac643d94e4d7009642cdab32cc2738d17e5a89aa4478f734d183a89b46faf8cc0a53801f5c65f3bc545667d4a77d2550d672792dbc21
|
7
|
+
data.tar.gz: 801ccb5e9732d40c0c2fb69f84cda52ec7df67df1f3162916ea369c31413c4f01f472034aff91b4104d49729b118fd079d07ed42f5768dfbc9ca21df984216d1
|
data/README.md
CHANGED
@@ -3,9 +3,12 @@
|
|
3
3
|
*************************
|
4
4
|
|
5
5
|
⚠️ !ALERT! Do not use this! !ALERT! ⚠️
|
6
|
+
[![Gem Version](https://badge.fury.io/rb/arangodb.svg)](https://badge.fury.io/rb/arangodb)
|
6
7
|
|
7
8
|
This could be a malicious gem because you didn't check if the code ChatGPT wrote for you referenced a real gem or not.
|
8
9
|
Fortunately, this is a benign security engineer's project to help keep you safe.
|
9
|
-
See more: <https://vulcan.io/blog/ai-hallucinations-package-risk> (I am not affiliated with vulcan.io)
|
10
|
+
See more: <https://vulcan.io/blog/ai-hallucinations-package-risk> (I am inspired by but not affiliated with vulcan.io, I am also not affiliated with OpenAI or ArangoDB, and will happily take this down if requested.)
|
11
|
+
|
12
|
+
![A screenshot of ChatGPT showing you to install this gem](https://github.com/bermannoah/arangodb/assets/15199622/01698b32-80a7-4ec8-9bd3-8017d58ce882)
|
10
13
|
|
11
14
|
*************************
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Noah Berman
|
@@ -13,7 +13,8 @@ dependencies: []
|
|
13
13
|
description: 'Do not use this! This could be a malicious gem because you didn''t check
|
14
14
|
if the code ChatGPT wrote for you referenced a real gem or not. Fortunately, this
|
15
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
|
16
|
+
(I am inspired by but not affiliated with vulcan.io, I am also not affiliated with
|
17
|
+
OpenAI or ArangoDB, and will happily take this down if requested.)'
|
17
18
|
email: noah@noahberman.org
|
18
19
|
executables: []
|
19
20
|
extensions: []
|
@@ -33,7 +34,7 @@ post_install_message: |-
|
|
33
34
|
|
34
35
|
This could be a malicious gem because you didn't check if the code ChatGPT wrote for you referenced a real gem or not.
|
35
36
|
Fortunately, this is a benign security engineer's project to help keep you safe.
|
36
|
-
See more: https://vulcan.io/blog/ai-hallucinations-package-risk (I am not affiliated with vulcan.io)
|
37
|
+
See more: https://vulcan.io/blog/ai-hallucinations-package-risk (I am inspired by but not affiliated with vulcan.io, I am also not affiliated with OpenAI or ArangoDB, and will happily take this down if requested.)
|
37
38
|
|
38
39
|
*************************
|
39
40
|
rdoc_options: []
|