File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,10 @@ gem "sqlite3"
9
9
gem "discordrb"
10
10
gem "perlin_noise"
11
11
gem "matrix"
12
- gem "ircparser"
12
+ gem "ircparser"
13
+
14
+ # Packaging
15
+ # --- bundle exec ocran --debug-extract --console --add-all-core --gem-all .\mobius.rb
16
+ #
17
+ # gem "rake"
18
+ # gem "ocran"
Original file line number Diff line number Diff line change 45
45
mime-types (3.6.0 )
46
46
logger
47
47
mime-types-data (~> 3.2015 )
48
- mime-types-data (3.2025.0107 )
48
+ mime-types-data (3.2025.0204 )
49
49
mutex_m (0.3.0 )
50
50
netrc (0.11.0 )
51
+ ocran (1.3.16 )
51
52
opus-ruby (1.0.1 )
52
53
ffi
53
54
perlin_noise (0.2.0 )
58
59
http-cookie (>= 1.0.2 , < 2.0 )
59
60
mime-types (>= 1.16 , < 4.0 )
60
61
netrc (~> 0.8 )
61
- sequel (5.88 .0 )
62
+ sequel (5.89 .0 )
62
63
bigdecimal
63
64
sqlite3 (2.5.0-x64-mingw-ucrt )
64
65
sqlite3 (2.5.0-x86_64-linux-gnu )
@@ -80,7 +81,9 @@ DEPENDENCIES
80
81
ircparser
81
82
ld-eventsource
82
83
matrix
84
+ ocran
83
85
perlin_noise
86
+ rake
84
87
sequel
85
88
sqlite3
86
89
Original file line number Diff line number Diff line change 1
1
module Mobius
2
- VERSION = "0.17 .0"
2
+ VERSION = "0.18 .0"
3
3
end
Original file line number Diff line number Diff line change @@ -42,4 +42,6 @@ def monotonic_time
42
42
Process . clock_gettime ( Process ::CLOCK_MONOTONIC )
43
43
end
44
44
45
+ Dir . chdir ( __dir__ )
46
+
45
47
Mobius . init unless defined? ( MOBIUS_NO_INIT )
You can’t perform that action at this time.
0 commit comments