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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0eb5eb69a0e424cc13e36f06075675b3e381577d376cf41c1db0e7c056ae56f2
4
- data.tar.gz: 4b4eaf638bc7fb18977539a4bc15082e847d4ae6c7dd260ff5e694170d7b6ebb
3
+ metadata.gz: ff190c064892809b494cf10ccba89de83af0a15b2427268b187f3f6e5fcac52e
4
+ data.tar.gz: 12c92260228ab4a8dc81b625e7952273a10b940e0dd52e2c392b6cb332b9ec6a
5
5
  SHA512:
6
- metadata.gz: 931b652c3821e86c68390bcba0334705ad219bffaac816aa48f0af4fa7ab9b4789494ad3f6a599f8af7aa19cf23cd8290520000a4723f25c9a4cb39cee20f5b3
7
- data.tar.gz: cf99c5879120c691e3179e254a5a51a6815bc63c484c0d5e14b10afc4cc90e29b551061c52c23c5b52b0f7dcb3cabcfce90cd9d5b4cad16383351368c25204c2
6
+ metadata.gz: 331cc36fe43dac4d8a8f949e2465f24e6b39a9030de82cc3662e28080e6ab686929f47e3d83c5e3cdee63c69200872bd179ac0746446ab50ced359946185aea1
7
+ data.tar.gz: 85110e55a94e6ce2e74da9a31c46fcf88ac5679d9b81a4052f77113f7caac63c3766a67ac70b6214dea9dac3700c185766fed9333963191555d79e2c9ce7c7fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.2] - 2025-11-06
4
+
5
+ ### Fixed
6
+ - Fixed GitHub Actions badge URL in README to display correctly
7
+ - Fixed gem version badge display on RubyGems page
8
+
3
9
  ## [0.1.1] - 2025-11-06
4
10
 
5
11
  ### Fixed
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
  [![Gem Version](https://badge.fury.io/rb/rails_ai_promptable.svg)](https://badge.fury.io/rb/rails_ai_promptable)
6
- [![Tests](https://github.com/shoaibmalik786/rails_ai_promptable/workflows/tests/badge.svg)](https://github.com/shoaibmalik786/rails_ai_promptable/actions)
6
+ [![Ruby](https://github.com/shoaibmalik786/rails_ai_promptable/actions/workflows/main.yml/badge.svg)](https://github.com/shoaibmalik786/rails_ai_promptable/actions)
7
7
 
8
8
  ## Features
9
9
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsAIPromptable
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_ai_promptable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shoaib Malik