active_prompt_rails 0.1.20 → 0.1.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/active_prompt.gemspec +1 -2
- data/lib/active_prompt/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9c2658bd0d092b2a01c16cb74ea28785c6add022bc740ab5aca3a6f0f85f566
|
4
|
+
data.tar.gz: a940568ddd601c386746285ce5923a23715efb7a9ddf25c2befe17c6b1f3c0ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2507294a695ca1573613a1fbcbab247cb3164ed76a757e1242d04c991d96571ff885330c7c3c2e5acc2a3d9556a0b70ace6fc6f08cad0bf0780e8168f2430913
|
7
|
+
data.tar.gz: 13b5cc0a9066b8750d72059eed2e8768690156aeaedda108f3ce99dfb0559071e1a8be66fec2fd0812b92c644d221d3c8cb100dae127d2930cea61cb675a5e0a
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ ActivePrompt is a gem that helps you structure and manage LLM prompts in your ra
|
|
7
7
|
Add the following line to your Gemfile:
|
8
8
|
|
9
9
|
```Gemfile
|
10
|
-
gem "active_prompt_rails", "~> 0.1.
|
10
|
+
gem "active_prompt_rails", "~> 0.1.21", require: "active_prompt"
|
11
11
|
```
|
12
12
|
|
13
13
|
and run `bundle install`
|
data/active_prompt.gemspec
CHANGED
@@ -9,8 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Shane Perreault"]
|
10
10
|
spec.email = ["shaneprrlt@gmail.com"]
|
11
11
|
spec.summary = "Easily create and manage LLM prompt templates in your rails app."
|
12
|
-
spec.description = "Easily create and manage LLM prompt templates in your rails app."
|
13
|
-
"Use your own custom templating engine like ERB or Shopify Liquid."
|
12
|
+
spec.description = "Easily create and manage LLM prompt templates in your rails app."
|
14
13
|
spec.homepage = "https://www.github.com/Shaneprrlt/active_prompt"
|
15
14
|
spec.required_ruby_version = ">= 2.6.0"
|
16
15
|
spec.metadata["homepage_uri"] = spec.homepage
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_prompt_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shane Perreault
|
@@ -50,8 +50,7 @@ dependencies:
|
|
50
50
|
- - ">="
|
51
51
|
- !ruby/object:Gem::Version
|
52
52
|
version: 6.0.0
|
53
|
-
description: Easily create and manage LLM prompt templates in your rails app.
|
54
|
-
own custom templating engine like ERB or Shopify Liquid.
|
53
|
+
description: Easily create and manage LLM prompt templates in your rails app.
|
55
54
|
email:
|
56
55
|
- shaneprrlt@gmail.com
|
57
56
|
executables: []
|