ruby_conversations 1.0.11 → 1.0.12

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: 247b000cfed0f52453c93f9ba188a79a3b09e0e7d96dbb6866faee48e2f33386
4
- data.tar.gz: d65f04b9333a3afecf5b05e7ddd51b030a7a0f9974d4cee84fa212216b68d140
3
+ metadata.gz: 2b0a2a0d68b09e3f39f63329126c07e9f36ca92acddceb4ae63079fbed34c535
4
+ data.tar.gz: d5448b0535c11dd19ec1fa6d594f963eb2b276fc8cea8b89ec0255932094297a
5
5
  SHA512:
6
- metadata.gz: 6ec989c1dd0510d247dbdc329b64af6c729ea60347cf1011edc73fbeed465c00f53f09819ae6dc7af767f47e0f99520c535af267225826261241198317764c76
7
- data.tar.gz: e02836afeeb708033c85f83001ce40d79798cf70fe1cdb6e1b8d586f65106b520f73f23f67055e91f23adc20e7f1b61c5b2171caf1be5c3eba13d4f6e1d858db
6
+ metadata.gz: a2612396e683b5c24f2f6e44532579cfa098ac6914b5d6e3fd260bccca3800788eb1e17f9244bcfb510b913f07ee1196190d4546ecbdce7ce1d8da598b1c4c94
7
+ data.tar.gz: a8af5b75a7601668d7ffd6d7fae99d2a462f867b8c6f1f02c876c44c9e94554a28abb953176aed4b6c105c2ad3ac247ca1be52f74b576098fc1b736c09a2ae83
@@ -15,7 +15,7 @@ module RubyConversations
15
15
  def llm
16
16
  case model_identifier
17
17
  when 'claude-3-7-sonnet'
18
- 'us.anthropic.claude-3-sonnet-20250219-v1:0'
18
+ 'us.anthropic.claude-3-7-sonnet-20250219-v1:0'
19
19
  else
20
20
  model_identifier
21
21
  end
@@ -3,7 +3,7 @@
3
3
  module RubyConversations
4
4
  MAJOR = 1
5
5
  MINOR = 0
6
- PATCH = 11
6
+ PATCH = 12
7
7
 
8
8
  VERSION = "#{RubyConversations::MAJOR}.#{RubyConversations::MINOR}.#{RubyConversations::PATCH}".freeze
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_conversations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Shippy