baml 0.39.0-x86_64-darwin → 0.51.1-x86_64-darwin

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: b9e498ad5920e9aef77ae87ac40901b418c19d071bdbe92306477763390a7788
4
- data.tar.gz: 9399e96bfd677b0c518c596881dfa087b4a0e766ac676bff5a403db75643dc1a
3
+ metadata.gz: cfe79df9691a9f1d15e9fe4649046d9280c61f480b52d196651082a56d0dc4ac
4
+ data.tar.gz: 8c79603484c48b61cf7c3781e3353aa07d438dfc6cf8e168fe444208128fddf2
5
5
  SHA512:
6
- metadata.gz: 487264029229ebbb4afbd260a568883499d8c0c74e8872122adf1ab248302391514a923e08dd1e42dd2eae629100d13941f24b4b09a15afb9cbd306c9498cdba
7
- data.tar.gz: 44ced166662209d2609ae1b3f3c3404af7f18f27b473e0f00226a2d125e55bd30cd9b7a120f5f61ebe60589c3da142f154cd08bd6c6653ec7b4fc3cc9098b7c3
6
+ metadata.gz: 6028c21358558378c2841091023b2be272d919b7dccf492bbf34c4a624799e05e27c4c4d237b143a66b4c1072620e0ea7e141c03adb24730e79ac6945ad548c6
7
+ data.tar.gz: 802c7463f4bbd88544580f703dc0edf9b00d6ef79347853400b162748e7415e11f00074c95fe1c942d53d320f0f61869bfa690507075a386b27bd557fc706b86
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: baml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.51.1
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - BoundaryML
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-11 00:00:00.000000000 Z
11
+ date: 2024-07-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A gem for users to interact with BoundaryML's Language Model clients
14
14
  (LLM) in Ruby.
@@ -21,8 +21,6 @@ extra_rdoc_files: []
21
21
  files:
22
22
  - exe/baml-cli
23
23
  - lib/baml.rb
24
- - lib/baml/2.7/ruby_ffi.bundle
25
- - lib/baml/3.0/ruby_ffi.bundle
26
24
  - lib/baml/3.1/ruby_ffi.bundle
27
25
  - lib/baml/3.2/ruby_ffi.bundle
28
26
  - lib/baml/3.3/ruby_ffi.bundle
@@ -39,7 +37,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
39
37
  requirements:
40
38
  - - ">="
41
39
  - !ruby/object:Gem::Version
42
- version: '2.7'
40
+ version: '3.1'
43
41
  - - "<"
44
42
  - !ruby/object:Gem::Version
45
43
  version: 3.4.dev
Binary file
Binary file