Depend on rubygems.org

This commit is contained in:
0x1eef 2024-02-01 07:20:34 -03:00
parent 1f69ca4ebc
commit dbb43d6ac9
2 changed files with 79 additions and 100 deletions

12
Gemfile
View file

@ -7,9 +7,9 @@ gem "nanoc", "~> 4.12"
##
# nanoc filters
gem "nanoc-gzip.rb", github: "0x1eef/nanoc-gzip.rb", tag: "v0.2.1"
gem "nanoc-webpack.rb", github: "0x1eef/nanoc-webpack.rb", tag: "v0.2.0"
gem "nanoc-tidy.rb", github: "0x1eef/nanoc-tidy.rb", tag: "v0.1.3"
gem "nanoc-gzip.rb"
gem "nanoc-webpack.rb"
gem "nanoc-tidy.rb"
gem "rainpress", "~> 1.0"
gem "sass", "~> 3.7"
@ -19,9 +19,9 @@ gem "server.rb", path: "./packages/ruby/server"
##
# Everything else
gem "ryo.rb", github: "0x1eef/ryo.rb", tag: "v0.3.0"
gem "test-cmd.rb", github: "0x1eef/test-cmd.rb", tag: "v0.3.0"
gem "lockf.rb", github: "0x1eef/lockf.rb", tag: "v0.12.0"
gem "ryo.rb"
gem "test-cmd.rb"
gem "lockf.rb"
gem "standard", "~> 1.24"
gem "paint", "~> 2.3"
gem "dotenv", "~> 2.8"

View file

