ruby: fixup mpdcron

This commit is contained in:
Charles Strahan
2015-01-21 22:38:29 -05:00
parent 8085f088cb
commit 034488ec80
6 changed files with 45 additions and 8 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"mini_portile" = {
version = "0.6.2";
source = {
type = "gem";
sha256 = "0h3xinmacscrnkczq44s6pnhrp4nqma7k056x5wv5xixvf2wsq2w";
};
};
"nokogiri" = {
version = "1.6.5";
source = {
type = "gem";
sha256 = "1xmxz6fa0m4p7c7ngpgz6gjgv65lzz63dsf0b6vh7gs2fkiw8j7l";
};
dependencies = [
"mini_portile"
];
};
}