lex-llm 0.4.15 → 0.4.18

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.
@@ -17,6 +17,7 @@ module Legion
17
17
  include Fleet::EnvelopeValidation
18
18
 
19
19
  def type = Fleet::Protocol::RESPONSE_TYPE
20
+ def encrypt? = Fleet::Settings.value(:fleet, :compliance, :encrypt_fleet, default: true) == true
20
21
  def app_id = @options[:app_id] || 'lex-llm'
21
22
  def reply_to = @options[:reply_to]
22
23
  def correlation_id = @options[:correlation_id]
@@ -3,7 +3,7 @@
3
3
  module Legion
4
4
  module Extensions
5
5
  module Llm
6
- VERSION = '0.4.15'
6
+ VERSION = '0.4.18'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lex-llm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.15
4
+ version: 0.4.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - LegionIO
@@ -108,6 +108,20 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '1'
111
+ - !ruby/object:Gem::Dependency
112
+ name: faraday-typhoeus
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0.2'
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0.2'
111
125
  - !ruby/object:Gem::Dependency
112
126
  name: legion-cache
113
127
  requirement: !ruby/object:Gem::Requirement
@@ -247,6 +261,7 @@ files:
247
261
  - ".github/workflows/ci.yml"
248
262
  - ".gitignore"
249
263
  - ".rubocop.yml"
264
+ - ".rubocop.yml.new"
250
265
  - CHANGELOG.md
251
266
  - Gemfile
252
267
  - LICENSE