vimgolf: migrate to by-name (#405754)

This commit is contained in:
Yohann Boniface
2025-06-16 22:49:40 +02:00
committed by GitHub
5 changed files with 24 additions and 12 deletions
@@ -1,2 +1,4 @@
source 'https://rubygems.org'
gem 'vimgolf'
gem "abbrev", "~> 0.1.2"
@@ -1,9 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
highline (2.0.3)
json_pure (2.6.1)
thor (1.2.1)
abbrev (0.1.2)
highline (2.1.0)
json_pure (2.8.1)
thor (1.3.2)
vimgolf (0.5.0)
highline (~> 2.0, >= 2.0.3)
json_pure (~> 2.3, >= 2.3.1)
@@ -13,7 +14,8 @@ PLATFORMS
ruby
DEPENDENCIES
abbrev (~> 0.1.2)
vimgolf
BUNDLED WITH
2.1.4
2.6.6
@@ -1,33 +1,43 @@
{
abbrev = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0hj2qyx7rzpc7awhvqlm597x7qdxwi4kkml4aqnp5jylmsm4w6xd";
type = "gem";
};
version = "0.1.2";
};
highline = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0yclf57n2j3cw8144ania99h1zinf8q3f5zrhqa754j6gl95rp9d";
sha256 = "1f8cr014j7mdqpdb9q17fp5vb5b8n1pswqaif91s3ylg5x3pygfn";
type = "gem";
};
version = "2.0.3";
version = "2.1.0";
};
json_pure = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "05ddn30jkpw6anfakfm7lffnrl2i0265ryrrwa4j0ivihjr95y82";
sha256 = "1kks889ymaq5xqvj18qamar3il8m3dnnaf6cij0a0kwxp8lpk1va";
type = "gem";
};
version = "2.6.1";
version = "2.8.1";
};
thor = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi";
sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
type = "gem";
};
version = "1.2.1";
version = "1.3.2";
};
vimgolf = {
dependencies = [
-2
View File
@@ -14260,8 +14260,6 @@ with pkgs;
qpdfview = libsForQt5.callPackage ../applications/office/qpdfview { };
vimgolf = callPackage ../games/vimgolf { };
# this is a lower-level alternative to wrapNeovim conceived to handle
# more usecases when wrapping neovim. The interface is being actively worked on
# so expect breakage. use wrapNeovim instead if you want a stable alternative