bcat: init at 0.6.2 (#31813)

This commit is contained in:
jraygauthier
2017-11-19 15:21:28 +00:00
committed by Jörg Thalheim
parent a4d7b6ad91
commit cfd3e8f48f
5 changed files with 53 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
bcat = {
dependencies = ["rack"];
source = {
remotes = ["http://rubygems.org"];
sha256 = "0w2wwlngcs7f4lmvifixrb89bjkw2lx8z0nn72w360hz394ic651";
type = "gem";
};
version = "0.6.2";
};
rack = {
source = {
remotes = ["http://rubygems.org"];
sha256 = "19m7aixb2ri7p1n0iqaqx8ldi97xdhvbxijbyrrcdcl6fv5prqza";
type = "gem";
};
version = "1.6.8";
};
}