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: e5222f7000adf8ffce9a8b8dab20d1525cff667cd35822a6cc26990f1ad71977
4
- data.tar.gz: 4d4979f688b9532f92c17c3a6b9c8e707d59d20b871437914500dafe209eab75
3
+ metadata.gz: 118144917c2f1cf6714adfbb4f5ec03bb7ba8712cc8ee6d8ecf13d9908cbba46
4
+ data.tar.gz: 8bfb5099630077a091f6900023b2c1772c31a8348906e37facc15605ce5e1d50
5
5
  SHA512:
6
- metadata.gz: 317b4820cdf3dd56984bf7d4fbce1502a47b1d12c485fc973bf2598864fe4b42fc622fc30ca828ff215c47fc4ec2cbba94680e8c23889b4de3b6a5c3d4d47625
7
- data.tar.gz: 6953c268efd52f4d1099e3bf1f0450ef0885b80b3a8d53814b2588584181b9632dabff4b1a25acb889c6bdb9cdd03c330546315b76404f4fdaec2f8eef1b1483
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."
@@ -3,7 +3,7 @@
3
3
  module Kerplunk
4
4
  module AI
5
5
  module Prompts
6
- VERSION = "0.1.4"
6
+ VERSION = "0.1.6"
7
7
  end
8
8
  end
9
9
  end
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
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-19 00:00:00.000000000 Z
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: