nano-bots 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/static/gem.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  module NanoBot
4
4
  GEM = {
5
5
  name: 'nano-bots',
6
- version: '1.0.0',
6
+ version: '1.1.0',
7
7
  author: 'icebaker',
8
8
  summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots',
9
9
  description: 'Ruby Implementation of Nano Bots: small, AI-powered bots easily shared as a single file, designed to support multiple providers such as Vicuna, OpenAI ChatGPT, Google PaLM, Alpaca, and LLaMA.',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nano-bots
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - icebaker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-29 00:00:00.000000000 Z
11
+ date: 2023-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: babosa
@@ -145,6 +145,9 @@ dependencies:
145
145
  - - "~>"
146
146
  - !ruby/object:Gem::Version
147
147
  version: '6.3'
148
+ - - ">="
149
+ - !ruby/object:Gem::Version
150
+ version: 6.3.1
148
151
  type: :runtime
149
152
  prerelease: false
150
153
  version_requirements: !ruby/object:Gem::Requirement
@@ -152,6 +155,9 @@ dependencies:
152
155
  - - "~>"
153
156
  - !ruby/object:Gem::Version
154
157
  version: '6.3'
158
+ - - ">="
159
+ - !ruby/object:Gem::Version
160
+ version: 6.3.1
155
161
  - !ruby/object:Gem::Dependency
156
162
  name: sweet-moon
157
163
  requirement: !ruby/object:Gem::Requirement
@@ -244,7 +250,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
244
250
  - !ruby/object:Gem::Version
245
251
  version: '0'
246
252
  requirements: []
247
- rubygems_version: 3.3.26
253
+ rubygems_version: 3.4.22
248
254
  signing_key:
249
255
  specification_version: 4
250
256
  summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots'