promptly 0.1.0 → 0.1.1
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/promptly/version.rb +1 -1
- data/promptly.gemspec +4 -4
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ca7fd7ca771ab39712f686104bcfb163935aa8d065531b36afbfc8b31454ac1
|
4
|
+
data.tar.gz: 608eac9ecb0955e52fb58032286dd8120121c5ae825604592800dace7495f881
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f53c4cfe0900689724c3d8fb127c235aa22e07b590f6130565171e1108911e05be2a751891d06fbf11bfa4bb0b41a357d8283c99700f60c39f489986b7c45f13
|
7
|
+
data.tar.gz: 406e1643df061a4cec08f2e2b4aab12a309b1da1db0e3c347dc7c6fda5c868498bfddecf93fb3869ac36514c680fdda59dce79293699e801965a8bb2922386da
|
data/lib/promptly/version.rb
CHANGED
data/promptly.gemspec
CHANGED
@@ -10,16 +10,16 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = "Opinionated Rails integration for reusable AI prompt templates"
|
12
12
|
spec.description = "Build maintainable, localized, and testable AI prompts using ERB or Liquid templates with Rails conventions"
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/wilburhimself/promptly"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = ">= 3.0.0"
|
16
16
|
|
17
17
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
18
18
|
|
19
19
|
spec.metadata["homepage_uri"] = spec.homepage
|
20
|
-
spec.metadata["source_code_uri"] = "https://github.com/
|
21
|
-
spec.metadata["changelog_uri"] = "https://github.com/
|
22
|
-
spec.metadata["documentation_uri"] = "https://github.com/
|
20
|
+
spec.metadata["source_code_uri"] = "https://github.com/wilburhimself/promptly"
|
21
|
+
spec.metadata["changelog_uri"] = "https://github.com/wilburhimself/promptly/blob/main/CHANGELOG.md"
|
22
|
+
spec.metadata["documentation_uri"] = "https://github.com/wilburhimself/promptly/blob/main/README.md"
|
23
23
|
|
24
24
|
# Specify which files should be added to the gem when it is released.
|
25
25
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: promptly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wilbur Suero
|
@@ -85,15 +85,15 @@ files:
|
|
85
85
|
- lib/promptly/tasks/ai_prompts.rake
|
86
86
|
- lib/promptly/version.rb
|
87
87
|
- promptly.gemspec
|
88
|
-
homepage: https://github.com/
|
88
|
+
homepage: https://github.com/wilburhimself/promptly
|
89
89
|
licenses:
|
90
90
|
- MIT
|
91
91
|
metadata:
|
92
92
|
allowed_push_host: https://rubygems.org
|
93
|
-
homepage_uri: https://github.com/
|
94
|
-
source_code_uri: https://github.com/
|
95
|
-
changelog_uri: https://github.com/
|
96
|
-
documentation_uri: https://github.com/
|
93
|
+
homepage_uri: https://github.com/wilburhimself/promptly
|
94
|
+
source_code_uri: https://github.com/wilburhimself/promptly
|
95
|
+
changelog_uri: https://github.com/wilburhimself/promptly/blob/main/CHANGELOG.md
|
96
|
+
documentation_uri: https://github.com/wilburhimself/promptly/blob/main/README.md
|
97
97
|
rdoc_options: []
|
98
98
|
require_paths:
|
99
99
|
- lib
|