Commit 44ddda97 authored by Sigmanificient's avatar Sigmanificient
Browse files

ruby-zoom: drop

parent cd06dcae
Loading
Loading
Loading
Loading

pkgs/tools/text/ruby-zoom/Gemfile

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
source 'https://rubygems.org'
gem 'ruby-zoom'
+0 −24
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    djinni (2.2.4)
      fagin (~> 1.2, >= 1.2.1)
    fagin (1.2.1)
    hilighter (1.2.3)
    json_config (1.1.0)
    ruby-zoom (5.3.0)
      djinni (~> 2.2, >= 2.2.4)
      fagin (~> 1.2, >= 1.2.1)
      hilighter (~> 1.2, >= 1.2.3)
      json_config (~> 1.0, >= 1.0.0)
      scoobydoo (~> 1.0, >= 1.0.0)
    scoobydoo (1.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  ruby-zoom

BUNDLED WITH
   1.17.2
+0 −26
Original line number Diff line number Diff line
{
  lib,
  bundlerEnv,
  ruby,
  bundlerUpdateScript,
}:

bundlerEnv {
  pname = "ruby-zoom";

  inherit ruby;
  gemdir = ./.;

  passthru.updateScript = bundlerUpdateScript "ruby-zoom";

  meta = with lib; {
    description = "Quickly open CLI search results in your favorite editor";
    homepage = "https://gitlab.com/mjwhitta/zoom";
    license = with licenses; gpl3;
    maintainers = with maintainers; [
      vmandela
      nicknovitski
    ];
    platforms = platforms.unix;
  };
}
+0 −70
Original line number Diff line number Diff line
{
  djinni = {
    dependencies = [ "fagin" ];
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "18zk80jk70xq1bnsvzcgxb13x9fqdb5g4m02b2f6mvqm4cyw26pl";
      type = "gem";
    };
    version = "2.2.4";
  };
  fagin = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0psyydh4hf2s1kz0r50aiyjf5v2pqhkbmy0gicxzaj5n17q2ga24";
      type = "gem";
    };
    version = "1.2.1";
  };
  hilighter = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "03zm49g96dfpan5fhblcjxrzv7ldwan57sn0jcllkcmrqfd0zlyz";
      type = "gem";
    };
    version = "1.2.3";
  };
  json_config = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0slb618n1ipn47j6dsxbfv2j9pl06dxn2i651llix09d529m7zwa";
      type = "gem";
    };
    version = "1.1.0";
  };
  ruby-zoom = {
    dependencies = [
      "djinni"
      "fagin"
      "hilighter"
      "json_config"
      "scoobydoo"
    ];
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0iqxc0rzypsxy4wbxnvgvk98dbcsrcczq3xi9xd4wz4ggwq564l3";
      type = "gem";
    };
    version = "5.3.0";
  };
  scoobydoo = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "162p75nc9x078kqcpdsrsd7kngs6jc5n4injz3kzpwf0jgbbm8n7";
      type = "gem";
    };
    version = "1.0.0";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -2032,6 +2032,7 @@ mapAliases {
  rpiboot-unstable = throw "'rpiboot-unstable' has been renamed to/replaced by 'rpiboot'"; # Converted to throw 2024-10-17
  rr-unstable = rr; # Added 2022-09-17
  rtx = mise; # Added 2024-01-05
  ruby-zoom = throw "'ruby-zoom' has been removed due to lack of maintaince and had not been updated since 2020"; # Added 2025-08-24
  runCommandNoCC = runCommand;
  runCommandNoCCLocal = runCommandLocal;
  run-scaled = throw "run-scaled has been removed due to being deprecated. Consider using run_scaled from 'xpra' instead"; # Added 2025-03-17
Loading