@ -1,50 +1,3 @@
GIT
remote: https://github.com/0x1eef/lockf.rb.git
revision: fd79284a8d3af8562654742a23b39288a0e4e24f
tag: v0.12.0
specs:
lockf.rb (0.12.0)
GIT
remote: https://github.com/0x1eef/nanoc-gzip.rb.git
revision: 3bb1719ad11d983a25945c1017df76aa2f6b8540
tag: v0.2.1
specs:
nanoc-gzip.rb (0.2.1)
json (= 2.6.1)
nanoc (~> 4.12)
racc (= 1.6.0)
set (= 1.0.2)
stringio (= 3.0.1)
GIT
remote: https://github.com/0x1eef/nanoc-tidy.rb.git
revision: 013380d5583a6eb9cb563ce2aa3abd7db0498787
tag: v0.1.3
specs:
nanoc-tidy.rb (0.1.3)
GIT
remote: https://github.com/0x1eef/nanoc-webpack.rb.git
revision: 5c0630138fa8188c37ed85d3708d59ca85d50921
tag: v0.2.0
specs:
nanoc-webpack.rb (0.2.0)
GIT
remote: https://github.com/0x1eef/ryo.rb.git
revision: 1fc0e7a2187d8020aadfb71b6b066dbc3af2fc2e
tag: v0.3.0
specs:
ryo.rb (0.3.0)
GIT
remote: https://github.com/0x1eef/test-cmd.rb.git
revision: d9b0ac011578b16374a36d9fa9223597422ae09e
tag: v0.3.0
specs:
test-cmd.rb (0.3.0)
PATH
remote: packages/ruby/server
specs:
@ -59,33 +12,36 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
colored (1.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
cri (2.15.11)
ddmetrics (1.0.1)
ddmetrics (1.1.0)
ddplugin (1.0.3)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
dotenv (2.8.1)
ffi (1.15.5)
hamster (3.0.0)
concurrent-ruby (~> 1.0)
ffi (1.16.3)
immutable-ruby (0.1.0)
concurrent-ruby (~> 1.1)
sorted_set (~> 1.0)
json (2.6.1)
json_schema (0.21.0)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memo_wise (1.7.0)
lockf.rb (0.12.0)
memo_wise (1.8.0)
memoize (1.3.1)
nanoc (4.12.15)
nanoc (4.12.19)
addressable (~> 2.5)
colored (~> 1.2)
nanoc-checking (~> 1.0, >= 1.0.2)
nanoc-cli (= 4.12.15)
nanoc-core (= 4.12.15)
nanoc-cli (= 4.12.19)
nanoc-core (= 4.12.19)
nanoc-deploying (~> 1.0)
parallel (~> 1.12)
tty-command (~> 0.8)
@ -93,19 +49,19 @@ GEM
nanoc-checking (1.0.2)
nanoc-cli (~> 4.12, >= 4.12.4)
nanoc-core (~> 4.12, >= 4.12.4)
nanoc-cli (4.12.15)
nanoc-cli (4.12.19)
cri (~> 2.15)
diff-lcs (~> 1.3)
nanoc-core (= 4.12.15)
nanoc-core (= 4.12.19)
zeitwerk (~> 2.1)
nanoc-core (4.12.15)
nanoc-core (4.12.19)
concurrent-ruby (~> 1.1)
ddmetrics (~> 1.0)
ddplugin (~> 1.0)
hamster (~> 3.0)
immutable-ruby (~> 0.1)
json_schema (~> 0.19)
memo_wise (~> 1.5)
psych (~> 4.0)
psych (>= 4.0, < 6.0)
slow_enumerator_tools (~> 1.0)
tty-platform (~> 0.2)
zeitwerk (~> 2.1)
@ -113,44 +69,57 @@ GEM
nanoc-checking (~> 1.0)
nanoc-cli (~> 4.11, >= 4.11.15)
nanoc-core (~> 4.11, >= 4.11.15)
nio4r (2.5.9)
nanoc-gzip.rb (0.2.2)
json (= 2.6.1)
nanoc (~> 4.12)
racc (= 1.6.0)
set (= 1.0.2)
stringio (= 3.0.1)
nanoc-tidy.rb (0.2.2)
nanoc-webpack.rb (0.5.5)
ryo.rb (~> 0.4)
nio4r (2.7.0)
paint (2.3.0)
parallel (1.22.1)
parser (3.2.1.1)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pastel (0.8.0)
tty-color (~> 0.5)
psych (4.0.6)
psych (5.1.2)
stringio
public_suffix (5.0.1)
puma (6.3.0)
public_suffix (5.0.4)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.6.0)
rack (3.0.8)
rack (3.0.9)
rainbow (3.1.1)
rainpress (1.0.1)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.7.0)
rexml (3.2.5)
rubocop (1.44.1)
rbtree (0.4.6)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.27.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.15.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
ryo.rb (0.4.7)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
@ -158,41 +127,51 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
set (1.0.2)
slow_enumerator_tools (1.1.0)
standard (1.24.3)
sorted_set (1.0.3)
rbtree
set (~> 1.0)
standard (1.33.0)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.44.1)
rubocop-performance (= 1.15.2)
lint_roller (~> 1.0)
rubocop (~> 1.59.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.3)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.3.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.2)
stringio (3.0.1)
test-cmd.rb (0.5.2)
tty-color (0.6.0)
tty-command (0.10.1)
pastel (~> 0.8)
tty-platform (0.3.0)
tty-which (0.5.0)
unicode-display_width (2.4.2)
zeitwerk (2.6.7)
unicode-display_width (2.5.0)
zeitwerk (2.6.12)
PLATFORMS
amd64-freebsd-14
x86_64-linux
x86_64-openbsd
DEPENDENCIES
dotenv (~> 2.8)
listen (~> 3.0)
lockf.rb!
lockf.rb
memoize (~> 1.3)
nanoc (~> 4.12)
nanoc-gzip.rb!
nanoc-tidy.rb!
nanoc-webpack.rb!
nanoc-gzip.rb
nanoc-tidy.rb
nanoc-webpack.rb
paint (~> 2.3)
rainpress (~> 1.0)
rake
ryo.rb!
ryo.rb
sass (~> 3.7)
server.rb!
standard (~> 1.24)
test-cmd.rb!
test-cmd.rb
BUNDLED WITH
2.4.10
2.4.19