Skip to content

Commit 4fce9bb

Browse files
committed
bump to 1.1.0
1 parent 7570888 commit 4fce9bb

File tree

3 files changed

+33
-9
lines changed

3 files changed

+33
-9
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ gem 'rackup', '~> 2.1'
1212

1313
gem 'puma', '~> 6.4'
1414
gem 'rack-attack', '~> 6.7'
15-
gem 'roda', '~> 3.74'
15+
gem 'roda', '~> 3.75'
1616

1717
gem 'concurrent-ruby', '~> 1.2', '>= 1.2.2'
1818

1919
gem 'newrelic_rpm', '~> 9.6'
2020

21-
gem 'nano-bots', '~> 1.1', '>= 1.1.1'
21+
gem 'nano-bots', '~> 1.2'
2222

2323
group :test, :development do
2424
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'

Gemfile.lock

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
addressable (2.8.6)
5+
public_suffix (>= 2.0.2, < 6.0)
46
ast (2.4.2)
57
babosa (2.0.0)
68
base64 (0.2.0)
@@ -17,18 +19,33 @@ GEM
1719
multipart-post (~> 2)
1820
faraday-net_http (3.0.2)
1921
ffi (1.16.3)
22+
gemini-ai (1.0.0)
23+
event_stream_parser (~> 1.0)
24+
faraday (~> 2.7, >= 2.7.12)
25+
googleauth (~> 1.9, >= 1.9.1)
26+
google-cloud-env (2.1.0)
27+
faraday (>= 1.0, < 3.a)
28+
googleauth (1.9.1)
29+
faraday (>= 1.0, < 3.a)
30+
google-cloud-env (~> 2.1)
31+
jwt (>= 1.4, < 3.0)
32+
multi_json (~> 1.11)
33+
os (>= 0.9, < 2.0)
34+
signet (>= 0.16, < 2.a)
2035
json (2.7.1)
36+
jwt (2.7.1)
2137
language_server-protocol (3.17.0.3)
2238
listen (3.8.0)
2339
rb-fsevent (~> 0.10, >= 0.10.3)
2440
rb-inotify (~> 0.9, >= 0.9.10)
2541
method_source (1.0.0)
42+
multi_json (1.15.0)
2643
multipart-post (2.3.0)
27-
nano-bots (1.1.1)
44+
nano-bots (1.2.0)
2845
babosa (~> 2.0)
2946
concurrent-ruby (~> 1.2, >= 1.2.2)
3047
dotenv (~> 2.8, >= 2.8.1)
31-
faraday (~> 2.7, >= 2.7.12)
48+
gemini-ai (~> 1.0)
3249
pry (~> 0.14.2)
3350
rainbow (~> 3.1, >= 3.1.1)
3451
rbnacl (~> 7.1, >= 7.1.1)
@@ -37,6 +54,7 @@ GEM
3754
newrelic_rpm (9.6.0)
3855
base64
3956
nio4r (2.7.0)
57+
os (1.1.4)
4058
parallel (1.23.0)
4159
parser (3.2.2.4)
4260
ast (~> 2.4.1)
@@ -47,6 +65,7 @@ GEM
4765
pry-byebug (3.10.1)
4866
byebug (~> 11.0)
4967
pry (>= 0.13, < 0.15)
68+
public_suffix (5.0.4)
5069
puma (6.4.0)
5170
nio4r (~> 2.0)
5271
racc (1.7.3)
@@ -68,9 +87,9 @@ GEM
6887
rerun (0.14.0)
6988
listen (~> 3.0)
7089
rexml (3.2.6)
71-
roda (3.74.0)
90+
roda (3.75.0)
7291
rack
73-
rubocop (1.58.0)
92+
rubocop (1.59.0)
7493
json (~> 2.3)
7594
language_server-protocol (>= 3.17.0)
7695
parallel (~> 1.10)
@@ -89,6 +108,11 @@ GEM
89108
faraday-multipart (>= 1)
90109
ruby-progressbar (1.13.0)
91110
ruby2_keywords (0.0.5)
111+
signet (0.18.0)
112+
addressable (~> 2.8)
113+
faraday (>= 0.17.5, < 3.a)
114+
jwt (>= 1.5, < 3.0)
115+
multi_json (~> 1.10)
92116
sweet-moon (0.0.7)
93117
ffi (~> 1.15, >= 1.15.5)
94118
unicode-display_width (2.5.0)
@@ -100,7 +124,7 @@ PLATFORMS
100124
DEPENDENCIES
101125
concurrent-ruby (~> 1.2, >= 1.2.2)
102126
dotenv (~> 2.8, >= 2.8.1)
103-
nano-bots (~> 1.1, >= 1.1.1)
127+
nano-bots (~> 1.2)
104128
newrelic_rpm (~> 9.6)
105129
pry-byebug (~> 3.10, >= 3.10.1)
106130
puma (~> 6.4)
@@ -109,7 +133,7 @@ DEPENDENCIES
109133
rack-cors (~> 2.0, >= 2.0.1)
110134
rackup (~> 2.1)
111135
rerun (~> 0.14.0)
112-
roda (~> 3.74)
136+
roda (~> 3.75)
113137
rubocop (~> 1.58)
114138

115139
RUBY VERSION

static/api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
API = {
44
project: 'Nano Bots API',
5-
version: '1.0.6',
5+
version: '1.1.0',
66
documentation: 'https://spec.nbots.io',
77
'live-editor': 'https://clinic.nbots.io',
88
github: 'https://github.com/icebaker/nano-bots-api'

0 commit comments

Comments
 (0)