dspy-gepa 1.0.1 → 1.0.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/dspy/gepa/version.rb +1 -3
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa2c8d0b7d319ca9578e511c7e6b1c2d02946d412c20e0cd552cc091f6e89dfc
4
- data.tar.gz: e5c8b3312762c613a86d3c368b6cdba0fe4d54ff0251d75d520c4a28cd3c5bde
3
+ metadata.gz: a9d41d32627524c35a0ce830d1b481679ddc49db3702f4989e5822f54978cc8d
4
+ data.tar.gz: 42549c61a7031b3a0b0896b92fee3311f068cce39333c587688575a11ae72f3b
5
5
  SHA512:
6
- metadata.gz: cb4ad7af1d4575e33c26944e87f23b69e1dae68946fdd289252c808c193075766397cc199ad926ee834c83290d2adc8952d09aab934453a7965eef0dd8fcace0
7
- data.tar.gz: a8cca207ece96d2cb6fa59bcb617ceed0eb4bbe12a2f1b8b1210aa43c361c8446db75aba71822d1bd135850c72bc8cc1a32d0c6c309e1a24f9c6b59bcd2ec948
6
+ metadata.gz: fe14b49cfc91f62a71e5085c1363d96ce857ac43ba036a42941fbb6082d271784da3079a91f18abef27033ceffc648351ff1afe2b20229e2f3e5109de70617ae
7
+ data.tar.gz: a159e3117678b77043517d157308d61153aa30a40a992110d2b38e5fe1de36071f2e14570302021a0eb1b67abed9fbc33ec548a24a2faa8df0262bddd475943c
data/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  **Build reliable LLM applications in idiomatic Ruby using composable, type-safe modules.**
18
18
 
19
- DSPy.rb is the Ruby-first surgical port of Stanford's [DSPy framework](https://github.com/stanfordnlp/dspy). It delivers structured LLM programming, prompt engineering, and context engineering in the language we love. Instead of wrestling with brittle prompt strings, you define typed signatures in idiomatic Ruby and compose workflows and agents that actually behave.
19
+ DSPy.rb is the Ruby-first surgical port of Stanford's [DSPy paradigm](https://github.com/stanfordnlp/dspy). It delivers structured LLM programming, prompt engineering, and context engineering in the language we love. Instead of wrestling with brittle prompt strings, you define typed signatures in idiomatic Ruby and compose workflows and agents that actually behave.
20
20
 
21
21
  **Prompts are just functions.** Traditional prompting is like writing code with string concatenation: it works until it doesn't. DSPy.rb brings you the programming approach pioneered by [dspy.ai](https://dspy.ai/): define modular signatures and let the framework deal with the messy bits.
22
22
 
@@ -1,10 +1,8 @@
1
1
  # typed: strict
2
2
  # frozen_string_literal: true
3
3
 
4
- require_relative '../version'
5
-
6
4
  module DSPy
7
5
  module GEPA
8
- VERSION = '1.0.1'
6
+ VERSION = '1.0.3'
9
7
  end
10
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dspy-gepa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vicente Reig Rincón de Arellano
@@ -27,14 +27,14 @@ dependencies:
27
27
  name: gepa
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - '='
30
+ - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.0
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - '='
37
+ - - ">="
38
38
  - !ruby/object:Gem::Version
39
39
  version: 1.0.0
40
40
  description: Ships DSPy::Teleprompt::GEPA plus reflective adapters, experiment tracking,