Skip to content

Commit 6909cf1

Browse files
committed
Bump version from 1.0.2 to 1.1.0
1 parent 552730a commit 6909cf1

4 files changed

Lines changed: 40 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
roast-ai (1.0.2)
4+
roast-ai (1.1.0)
55
activesupport (~> 8.0)
66
async (>= 2.34)
77
rainbow (>= 3.0.0)

examples/demo/Gemfile.lock

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
PATH
22
remote: ../..
33
specs:
4-
roast-ai (1.0.2)
4+
roast-ai (1.1.0)
55
activesupport (~> 8.0)
66
async (>= 2.34)
77
rainbow (>= 3.0.0)
88
ruby_llm (>= 1.8)
9+
type_toolkit (>= 0.0.5)
910
zeitwerk (>= 2.6)
1011

1112
PATH
@@ -30,6 +31,7 @@ GEM
3031
securerandom (>= 0.3)
3132
tzinfo (~> 2.0, >= 2.0.5)
3233
uri (>= 0.13.1)
34+
ast (2.4.3)
3335
async (2.34.0)
3436
console (~> 1.29)
3537
fiber-annotation
@@ -65,14 +67,38 @@ GEM
6567
concurrent-ruby (~> 1.0)
6668
io-event (1.14.0)
6769
json (2.18.1)
70+
language_server-protocol (3.17.0.5)
71+
lint_roller (1.1.0)
6872
logger (1.7.0)
6973
marcel (1.1.0)
7074
metrics (0.15.0)
7175
minitest (5.26.0)
7276
multipart-post (2.4.1)
7377
net-http (0.9.1)
7478
uri (>= 0.11.1)
79+
parallel (1.28.0)
80+
parser (3.3.11.1)
81+
ast (~> 2.4.1)
82+
racc
83+
prism (1.9.0)
84+
racc (1.8.1)
7585
rainbow (3.1.1)
86+
regexp_parser (2.11.3)
87+
rubocop (1.86.0)
88+
json (~> 2.3)
89+
language_server-protocol (~> 3.17.0.2)
90+
lint_roller (~> 1.1.0)
91+
parallel (~> 1.10)
92+
parser (>= 3.3.0.2)
93+
rainbow (>= 2.2.2, < 4.0)
94+
regexp_parser (>= 2.9.3, < 3.0)
95+
rubocop-ast (>= 1.49.0, < 2.0)
96+
ruby-progressbar (~> 1.7)
97+
unicode-display_width (>= 2.4.0, < 4.0)
98+
rubocop-ast (1.49.1)
99+
parser (>= 3.3.7.2)
100+
prism (~> 1.7)
101+
ruby-progressbar (1.13.0)
76102
ruby_llm (1.8.2)
77103
base64
78104
event_stream_parser (~> 1)
@@ -84,8 +110,14 @@ GEM
84110
zeitwerk (~> 2)
85111
securerandom (0.4.1)
86112
traces (0.18.2)
113+
type_toolkit (0.0.5)
114+
lint_roller
115+
rubocop (>= 1.72.0)
87116
tzinfo (2.0.6)
88117
concurrent-ruby (~> 1.0)
118+
unicode-display_width (3.2.0)
119+
unicode-emoji (~> 4.1)
120+
unicode-emoji (4.2.0)
89121
uri (1.1.1)
90122
zeitwerk (2.7.3)
91123

examples/plugin-gem-example/Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
PATH
22
remote: ../..
33
specs:
4-
roast-ai (1.0.2)
4+
roast-ai (1.1.0)
55
activesupport (~> 8.0)
66
async (>= 2.34)
77
rainbow (>= 3.0.0)
88
ruby_llm (>= 1.8)
9+
type_toolkit (>= 0.0.5)
910
zeitwerk (>= 2.6)
1011

1112
PATH
@@ -133,6 +134,9 @@ GEM
133134
stringio (3.1.7)
134135
traces (0.18.2)
135136
tsort (0.2.0)
137+
type_toolkit (0.0.5)
138+
lint_roller
139+
rubocop (>= 1.72.0)
136140
tzinfo (2.0.6)
137141
concurrent-ruby (~> 1.0)
138142
unicode-display_width (3.2.0)

lib/roast/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module Roast
5-
VERSION = "1.0.2"
5+
VERSION = "1.1.0"
66
end

0 commit comments

Comments
 (0)