Skip to content

Instantly share code, notes, and snippets.

@stapelberg
Last active June 11, 2016 18:01
Show Gist options
  • Save stapelberg/c1283482b39fcd2e92a5b3b2b9c25806 to your computer and use it in GitHub Desktop.
Save stapelberg/c1283482b39fcd2e92a5b3b2b9c25806 to your computer and use it in GitHub Desktop.
{ stdenv, lib, bundlerEnv, ruby, curl }:
bundlerEnv rec {
name = "guard-shell-${version}";
version = "0.7.1";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
meta = with lib; {
description = "A faster Asciidoc processor written in Ruby";
homepage = http://asciidoctor.org/;
license = licenses.mit;
maintainers = with maintainers; [ gpyh ];
platforms = platforms.unix;
};
}
source 'https://rubygems.org'
gem 'guard'
gem 'guard-shell'
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.1)
ffi (1.9.10)
formatador (0.2.5)
guard (2.14.0)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-shell (0.7.1)
guard (>= 2.0.0)
guard-compat (~> 1.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.10)
method_source (0.8.2)
nenv (0.3.0)
notiffany (0.1.0)
nenv (~> 0.1)
shellany (~> 0.0)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
ruby_dep (1.3.1)
shellany (0.0.1)
slop (3.6.0)
thor (0.19.1)
PLATFORMS
ruby
DEPENDENCIES
guard
guard-shell
BUNDLED WITH
1.11.2
{
thor = {
version = "0.19.1";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z";
};
};
slop = {
version = "3.6.0";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "00w8g3j7k7kl8ri2cf1m58ckxk8rn350gp4chfscmgv6pq1spk3n";
};
};
shellany = {
version = "0.0.1";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "1ryyzrj1kxmnpdzhlv4ys3dnl2r5r3d2rs2jwzbnd1v96a8pl4hf";
};
};
ruby_dep = {
version = "1.3.1";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "0v0qznxz999lx4vs76mr590r90i0cm5m76wwvgis7sq4y21l308l";
};
};
rb-inotify = {
version = "0.9.7";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "1yfcp3065n08balljmxn0qzwhdbwwxn2h9z89wmydyfj2gq1p71d";
};
};
rb-fsevent = {
version = "0.9.7";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "1xlkflgxngwkd4nyybccgd1japrba4v3kwnp00alikj404clqx4v";
};
};
pry = {
version = "0.10.3";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "1x78rvp69ws37kwig18a8hr79qn36vh8g1fn75p485y3b3yiqszg";
};
};
notiffany = {
version = "0.1.0";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "16m6hx9n18pxnb4q4bgzhpy2m3m2v438k4bnb2wfvmbcrxys47hq";
};
};
nenv = {
version = "0.3.0";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "0r97jzknll9bhd8yyg2bngnnkj8rjhal667n7d32h8h7ny7nvpnr";
};
};
method_source = {
version = "0.8.2";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "1g5i4w0dmlhzd18dijlqw5gk27bv6dj2kziqzrzb7mpgxgsd1sf2";
};
};
lumberjack = {
version = "1.0.10";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "0ily8j83q959w19zb7qm6m7y53sdj9afxj4x6mn2adl4i7vpdsv4";
};
};
listen = {
version = "3.1.5";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "01v5mrnfqm6sgm8xn2v5swxsn1wlmq7rzh2i48d4jzjsc7qvb6mx";
};
};
guard-shell = {
version = "0.7.1";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "08d0i0rfpchys67f5lghjiyxl9l8vzfl1p78hznqc3yvl7kbigaa";
};
};
guard-compat = {
version = "1.2.1";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "1zj6sr1k8w59mmi27rsii0v8xyy2rnsi09nqvwpgj1q10yq1mlis";
};
};
guard = {
version = "2.14.0";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "1ihdhgvb3r2l4pb2mrphw7dj2fws7jmpgq08xic3cg7vwdj1f1qf";
};
};
formatador = {
version = "0.2.5";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "1gc26phrwlmlqrmz4bagq1wd5b7g64avpx0ghxr9xdxcvmlii0l0";
};
};
ffi = {
version = "1.9.10";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "1m5mprppw0xcrv2mkim5zsk70v089ajzqiq5hpyb0xg96fcyzyxj";
};
};
coderay = {
version = "1.1.1";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "1x6z923iwr1hi04k6kz5a6llrixflz8h5sskl9mhaaxy9jx2x93r";
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment