Skip to content

Commit d2e76dd

Browse files
committed
Add GH badges
1 parent 0250079 commit d2e76dd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RubyLLM::Schema
22

3+
[![Gem Version](https://badge.fury.io/rb/ruby_llm-schema.svg)](https://badge.fury.io/rb/ruby_llm-schema)
4+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/danielfriis/ruby_llm-schema/blob/main/LICENSE)
5+
[![CI](https://github.com/danielfriis/ruby_llm-schema/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/danielfriis/ruby_llm-schema/actions/workflows/ci.yml)
6+
37
A Ruby DSL for creating JSON schemas with a clean, Rails-inspired API. Perfect for defining structured data schemas for LLM function calling or structured outputs.
48

59
## Use Cases

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ require "bundler/gem_tasks"
44
require "rspec/core/rake_task"
55
require "standard/rake"
66

7+
# Load custom tasks
8+
Dir.glob("lib/tasks/**/*.rake").each { |r| load r }
9+
710
RSpec::Core::RakeTask.new(:spec)
811

912
task default: %i[standard spec]

0 commit comments

Comments
 (0)