kerplunk-ai-prompts 0.1.4 → 0.1.6
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 118144917c2f1cf6714adfbb4f5ec03bb7ba8712cc8ee6d8ecf13d9908cbba46
|
4
|
+
data.tar.gz: 8bfb5099630077a091f6900023b2c1772c31a8348906e37facc15605ce5e1d50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72808788b8ea92efb9b5d0d2280c38460cc9c9d8b2baeb8ad38f9dd513571cc528fa537a8eb06dc73b8fd174a0ab97c37cfd23faa801bf30a1f051fdc6b7a678
|
7
|
+
data.tar.gz: cac698c1e31bf19ecd0d4f7c3d4bc1ae89e84829ac0327c40f9c955a880b3dc95661cc54af02f84f0902e63a46d0031955b4f6504b00ad5025e7d5aabfa8b5fe
|
@@ -27,10 +27,6 @@ module Kerplunk
|
|
27
27
|
)
|
28
28
|
raise ArgumentError, "job_title is required" if job_title.nil? || job_title.empty?
|
29
29
|
raise ArgumentError, "industry is required" if industry.nil? || industry.empty?
|
30
|
-
raise ArgumentError, "organization_name is required" if organization_name.nil? || organization_name.empty?
|
31
|
-
raise ArgumentError, "organization_size is required" if organization_size.nil? || organization_size.empty?
|
32
|
-
raise ArgumentError, "job_location is required" if job_location.nil? || job_location.empty?
|
33
|
-
raise ArgumentError, "job_description is required" if job_description.nil? || job_description.empty?
|
34
30
|
|
35
31
|
if organization_name_requirement
|
36
32
|
organization_name_requirement_text = "Please ensure the job description includes the organization name."
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kerplunk-ai-prompts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Schutt
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A collection of AI prompt templates for use in Kerplunk
|
14
14
|
email:
|