File tree 3 files changed +17
-0
lines changed
3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ gem "rake", "~> 13.0"
6
6
gem "minitest" , "~> 5.16"
7
7
gem "standard" , "~> 1.3"
8
8
gem "gosu" , "~> 1.4.6"
9
+ gem "debug" , ">= 1.0.0"
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
ast (2.4.2 )
5
+ debug (1.9.2 )
6
+ irb (~> 1.10 )
7
+ reline (>= 0.3.8 )
5
8
gosu (1.4.6 )
9
+ io-console (0.7.2 )
10
+ irb (1.13.1 )
11
+ rdoc (>= 4.0.0 )
12
+ reline (>= 0.4.2 )
6
13
json (2.7.2 )
7
14
language_server-protocol (3.17.0.3 )
8
15
lint_roller (1.1.0 )
11
18
parser (3.3.1.0 )
12
19
ast (~> 2.4.1 )
13
20
racc
21
+ psych (5.1.2 )
22
+ stringio
14
23
racc (1.7.3 )
15
24
rainbow (3.1.1 )
16
25
rake (13.2.1 )
26
+ rdoc (6.6.3.1 )
27
+ psych (>= 4.0.0 )
17
28
regexp_parser (2.9.0 )
29
+ reline (0.5.5 )
30
+ io-console (~> 0.5 )
18
31
rexml (3.2.6 )
19
32
rubocop (1.62.1 )
20
33
json (~> 2.3 )
45
58
standard-performance (1.3.1 )
46
59
lint_roller (~> 1.1 )
47
60
rubocop-performance (~> 1.20.2 )
61
+ stringio (3.1.0 )
48
62
unicode-display_width (2.5.0 )
49
63
50
64
PLATFORMS
51
65
arm64-darwin-23
52
66
ruby
53
67
54
68
DEPENDENCIES
69
+ debug (>= 1.0.0 )
55
70
gosu (~> 1.4.6 )
56
71
minitest (~> 5.16 )
57
72
rake (~> 13.0 )
Original file line number Diff line number Diff line change 2
2
3
3
$LOAD_PATH. unshift File . expand_path ( "../lib" , __dir__ )
4
4
require "wave_function_collapse"
5
+ require "debug"
5
6
require "minitest/autorun"
6
7
7
8
Minitest ::Test . send ( :include , WaveFunctionCollapse )
You can’t perform that action at this time.
0 commit comments