baml 0.39.0-arm64-darwin → 0.52.0-arm64-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: efae806740306261a1bfc8ce89094d3ae8dd5b497069e177190e9c7b69d85b48
4
- data.tar.gz: b103487e42a52557da47054b02b8f0ff7abd92f481ab48edd08475befacf60c5
3
+ metadata.gz: 35cd3d37dcf595f7fe4a411991499f2ae3306d46c0fc977c5a56efb4cc1481c6
4
+ data.tar.gz: cbc849b11431d1e6e55e66a0eed6c8fda2191914f9ea63a99cd1077070aa258c
5
5
  SHA512:
6
- metadata.gz: ac91612dfb72acffbdc9491cdac08db25b280d4a04959591d3ff19eebf138237494a0c4deb00542a4816850d1bdabf6509f266105150ac890bbe0052dc12c83c
7
- data.tar.gz: 7a7d50454c8daa7655f6cb7b3468524f5443e57495d682718d655e9267a2b31452e8ec3f999c249d76bef248124be0a50a49ac965748e0c785c0dce29015d467
6
+ metadata.gz: a5c5e5bb79ffebdca16c1307746d102014f0a94b530f04deb56adc839bca02ef190b37e13b7b1d6d8b14ab81267181484ddbb48442d7f7b3e5b54f0e25a0fd21
7
+ data.tar.gz: 7bf2640b400d5c6758e617f5144b2b7330f2c74071710e9ca6733b577ef723f1abd02a20bac674451e71c90fe421d4d54152b444cb05e063f2f6a94d9e9b9b75
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.52.0
5
5
  platform: arm64-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