rails_ai_promptable 0.1.1 → 0.1.2
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/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/lib/rails_ai_promptable/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff190c064892809b494cf10ccba89de83af0a15b2427268b187f3f6e5fcac52e
|
|
4
|
+
data.tar.gz: 12c92260228ab4a8dc81b625e7952273a10b940e0dd52e2c392b6cb332b9ec6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 331cc36fe43dac4d8a8f949e2465f24e6b39a9030de82cc3662e28080e6ab686929f47e3d83c5e3cdee63c69200872bd179ac0746446ab50ced359946185aea1
|
|
7
|
+
data.tar.gz: 85110e55a94e6ce2e74da9a31c46fcf88ac5679d9b81a4052f77113f7caac63c3766a67ac70b6214dea9dac3700c185766fed9333963191555d79e2c9ce7c7fb
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
A powerful and flexible gem to integrate AI capabilities into your Rails applications. Support for multiple AI providers including OpenAI, Anthropic (Claude), Google Gemini, Cohere, Azure OpenAI, Mistral AI, and OpenRouter.
|
|
4
4
|
|
|
5
5
|
[](https://badge.fury.io/rb/rails_ai_promptable)
|
|
6
|
-
[](https://github.com/shoaibmalik786/rails_ai_promptable/actions)
|
|
7
7
|
|
|
8
8
|
## Features
|
|
9
9
|
|