Skip to content

Commit 0a77016

Browse files
committed
Mark as compatible with Foobara 0.1.0
1 parent b4b520a commit 0a77016

File tree

8 files changed

+51
-64
lines changed

8 files changed

+51
-64
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
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+
## [0.1.0] - 2025-08-22
2+
3+
- Mark as compatible with Foobara 0.1.0
4+
15
## [0.0.6] - 2025-05-03
26

37
- Make pushing to github off by default and make failures not stop the generator

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gemspec
1111
gem "rake"
1212

1313
group :development do
14-
gem "foobara-rubocop-rules", "~> 0.0.1"
14+
gem "foobara-rubocop-rules", ">= 1.0.0"
1515
gem "guard-rspec"
1616
gem "rubocop-rake"
1717
gem "rubocop-rspec"
@@ -23,7 +23,7 @@ group :development, :test do
2323
end
2424

2525
group :test do
26-
gem "foobara-spec-helpers", "~> 0.0.1"
26+
gem "foobara-spec-helpers", "< 2.0.0"
2727
gem "rspec"
2828
gem "rspec-its"
2929
gem "simplecov"

Gemfile.lock

Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
PATH
22
remote: .
33
specs:
4-
foobara-empty-typescript-react-project-generator (0.0.6)
5-
foobara (~> 0.0.116)
6-
foobara-files-generator (~> 0.0.1)
4+
foobara-empty-typescript-react-project-generator (0.1.0)
5+
foobara (>= 0.1.1, < 2.0.0)
6+
foobara-files-generator (< 2.0.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
1111
ast (2.4.3)
12-
bigdecimal (3.1.9)
12+
bigdecimal (3.2.2)
1313
byebug (12.0.0)
1414
coderay (1.1.3)
15-
diff-lcs (1.6.1)
15+
diff-lcs (1.6.2)
1616
docile (1.4.1)
1717
ffi (1.17.2-x86_64-linux-gnu)
18-
foobara (0.0.116)
18+
foobara (0.1.1)
1919
bigdecimal
20-
foobara-lru-cache (~> 0.0.2)
21-
foobara-util (~> 0.0.11)
22-
inheritable-thread-vars (~> 0.0.1)
23-
foobara-files-generator (0.0.7)
24-
foobara (~> 0.0.116)
25-
foobara-lru-cache (0.0.2)
26-
foobara-rubocop-rules (0.0.9)
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.1.0)
24+
foobara (>= 0.1.1, < 2.0.0)
25+
foobara-lru-cache (1.0.0)
26+
foobara-rubocop-rules (1.0.1)
2727
rubocop
2828
rubocop-rspec
2929
foobara-spec-helpers (0.0.4)
3030
foobara-util
31-
foobara-util (0.0.11)
32-
formatador (1.1.0)
31+
foobara-util (1.0.2)
32+
formatador (1.2.0)
33+
reline
3334
guard (2.19.1)
3435
formatador (>= 0.2.4)
3536
listen (>= 2.7, < 4.0)
@@ -46,23 +47,24 @@ GEM
4647
guard (~> 2.1)
4748
guard-compat (~> 1.1)
4849
rspec (>= 2.99.0, < 4.0)
49-
inheritable-thread-vars (0.0.2)
50-
json (2.11.3)
51-
language_server-protocol (3.17.0.4)
50+
inheritable-thread-vars (0.0.3)
51+
io-console (0.8.1)
52+
json (2.13.2)
53+
language_server-protocol (3.17.0.5)
5254
lint_roller (1.1.0)
5355
listen (3.9.0)
5456
rb-fsevent (~> 0.10, >= 0.10.3)
5557
rb-inotify (~> 0.9, >= 0.9.10)
5658
logger (1.7.0)
57-
lumberjack (1.2.10)
59+
lumberjack (1.4.0)
5860
method_source (1.1.0)
5961
nenv (0.3.0)
6062
notiffany (0.1.3)
6163
nenv (~> 0.1)
6264
shellany (~> 0.0)
63-
ostruct (0.6.1)
65+
ostruct (0.6.3)
6466
parallel (1.27.0)
65-
parser (3.3.8.0)
67+
parser (3.3.9.0)
6668
ast (~> 2.4.1)
6769
racc
6870
prism (1.4.0)
@@ -74,39 +76,41 @@ GEM
7476
pry (>= 0.13, < 0.16)
7577
racc (1.8.1)
7678
rainbow (3.1.1)
77-
rake (13.2.1)
79+
rake (13.3.0)
7880
rb-fsevent (0.11.2)
7981
rb-inotify (0.11.1)
8082
ffi (~> 1.0)
81-
regexp_parser (2.10.0)
82-
rspec (3.13.0)
83+
regexp_parser (2.11.2)
84+
reline (0.6.2)
85+
io-console (~> 0.5)
86+
rspec (3.13.1)
8387
rspec-core (~> 3.13.0)
8488
rspec-expectations (~> 3.13.0)
8589
rspec-mocks (~> 3.13.0)
86-
rspec-core (3.13.3)
90+
rspec-core (3.13.5)
8791
rspec-support (~> 3.13.0)
88-
rspec-expectations (3.13.4)
92+
rspec-expectations (3.13.5)
8993
diff-lcs (>= 1.2.0, < 2.0)
9094
rspec-support (~> 3.13.0)
9195
rspec-its (2.0.0)
9296
rspec-core (>= 3.13.0)
9397
rspec-expectations (>= 3.13.0)
94-
rspec-mocks (3.13.3)
98+
rspec-mocks (3.13.5)
9599
diff-lcs (>= 1.2.0, < 2.0)
96100
rspec-support (~> 3.13.0)
97-
rspec-support (3.13.3)
98-
rubocop (1.75.4)
101+
rspec-support (3.13.5)
102+
rubocop (1.80.0)
99103
json (~> 2.3)
100104
language_server-protocol (~> 3.17.0.2)
101105
lint_roller (~> 1.1.0)
102106
parallel (~> 1.10)
103107
parser (>= 3.3.0.2)
104108
rainbow (>= 2.2.2, < 4.0)
105109
regexp_parser (>= 2.9.3, < 3.0)
106-
rubocop-ast (>= 1.44.0, < 2.0)
110+
rubocop-ast (>= 1.46.0, < 2.0)
107111
ruby-progressbar (~> 1.7)
108112
unicode-display_width (>= 2.4.0, < 4.0)
109-
rubocop-ast (1.44.1)
113+
rubocop-ast (1.46.0)
110114
parser (>= 3.3.7.2)
111115
prism (~> 1.4)
112116
rubocop-rake (0.7.1)
@@ -121,10 +125,10 @@ GEM
121125
docile (~> 1.1)
122126
simplecov-html (~> 0.11)
123127
simplecov_json_formatter (~> 0.1)
124-
simplecov-html (0.13.1)
128+
simplecov-html (0.13.2)
125129
simplecov_json_formatter (0.1.4)
126-
thor (1.3.2)
127-
unicode-display_width (3.1.4)
130+
thor (1.4.0)
131+
unicode-display_width (3.1.5)
128132
unicode-emoji (~> 4.0, >= 4.0.4)
129133
unicode-emoji (4.0.4)
130134

