Skip to content

Commit f8581ac

Browse files
committed
Handle new Foobara 0.1.0 type declarations
1 parent ff538ef commit f8581ac

11 files changed

Lines changed: 1682 additions & 4977 deletions

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.3
1+
3.4.5

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.0] - 2025-08-22
2+
3+
- Handle new Foobara 0.1.0 type declarations
4+
15
## [0.0.13] - 2025-08-05
26

37
- Properly cast values passed to set<State> functions

Gemfile.lock

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
foobara-typescript-react-command-form-generator (0.0.13)
4+
foobara-typescript-react-command-form-generator (1.1.0)
5+
foobara (>= 0.1.1, < 2.0.0)
56
foobara-typescript-remote-command-generator (< 2.0.0)
67

78
GEM
@@ -14,23 +15,25 @@ GEM
1415
diff-lcs (1.6.2)
1516
docile (1.4.1)
1617
ffi (1.17.2-x86_64-linux-gnu)
17-
foobara (0.0.141)
18+
foobara (0.1.1)
1819
bigdecimal
19-
foobara-lru-cache (~> 0.0.2)
20-
foobara-util (>= 1.0.0)
21-
inheritable-thread-vars (~> 0.0.1)
22-
foobara-files-generator (0.0.7)
23-
foobara (~> 0.0.116)
24-
foobara-lru-cache (0.0.2)
25-
foobara-rubocop-rules (1.0.0)
20+
foobara-lru-cache (< 2.0.0)
21+
foobara-util (< 2.0.0)
22+
inheritable-thread-vars (< 2.0.0)
23+
foobara-files-generator (0.0.5)
24+
foobara
25+
foobara-lru-cache (1.0.0)
26+
foobara-rubocop-rules (1.0.1)
2627
rubocop
2728
rubocop-rspec
2829
foobara-spec-helpers (0.0.4)
2930
foobara-util
30-
foobara-typescript-remote-command-generator (1.0.1)
31+
foobara-typescript-remote-command-generator (1.1.0)
32+
foobara (>= 0.1.1, < 2.0.0)
3133
foobara-files-generator (< 2.0.0)
3234
foobara-util (1.0.2)
33-
formatador (1.1.1)
35+
formatador (1.2.0)
36+
reline
3437
guard (2.19.1)
3538
formatador (>= 0.2.4)
3639
listen (>= 2.7, < 4.0)
@@ -48,6 +51,7 @@ GEM
4851
guard-compat (~> 1.1)
4952
rspec (>= 2.99.0, < 4.0)
5053
inheritable-thread-vars (0.0.3)
54+
io-console (0.8.1)
5155
json (2.13.2)
5256
language_server-protocol (3.17.0.5)
5357
lint_roller (1.1.0)
@@ -79,7 +83,9 @@ GEM
7983
rb-fsevent (0.11.2)
8084
rb-inotify (0.11.1)
8185
ffi (~> 1.0)
82-
regexp_parser (2.11.0)
86+
regexp_parser (2.11.2)
87+
reline (0.6.2)
88+
io-console (~> 0.5)
8389
rspec (3.13.1)
8490
rspec-core (~> 3.13.0)
8591
rspec-expectations (~> 3.13.0)
@@ -95,8 +101,8 @@ GEM
95101
rspec-mocks (3.13.5)
96102
diff-lcs (>= 1.2.0, < 2.0)
97103
rspec-support (~> 3.13.0)
98-
rspec-support (3.13.4)
99-
rubocop (1.79.2)
104+
rspec-support (3.13.5)
105+
rubocop (1.80.0)
100106
json (~> 2.3)
101107
language_server-protocol (~> 3.17.0.2)
102108
lint_roller (~> 1.1.0)
@@ -125,7 +131,7 @@ GEM
125131
simplecov-html (0.13.2)
126132
simplecov_json_formatter (0.1.4)
127133
thor (1.4.0)
128-
unicode-display_width (3.1.4)
134+
unicode-display_width (3.1.5)
129135
unicode-emoji (~> 4.0, >= 4.0.4)
130136
unicode-emoji (4.0.4)
131137

bin/console

Lines changed: 0 additions & 10 deletions
This file was deleted.

bin/setup

Lines changed: 0 additions & 8 deletions
This file was deleted.

foobara-typescript-react-command-form-generator.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.metadata["source_code_uri"] = spec.homepage
2222
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"
2323

24+
spec.add_dependency "foobara", ">= 0.1.1", "< 2.0.0"
2425
spec.add_dependency "foobara-typescript-remote-command-generator", "< 2.0.0"
2526

2627
spec.files = Dir[

0 commit comments

Comments
 (0)