Skip to content

Commit 7564f96

Browse files
committed
Release 1.1.2
1 parent 4304bc9 commit 7564f96

File tree

3 files changed

+63
-52
lines changed

3 files changed

+63
-52
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.2] - 2025-12-18
2+
3+
- Fix bug causing commands to cram together on help page
4+
- Refactor help rendering
5+
- Make strings frozen-string compatible
6+
17
## [1.1.1] - 2025-08-25
28

39
- Add support for including processors

Gemfile.lock

Lines changed: 56 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
PATH
22
remote: .
33
specs:
4-
foobara-http-command-connector (1.1.1)
4+
foobara-http-command-connector (1.1.2)
55
foobara (>= 0.1.1, < 2.0.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
addressable (2.8.7)
11-
public_suffix (>= 2.0.2, < 7.0)
10+
addressable (2.8.8)
11+
public_suffix (>= 2.0.2, < 8.0)
1212
ast (2.4.3)
1313
base64 (0.3.0)
14-
bigdecimal (3.2.2)
14+
bigdecimal (4.0.1)
1515
byebug (12.0.0)
1616
coderay (1.1.3)
17-
crack (1.0.0)
17+
crack (1.0.1)
1818
bigdecimal
1919
rexml
20-
date (3.4.1)
20+
date (3.5.1)
2121
diff-lcs (1.6.2)
2222
docile (1.4.1)
23-
dotenv (3.1.8)
24-
erb (5.0.2)
23+
dotenv (3.2.0)
24+
erb (6.0.1)
2525
extract-repo (1.0.0)
2626
foobara (< 2.0.0)
2727
foobara-sh-cli-connector (< 2.0.0)
@@ -36,13 +36,14 @@ GEM
3636
ffi (1.17.2-x86_64-darwin)
3737
ffi (1.17.2-x86_64-linux-gnu)
3838
ffi (1.17.2-x86_64-linux-musl)
39-
foob (0.1.0)
40-
foobara (>= 0.1.1, < 2.0.0)
39+
foob (0.1.1)
40+
foobara (>= 0.3.0, < 2.0.0)
4141
foobara-command-generator (< 2.0.0)
4242
foobara-domain-generator (< 2.0.0)
4343
foobara-domain-mapper-generator (< 2.0.0)
4444
foobara-empty-ruby-project-generator (< 2.0.0)
4545
foobara-empty-typescript-react-project-generator (< 2.0.0)
46+
foobara-foobify-rails-app (< 2.0.0)
4647
foobara-local-files-crud-driver-generator (< 2.0.0)
4748
foobara-mcp-connector-generator (< 2.0.0)
4849
foobara-organization-generator (< 2.0.0)
@@ -56,14 +57,14 @@ GEM
5657
foobara-type-generator (< 2.0.0)
5758
foobara-typescript-react-command-form-generator (< 2.0.0)
5859
foobara-typescript-remote-command-generator (< 2.0.0)
59-
foobara (0.1.6)
60+
foobara (0.4.1)
6061
bigdecimal
6162
foobara-lru-cache (< 2.0.0)
6263
foobara-util (< 2.0.0)
6364
inheritable-thread-vars (< 2.0.0)
64-
foobara-command-generator (0.0.3)
65-
foobara
66-
foobara-files-generator
65+
foobara-command-generator (0.1.0)
66+
foobara (>= 0.1.7, < 2.0.0)
67+
foobara-files-generator (< 2.0.0)
6768
foobara-domain-generator (0.0.3)
6869
foobara
6970
foobara-files-generator
@@ -79,8 +80,10 @@ GEM
7980
foobara-empty-typescript-react-project-generator (0.1.0)
8081
foobara (>= 0.1.1, < 2.0.0)
8182
foobara-files-generator (< 2.0.0)
82-
foobara-files-generator (0.1.0)
83+
foobara-files-generator (0.1.1)
8384
foobara (>= 0.1.1, < 2.0.0)
85+
foobara-foobify-rails-app (0.0.8)
86+
foobara (>= 0.3.0, < 2.0.0)
8487
foobara-local-files-crud-driver-generator (0.0.3)
8588
foobara
8689
foobara-files-generator
@@ -105,10 +108,10 @@ GEM
105108
foobara-resque-scheduler-connector-generator (0.0.2)
106109
foobara
107110
foobara-files-generator
108-
foobara-rubocop-rules (1.0.1)
111+
foobara-rubocop-rules (1.0.10)
109112
rubocop
110113
rubocop-rspec
111-
foobara-sh-cli-connector (1.1.0)
114+
foobara-sh-cli-connector (1.1.3)
112115
foobara (>= 0.1.1, < 2.0.0)
113116
foobara-sh-cli-connector-generator (0.1.0)
114117
foobara (>= 0.1.1)
@@ -118,14 +121,14 @@ GEM
118121
foobara-type-generator (0.0.4)
119122
foobara
120123
foobara-files-generator
121-
foobara-typescript-react-command-form-generator (1.1.0)
124+
foobara-typescript-react-command-form-generator (1.1.1)
122125
foobara (>= 0.1.1, < 2.0.0)
123126
foobara-typescript-remote-command-generator (< 2.0.0)
124-
foobara-typescript-remote-command-generator (1.1.0)
125-
foobara (>= 0.1.1, < 2.0.0)
127+
foobara-typescript-remote-command-generator (1.2.0)
128+
foobara (>= 0.1.16, < 2.0.0)
126129
foobara-files-generator (< 2.0.0)
127-
foobara-util (1.0.2)
128-
formatador (1.2.0)
130+
foobara-util (1.0.6)
131+
formatador (1.2.3)
129132
reline
130133
guard (2.19.1)
131134
formatador (>= 0.2.4)
@@ -143,94 +146,95 @@ GEM
143146
guard (~> 2.1)
144147
guard-compat (~> 1.1)
145148
rspec (>= 2.99.0, < 4.0)
146-
hashdiff (1.2.0)
149+
hashdiff (1.2.1)
147150
inheritable-thread-vars (0.0.3)
148-
io-console (0.8.1)
149-
irb (1.15.2)
151+
io-console (0.8.2)
152+
irb (1.16.0)
150153
pp (>= 0.6.0)
151154
rdoc (>= 4.0.0)
152155
reline (>= 0.4.2)
153-
json (2.13.2)
156+
json (2.18.0)
154157
language_server-protocol (3.17.0.5)
155158
lint_roller (1.1.0)
156159
listen (3.9.0)
157160
rb-fsevent (~> 0.10, >= 0.10.3)
158161
rb-inotify (~> 0.9, >= 0.9.10)
159162
logger (1.7.0)
160-
lumberjack (1.4.0)
163+
lumberjack (1.4.2)
161164
method_source (1.1.0)
162165
nenv (0.3.0)
163166
notiffany (0.1.3)
164167
nenv (~> 0.1)
165168
shellany (~> 0.0)
166169
ostruct (0.6.3)
167170
parallel (1.27.0)
168-
parser (3.3.9.0)
171+
parser (3.3.10.0)
169172
ast (~> 2.4.1)
170173
racc
171-
pp (0.6.2)
174+
pp (0.6.3)
172175
prettyprint
173176
prettyprint (0.2.0)
174-
prism (1.4.0)
177+
prism (1.7.0)
175178
pry (0.15.2)
176179
coderay (~> 1.1)
177180
method_source (~> 1.0)
178181
pry-byebug (3.11.0)
179182
byebug (~> 12.0)
180183
pry (>= 0.13, < 0.16)
181-
psych (5.2.6)
184+
psych (5.3.1)
182185
date
183186
stringio
184-
public_suffix (6.0.2)
187+
public_suffix (7.0.0)
185188
racc (1.8.1)
186189
rainbow (3.1.1)
187-
rake (13.3.0)
190+
rake (13.3.1)
188191
rb-fsevent (0.11.2)
189192
rb-inotify (0.11.1)
190193
ffi (~> 1.0)
191-
rdoc (6.14.2)
194+
rdoc (7.0.1)
192195
erb
193196
psych (>= 4.0.0)
194-
regexp_parser (2.11.2)
195-
reline (0.6.2)
197+
tsort
198+
regexp_parser (2.11.3)
199+
reline (0.6.3)
196200
io-console (~> 0.5)
197-
rexml (3.4.1)
198-
rspec (3.13.1)
201+
rexml (3.4.4)
202+
rspec (3.13.2)
199203
rspec-core (~> 3.13.0)
200204
rspec-expectations (~> 3.13.0)
201205
rspec-mocks (~> 3.13.0)
202-
rspec-core (3.13.5)
206+
rspec-core (3.13.6)
203207
rspec-support (~> 3.13.0)
204208
rspec-expectations (3.13.5)
205209
diff-lcs (>= 1.2.0, < 2.0)
206210
rspec-support (~> 3.13.0)
207211
rspec-its (2.0.0)
208212
rspec-core (>= 3.13.0)
209213
rspec-expectations (>= 3.13.0)
210-
rspec-mocks (3.13.5)
214+
rspec-mocks (3.13.7)
211215
diff-lcs (>= 1.2.0, < 2.0)
212216
rspec-support (~> 3.13.0)
213-
rspec-support (3.13.5)
214-
rubocop (1.80.0)
217+
rspec-support (3.13.6)
218+
rubocop (1.82.0)
215219
json (~> 2.3)
216220
language_server-protocol (~> 3.17.0.2)
217221
lint_roller (~> 1.1.0)
218222
parallel (~> 1.10)
219223
parser (>= 3.3.0.2)
220224
rainbow (>= 2.2.2, < 4.0)
221225
regexp_parser (>= 2.9.3, < 3.0)
222-
rubocop-ast (>= 1.46.0, < 2.0)
226+
rubocop-ast (>= 1.48.0, < 2.0)
223227
ruby-progressbar (~> 1.7)
224228
unicode-display_width (>= 2.4.0, < 4.0)
225-
rubocop-ast (1.46.0)
229+
rubocop-ast (1.48.0)
226230
parser (>= 3.3.7.2)
227231
prism (~> 1.4)
228232
rubocop-rake (0.7.1)
229233
lint_roller (~> 1.1)
230234
rubocop (>= 1.72.1)
231-
rubocop-rspec (3.6.0)
235+
rubocop-rspec (3.8.0)
232236
lint_roller (~> 1.1)
233-
rubocop (~> 1.72, >= 1.72.1)
237+
rubocop (~> 1.81)
234238
ruby-prof (1.7.2)
235239
base64
236240
ruby-progressbar (1.13.0)
@@ -241,14 +245,15 @@ GEM
241245
simplecov_json_formatter (~> 0.1)
242246
simplecov-html (0.13.2)
243247
simplecov_json_formatter (0.1.4)
244-
stringio (3.1.7)
248+
stringio (3.2.0)
245249
thor (1.4.0)
246-
unicode-display_width (3.1.5)
247-
unicode-emoji (~> 4.0, >= 4.0.4)
248-
unicode-emoji (4.0.4)
250+
tsort (0.2.0)
251+
unicode-display_width (3.2.0)
252+
unicode-emoji (~> 4.1)
253+
unicode-emoji (4.2.0)
249254
vcr (6.3.1)
250255
base64
251-
webmock (3.25.1)
256+
webmock (3.26.1)
252257
addressable (>= 2.8.0)
253258
crack (>= 0.3.2)
254259
hashdiff (>= 0.4.0, < 2.0.0)

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Foobara
22
module HttpCommandConnector
3-
VERSION = "1.1.1".freeze
3+
VERSION = "1.1.2".freeze
44
MINIMUM_RUBY_VERSION = ">= 3.4.0".freeze
55
end
66
end

0 commit comments

Comments
 (0)