Skip to content

Commit bbf8b9d

Browse files
committed
Update gem version to 0.1.1 and add .gitignore
- Bump version to 0.1.1 for the refinements dependency change - Add .gitignore to exclude build artifacts, coverage files, and temporary directories - Add Gemfile.lock to track exact dependency versions
1 parent 6137a92 commit bbf8b9d

3 files changed

Lines changed: 204 additions & 11 deletions

File tree

.gitignore

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1+
# Gem build artifacts
12
*.gem
2-
.bundle
3-
Gemfile.lock
4-
pkg
5-
tmp
6-
.env
7-
8-
# Reference libraries
9-
/openai-ruby/
10-
/ruby_llm/
11-
/amazing_print/
3+
pkg/
4+
5+
# Test coverage
6+
coverage/
7+
8+
# Temporary files
9+
tmp/
10+
11+
# RSpec examples persistence file
12+
.rspec-examples.txt
13+
14+
# Bundler
15+
.bundle/
16+
vendor/bundle/
17+
18+
# Development dependencies cloned locally
19+
amazing_print/
20+
openai-ruby/
21+
22+
# OS files
23+
.DS_Store

Gemfile.lock

Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
PATH
2+
remote: .
3+
specs:
4+
ai-chat (0.1.0)
5+
base64 (~> 0.1)
6+
mime-types (~> 3.0)
7+
openai (~> 0.14)
8+
refinements (~> 11.1)
9+
zeitwerk (~> 2.7)
10+
11+
GEM
12+
remote: https://rubygems.org/
13+
specs:
14+
amazing_print (1.8.1)
15+
ast (2.4.3)
16+
base64 (0.3.0)
17+
bigdecimal (3.2.2)
18+
concurrent-ruby (1.3.5)
19+
connection_pool (2.5.3)
20+
date (3.4.1)
21+
debug (1.11.0)
22+
irb (~> 1.10)
23+
reline (>= 0.3.8)
24+
diff-lcs (1.6.2)
25+
docile (1.4.1)
26+
dotenv (3.1.8)
27+
dry-configurable (1.3.0)
28+
dry-core (~> 1.1)
29+
zeitwerk (~> 2.6)
30+
dry-core (1.1.0)
31+
concurrent-ruby (~> 1.0)
32+
logger
33+
zeitwerk (~> 2.6)
34+
dry-inflector (1.2.0)
35+
dry-initializer (3.2.0)
36+
dry-logic (1.6.0)
37+
bigdecimal
38+
concurrent-ruby (~> 1.0)
39+
dry-core (~> 1.1)
40+
zeitwerk (~> 2.6)
41+
dry-schema (1.14.1)
42+
concurrent-ruby (~> 1.0)
43+
dry-configurable (~> 1.0, >= 1.0.1)
44+
dry-core (~> 1.1)
45+
dry-initializer (~> 3.2)
46+
dry-logic (~> 1.5)
47+
dry-types (~> 1.8)
48+
zeitwerk (~> 2.6)
49+
dry-types (1.8.3)
50+
bigdecimal (~> 3.0)
51+
concurrent-ruby (~> 1.0)
52+
dry-core (~> 1.0)
53+
dry-inflector (~> 1.0)
54+
dry-logic (~> 1.4)
55+
zeitwerk (~> 2.6)
56+
erb (5.0.2)
57+
io-console (0.8.1)
58+
irb (1.15.2)
59+
pp (>= 0.6.0)
60+
rdoc (>= 4.0.0)
61+
reline (>= 0.4.2)
62+
json (2.13.2)
63+
language_server-protocol (3.17.0.5)
64+
lint_roller (1.1.0)
65+
logger (1.7.0)
66+
mime-types (3.7.0)
67+
logger
68+
mime-types-data (~> 3.2025, >= 3.2025.0507)
69+
mime-types-data (3.2025.0729)
70+
openai (0.15.0)
71+
connection_pool
72+
parallel (1.27.0)
73+
parser (3.3.9.0)
74+
ast (~> 2.4.1)
75+
racc
76+
pp (0.6.2)
77+
prettyprint
78+
prettyprint (0.2.0)
79+
prism (1.4.0)
80+
psych (5.2.6)
81+
date
82+
stringio
83+
racc (1.8.1)
84+
rainbow (3.1.1)
85+
rake (13.3.0)
86+
rbs (3.9.4)
87+
logger
88+
rdoc (6.14.2)
89+
erb
90+
psych (>= 4.0.0)
91+
reek (6.5.0)
92+
dry-schema (~> 1.13)
93+
logger (~> 1.6)
94+
parser (~> 3.3.0)
95+
rainbow (>= 2.0, < 4.0)
96+
rexml (~> 3.1)
97+
refinements (11.1.3)
98+
regexp_parser (2.10.0)
99+
reline (0.6.2)
100+
io-console (~> 0.5)
101+
repl_type_completor (0.1.11)
102+
prism (~> 1.0)
103+
rbs (>= 2.7.0, < 4.0.0)
104+
rexml (3.4.1)
105+
rspec (3.13.1)
106+
rspec-core (~> 3.13.0)
107+
rspec-expectations (~> 3.13.0)
108+
rspec-mocks (~> 3.13.0)
109+
rspec-core (3.13.5)
110+
rspec-support (~> 3.13.0)
111+
rspec-expectations (3.13.5)
112+
diff-lcs (>= 1.2.0, < 2.0)
113+
rspec-support (~> 3.13.0)
114+
rspec-mocks (3.13.5)
115+
diff-lcs (>= 1.2.0, < 2.0)
116+
rspec-support (~> 3.13.0)
117+
rspec-support (3.13.4)
118+
rubocop (1.75.8)
119+
json (~> 2.3)
120+
language_server-protocol (~> 3.17.0.2)
121+
lint_roller (~> 1.1.0)
122+
parallel (~> 1.10)
123+
parser (>= 3.3.0.2)
124+
rainbow (>= 2.2.2, < 4.0)
125+
regexp_parser (>= 2.9.3, < 3.0)
126+
rubocop-ast (>= 1.44.0, < 2.0)
127+
ruby-progressbar (~> 1.7)
128+
unicode-display_width (>= 2.4.0, < 4.0)
129+
rubocop-ast (1.46.0)
130+
parser (>= 3.3.7.2)
131+
prism (~> 1.4)
132+
rubocop-performance (1.25.0)
133+
lint_roller (~> 1.1)
134+
rubocop (>= 1.75.0, < 2.0)
135+
rubocop-ast (>= 1.38.0, < 2.0)
136+
ruby-progressbar (1.13.0)
137+
simplecov (0.22.0)
138+
docile (~> 1.1)
139+
simplecov-html (~> 0.11)
140+
simplecov_json_formatter (~> 0.1)
141+
simplecov-html (0.13.2)
142+
simplecov_json_formatter (0.1.4)
143+
standard (1.50.0)
144+
language_server-protocol (~> 3.17.0.2)
145+
lint_roller (~> 1.0)
146+
rubocop (~> 1.75.5)
147+
standard-custom (~> 1.0.0)
148+
standard-performance (~> 1.8)
149+
standard-custom (1.0.2)
150+
lint_roller (~> 1.0)
151+
rubocop (~> 1.50)
152+
standard-performance (1.8.0)
153+
lint_roller (~> 1.1)
154+
rubocop-performance (~> 1.25.0)
155+
stringio (3.1.7)
156+
unicode-display_width (3.1.4)
157+
unicode-emoji (~> 4.0, >= 4.0.4)
158+
unicode-emoji (4.0.4)
159+
zeitwerk (2.7.3)
160+
161+
PLATFORMS
162+
arm64-darwin-23
163+
ruby
164+
165+
DEPENDENCIES
166+
ai-chat!
167+
amazing_print (~> 1.8)
168+
debug (~> 1.11)
169+
dotenv
170+
rake (~> 13.3)
171+
reek (~> 6.5)
172+
repl_type_completor (~> 0.1)
173+
rspec (~> 3.13)
174+
simplecov (~> 0.22)
175+
standard (= 1.50.0)
176+
177+
RUBY VERSION
178+
ruby 3.2.1p31
179+
180+
BUNDLED WITH
181+
2.5.23

ai-chat.gemspec

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

33
Gem::Specification.new do |spec|
44
spec.name = "ai-chat"
5-
spec.version = "0.1.0"
5+
spec.version = "0.1.1"
66
spec.authors = ["Raghu Betina"]
77
spec.email = ["raghu@firstdraft.com"]
88
spec.homepage = "https://github.com/firstdraft/ai-chat"

0 commit comments

Comments
 (0)