ruby-zoom: 4.1.0 -> 5.0.1

This version adds support for ripgrep.
This commit is contained in:
Venkateswara Rao Mandela
2017-11-19 18:11:09 +05:30
parent 5147d8bbee
commit 5745143cd8
2 changed files with 19 additions and 26 deletions
+10 -16
View File
@@ -1,27 +1,28 @@
{
djinni = {
dependencies = ["fagin"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0wl4q4qs1nyla5n2b2ys6n3i35gvli8xb8mxz2xv0ik306cikqm6";
sha256 = "00zfgd7zx2p9xjc64xm4iwdxq2bb6n1z09nw815c2f4lvlaq269f";
type = "gem";
};
version = "2.0.1";
version = "2.1.1";
};
fagin = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "17d419vkfr26gdbad97fg2ikskhn82vs3bnxlzd27w6lwyf13qxk";
sha256 = "0jryqrgb5jvz0m7p91c2bhn6gdwxn9jfdaq3cfkirc3y7yfzv131";
type = "gem";
};
version = "0.1.2";
version = "1.0.0";
};
hilighter = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1a9a9clgd6kx63a82msjzi6abznfqivsgmds7qaqwb1dsl1nznbh";
sha256 = "0sy59nfcfk4p1fnrdkipi0mvsj9db17chrx7lb2jg3majbr1wz59";
type = "gem";
};
version = "0.1.7";
version = "1.1.0";
};
json_config = {
source = {
@@ -31,21 +32,14 @@
};
version = "0.1.2";
};
ruby-terminfo = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0rl4ic5pzvrpgd42z0c1s2n3j39c9znksblxxvmhkzrc0ckyg2cm";
type = "gem";
};
version = "0.1.1";
};
ruby-zoom = {
dependencies = ["djinni" "fagin" "hilighter" "json_config" "scoobydoo"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "132pk0zp3rayvvbccfs5ksigg9zpflp9734b4r0jz5aimmv2qpvp";
sha256 = "0115kbz6l8srzizs77k9l0585lg93x90kg49jjpan7ssm786q05j";
type = "gem";
};
version = "4.1.0";
version = "5.0.1";
};
scoobydoo = {
source = {