Depend on rubygems.org for server.rb

This commit is contained in:
0x1eef 2024-05-02 08:23:02 -03:00
parent fd9d0b6cd6
commit 7a3a696072
6 changed files with 6 additions and 14 deletions

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "submodules/surah-name-glyphs"] [submodule "submodules/surah-name-glyphs"]
path = submodules/surah-name-glyphs path = submodules/surah-name-glyphs
url = https://github.com/ReflectsLight/surah-name-glyphs url = https://github.com/ReflectsLight/surah-name-glyphs
[submodule "packages/ruby/server.rb"]
path = packages/ruby/server.rb
url = https://github.com/0x1eef/server.rb

View file

@ -15,7 +15,7 @@ gem "sass", "~> 3.7"
## ##
# Web server # Web server
gem "server.rb", path: "./packages/ruby/server.rb" gem "server.rb"
## ##
# Other # Other

View file

@ -1,10 +1,3 @@
PATH
remote: packages/ruby/server.rb
specs:
server.rb (0.1.0)
puma (~> 6.3)
rack (~> 3.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -124,6 +117,9 @@ GEM
sass-listen (4.0.0) sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
server.rb (0.1.1)
puma (~> 6.3)
rack (~> 3.0)
set (1.1.0) set (1.1.0)
slow_enumerator_tools (1.1.0) slow_enumerator_tools (1.1.0)
sorted_set (1.0.3) sorted_set (1.0.3)
@ -168,7 +164,7 @@ DEPENDENCIES
rainpress (~> 1.0) rainpress (~> 1.0)
ryo.rb ryo.rb
sass (~> 3.7) sass (~> 3.7)
server.rb! server.rb
standard (~> 1.24) standard (~> 1.24)
test-cmd.rb test-cmd.rb

View file

@ -2,6 +2,6 @@
## ##
# main # main
git submodule update -f --init --recursive
bundle install bundle install
npm i npm i
git submodule update --init --recursive

0
packages/ruby/.gitkeep Normal file
View file

@ -1 +0,0 @@
Subproject commit bf94e6f20c1f48ec002611912a53e0bf746f076f