Skip to content

Commit 9995004

Browse files
committed
v0.18.0
1 parent a7c1be0 commit 9995004

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

Gemfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@ gem "sqlite3"
99
gem "discordrb"
1010
gem "perlin_noise"
1111
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"

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ GEM
4545
mime-types (3.6.0)
4646
logger
4747
mime-types-data (~> 3.2015)
48-
mime-types-data (3.2025.0107)
48+
mime-types-data (3.2025.0204)
4949
mutex_m (0.3.0)
5050
netrc (0.11.0)
51+
ocran (1.3.16)
5152
opus-ruby (1.0.1)
5253
ffi
5354
perlin_noise (0.2.0)
@@ -58,7 +59,7 @@ GEM
5859
http-cookie (>= 1.0.2, < 2.0)
5960
mime-types (>= 1.16, < 4.0)
6061
netrc (~> 0.8)
61-
sequel (5.88.0)
62+
sequel (5.89.0)
6263
bigdecimal
6364
sqlite3 (2.5.0-x64-mingw-ucrt)
6465
sqlite3 (2.5.0-x86_64-linux-gnu)
@@ -80,7 +81,9 @@ DEPENDENCIES
8081
ircparser
8182
ld-eventsource
8283
matrix
84+
ocran
8385
perlin_noise
86+
rake
8487
sequel
8588
sqlite3
8689

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mobius
2-
VERSION = "0.17.0"
2+
VERSION = "0.18.0"
33
end

mobius.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ def monotonic_time
4242
Process.clock_gettime(Process::CLOCK_MONOTONIC)
4343
end
4444

45+
Dir.chdir(__dir__)
46+
4547
Mobius.init unless defined?(MOBIUS_NO_INIT)

0 commit comments

Comments
 (0)