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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d884aa97e92b98c307785818064cc0df6e65a4f290f000c9410f2203779dd75
4
- data.tar.gz: d858cadc9db796cc036f148259c17eebdcb803b9288cea7506b3554de601279e
3
+ metadata.gz: e9c2658bd0d092b2a01c16cb74ea28785c6add022bc740ab5aca3a6f0f85f566
4
+ data.tar.gz: a940568ddd601c386746285ce5923a23715efb7a9ddf25c2befe17c6b1f3c0ff
5
5
  SHA512:
6
- metadata.gz: 8c38b600e5fcd89cabd640654e799d28ff9f529b607109843c7d40290c9a8c6e4b4ab908498b3e318cff62592493df4a38f38b0b7c5012b8e093dffbbba041c8
7
- data.tar.gz: c1b6aa197e94d8acfb4cde43e4631855cbc3f458f7e9db35df4bf90d7d7bc12e2705d03c3a043e3ded0bf8f746d678777e147dfff514bb4bee1a0e329c8fe7a3
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.20", require: "active_prompt"
10
+ gem "active_prompt_rails", "~> 0.1.21", require: "active_prompt"
11
11
  ```
12
12
 
13
13
  and run `bundle install`
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActivePrompt
4
- VERSION = "0.1.20"
4
+ VERSION = "0.1.21"
5
5
  end
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.20
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.Use your
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: []