@@ -133,8 +137,8 @@ PLATFORMS
133137

134138
DEPENDENCIES
135139
foobara-empty-typescript-react-project-generator!
136-
foobara-rubocop-rules (~> 0.0.1)
137-
foobara-spec-helpers (~> 0.0.1)
140+
foobara-rubocop-rules (>= 1.0.0)
141+
foobara-spec-helpers (< 2.0.0)
138142
guard-rspec
139143
pry
140144
pry-byebug

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-empty-typescript-react-project-generator.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
2020
spec.metadata["source_code_uri"] = spec.homepage
2121
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"
2222

23-
spec.add_dependency "foobara", "~> 0.0.116"
24-
spec.add_dependency "foobara-files-generator", "~> 0.0.1"
23+
spec.add_dependency "foobara", ">= 0.1.1", "< 2.0.0"
24+
spec.add_dependency "foobara-files-generator", "< 2.0.0"
2525

2626
spec.files = Dir[
2727
"lib/**/*",

version.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
module Foobara
22
module Generators
33
module EmptyTypescriptReactProjectGenerator
4-
VERSION = "0.0.6".freeze
5-
6-
local_ruby_version = File.read("#{__dir__}/.ruby-version").chomp
7-
local_ruby_version_minor = local_ruby_version[/\A(\d+\.\d+)\.\d+\z/, 1]
8-
MINIMUM_RUBY_VERSION = ">= #{local_ruby_version_minor}.0".freeze
4+
VERSION = "0.1.0".freeze
5+
MINIMUM_RUBY_VERSION = ">= 3.4.0".freeze
96
end
107
end
118
end

0 commit comments

Comments
 (0)