nixpkgs/pkgs/applications/misc/jekyll/basic/gemset.nix

434 lines
11 KiB
Nix
Raw Normal View History

2015-05-16 18:26:07 +01:00
{
activesupport = {
2019-08-21 09:57:28 +01:00
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "0shh34xx9ygxb57s8mag8l22klvjfnk1c4jbjvchk16r6z0ps326";
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "6.0.3";
};
2017-03-04 01:08:53 +00:00
addressable = {
2018-02-19 16:22:25 +00:00
dependencies = ["public_suffix"];
groups = ["default"];
platforms = [];
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
sha256 = "1fvchp2rhp2rmigx7qglf69xvjqvzq7x0g49naliw29r2bz656sy";
type = "gem";
};
version = "2.7.0";
};
2017-03-04 01:08:53 +00:00
colorator = {
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72";
2015-05-16 18:26:07 +01:00
type = "gem";
};
2017-03-04 01:08:53 +00:00
version = "1.1.0";
2015-05-16 18:26:07 +01:00
};
2018-02-19 16:22:25 +00:00
concurrent-ruby = {
groups = ["default"];
platforms = [];
2018-02-19 16:22:25 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "094387x4yasb797mv07cs3g6f08y56virc2rjcpb1k79rzaj3nhl";
2018-02-19 16:22:25 +00:00
type = "gem";
};
version = "1.1.6";
2018-02-19 16:22:25 +00:00
};
em-websocket = {
dependencies = ["eventmachine" "http_parser.rb"];
groups = ["default"];
platforms = [];
2018-02-19 16:22:25 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1bsw8vjz0z267j40nhbmrvfz7dvacq4p0pagvyp17jif6mj6v7n3";
type = "gem";
};
version = "0.5.1";
};
eventmachine = {
groups = ["default"];
platforms = [];
2018-02-19 16:22:25 +00:00
source = {
remotes = ["https://rubygems.org"];
2018-05-19 20:45:40 +01:00
sha256 = "0wh9aqb0skz80fhfn66lbpr4f86ya2z5rx6gm5xlfhd05bj1ch4r";
2018-02-19 16:22:25 +00:00
type = "gem";
};
2018-05-19 20:45:40 +01:00
version = "1.2.7";
2018-02-19 16:22:25 +00:00
};
2017-03-04 01:08:53 +00:00
ffi = {
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
sha256 = "10lfhahnnc91v63xpvk65apn61pib086zha3z5sp1xk9acfx12h4";
2015-05-16 18:26:07 +01:00
type = "gem";
};
version = "1.12.2";
2015-05-16 18:26:07 +01:00
};
2017-03-04 01:08:53 +00:00
forwardable-extended = {
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
sha256 = "15zcqfxfvsnprwm8agia85x64vjzr2w0xn9vxfnxzgcv8s699v0v";
2015-05-16 18:26:07 +01:00
type = "gem";
};
2017-03-04 01:08:53 +00:00
version = "2.6.0";
2015-05-16 18:26:07 +01:00
};
gemoji = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0";
type = "gem";
};
version = "3.0.1";
};
html-pipeline = {
dependencies = ["activesupport" "nokogiri"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1x5i330yks7pb1jxcbm9n6gslkgaqhyvl13d0cqxmxzkcajvb7z4";
type = "gem";
};
version = "2.12.3";
};
2018-02-19 16:22:25 +00:00
"http_parser.rb" = {
groups = ["default"];
platforms = [];
2018-02-19 16:22:25 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "15nidriy0v5yqfjsgsra51wmknxci2n2grliz78sf9pga3n0l7gi";
type = "gem";
};
version = "0.6.0";
};
i18n = {
dependencies = ["concurrent-ruby"];
groups = ["default"];
platforms = [];
2018-02-19 16:22:25 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "0jwrd1l4mxz06iyx6053lr6hz2zy7ah2k3ranfzisvych5q19kwm";
2018-02-19 16:22:25 +00:00
type = "gem";
};
version = "1.8.2";
2018-02-19 16:22:25 +00:00
};
2017-03-04 01:08:53 +00:00
jekyll = {
2019-08-21 09:57:28 +01:00
dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml" "terminal-table"];
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "1gw05bh9iidnx2lxw0h5aiknbly818cmndc4a9nhq28fiafizi82";
2015-05-16 18:26:07 +01:00
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "4.0.1";
2015-05-16 18:26:07 +01:00
};
jekyll-avatar = {
2018-02-19 16:22:25 +00:00
dependencies = ["jekyll"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "03bys2pl60vq92skfhlfqr2j68zhfjc86jffpg32f94wzjk8n0wk";
type = "gem";
};
version = "0.7.0";
};
jekyll-mentions = {
2018-05-02 19:31:39 +01:00
dependencies = ["html-pipeline" "jekyll"];
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2018-02-19 16:22:25 +00:00
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "1n8y67plydfmay3jn865igvgb3h6s2crk8kq7ydk3wmn9h103s1r";
2015-05-16 18:26:07 +01:00
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "1.6.0";
2017-03-04 01:08:53 +00:00
};
jekyll-sass-converter = {
2019-08-21 09:57:28 +01:00
dependencies = ["sassc"];
groups = ["default"];
platforms = [];
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
sha256 = "04ncr44wrilz26ayqwlg7379yjnkb29mvx4j04i62b7czmdrc9dv";
type = "gem";
};
version = "2.1.0";
2018-02-19 16:22:25 +00:00
};
jekyll-seo-tag = {
dependencies = ["jekyll"];
groups = ["default"];
platforms = [];
2018-02-19 16:22:25 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1p9fl2r4ni10lbx143zp41caldjs4hg27az5wg42sbwzb7s6z66m";
2018-02-19 16:22:25 +00:00
type = "gem";
};
version = "2.6.1";
};
jekyll-sitemap = {
dependencies = ["jekyll"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0622rwsn5i0m5xcyzdn86l68wgydqwji03lqixdfm1f1xdfqrq0d";
type = "gem";
};
version = "1.4.0";
};
2017-03-04 01:08:53 +00:00
jekyll-watch = {
2018-02-19 16:22:25 +00:00
dependencies = ["listen"];
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
sha256 = "1qd7hy1kl87fl7l0frw5qbn22x7ayfzlv9a5ca1m59g0ym1ysi5w";
2015-05-16 18:26:07 +01:00
type = "gem";
};
version = "2.2.1";
2015-05-16 18:26:07 +01:00
};
jemoji = {
2018-05-02 19:31:39 +01:00
dependencies = ["gemoji" "html-pipeline" "jekyll"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "09sxbnrqz5vf6rxmh6lzism31gz2g3hw86ymg37r1ccknclv3cp9";
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "0.12.0";
};
2017-03-04 01:08:53 +00:00
kramdown = {
2020-05-10 14:10:32 +01:00
dependencies = ["rexml"];
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "059mk8lmddp2a2aa6s4pp7x2yyqbqg5crx5jkn32dzlnqi2j5cn6";
2015-05-16 18:26:07 +01:00
type = "gem";
2017-03-04 01:08:53 +00:00
};
2020-05-10 14:10:32 +01:00
version = "2.2.1";
2019-08-21 09:57:28 +01:00
};
kramdown-parser-gfm = {
dependencies = ["kramdown"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv";
type = "gem";
};
version = "1.1.0";
2017-03-04 01:08:53 +00:00
};
liquid = {
groups = ["default"];
platforms = [];
2017-03-04 01:08:53 +00:00
source = {
2018-02-19 16:22:25 +00:00
remotes = ["https://rubygems.org"];
sha256 = "0zhg5ha8zy8zw9qr3fl4wgk4r5940n4128xm2pn4shpbzdbsj5by";
2017-03-04 01:08:53 +00:00
type = "gem";
2015-05-16 18:26:07 +01:00
};
version = "4.0.3";
2015-05-16 18:26:07 +01:00
};
2017-03-04 01:08:53 +00:00
listen = {
dependencies = ["rb-fsevent" "rb-inotify"];
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
sha256 = "1w923wmdi3gyiky0asqdw5dnh3gcjs2xyn82ajvjfjwh6sn0clgi";
2015-05-16 18:26:07 +01:00
type = "gem";
};
version = "3.2.1";
2015-05-16 18:26:07 +01:00
};
2017-03-04 01:08:53 +00:00
mercenary = {
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
sha256 = "10la0xw82dh5mqab8bl0dk21zld63cqxb1g16fk8cb39ylc4n21a";
2015-05-16 18:26:07 +01:00
type = "gem";
};
2017-03-04 01:08:53 +00:00
version = "0.3.6";
2015-05-16 18:26:07 +01:00
};
mini_portile2 = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "15zplpfw3knqifj9bpf604rb3wc1vhq6363pd6lvhayng8wql5vy";
type = "gem";
};
version = "2.4.0";
};
minitest = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0g73x65hmjph8dg1h3rkzfg7ys3ffxm35hj35grw75fixmq53qyz";
type = "gem";
};
version = "5.14.0";
};
nokogiri = {
dependencies = ["mini_portile2"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "12j76d0bp608932xkzmfi638c7aqah57l437q8494znzbj610qnm";
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "1.10.9";
};
2017-03-04 01:08:53 +00:00
pathutil = {
2018-02-19 16:22:25 +00:00
dependencies = ["forwardable-extended"];
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
2018-11-05 20:54:32 +00:00
sha256 = "12fm93ljw9fbxmv2krki5k5wkvr7560qy8p4spvb9jiiaqv78fz4";
2015-05-16 18:26:07 +01:00
type = "gem";
};
2018-11-05 20:54:32 +00:00
version = "0.16.2";
2015-05-16 18:26:07 +01:00
};
2017-03-04 01:08:53 +00:00
public_suffix = {
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "0vywld400fzi17cszwrchrzcqys4qm6sshbv73wy5mwcixmrgg7g";
2015-05-16 18:26:07 +01:00
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "4.0.5";
2015-05-16 18:26:07 +01:00
};
2017-03-04 01:08:53 +00:00
rb-fsevent = {
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "1k9bsj7ni0g2fd7scyyy1sk9dy2pg9akniahab0iznvjmhn54h87";
2015-05-16 18:26:07 +01:00
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "0.10.4";
2015-05-16 18:26:07 +01:00
};
2017-03-04 01:08:53 +00:00
rb-inotify = {
2018-02-19 16:22:25 +00:00
dependencies = ["ffi"];
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
2015-05-16 18:26:07 +01:00
type = "gem";
};
version = "0.10.1";
2015-05-16 18:26:07 +01:00
};
2020-05-10 14:10:32 +01:00
rexml = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1mkvkcw9fhpaizrhca0pdgjcrbns48rlz4g6lavl5gjjq3rk2sq3";
type = "gem";
};
version = "3.2.4";
};
2017-03-04 01:08:53 +00:00
rouge = {
groups = ["default"];
platforms = [];
2017-03-04 01:08:53 +00:00
source = {
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "1n9h0ls2a2zq0bcsw31wxci1wdxb8s3vglfadxpcs6b04vkf6nqq";
2018-02-19 16:22:25 +00:00
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "3.18.0";
2017-03-04 01:08:53 +00:00
};
safe_yaml = {
groups = ["default"];
platforms = [];
2017-03-04 01:08:53 +00:00
source = {
2018-02-19 16:22:25 +00:00
remotes = ["https://rubygems.org"];
sha256 = "0j7qv63p0vqcd838i2iy2f76c3dgwzkiz1d1xkg7n0pbnxj2vb56";
2017-03-04 01:08:53 +00:00
type = "gem";
2015-05-16 18:26:07 +01:00
};
version = "1.0.5";
2015-05-16 18:26:07 +01:00
};
2019-08-21 09:57:28 +01:00
sassc = {
dependencies = ["ffi"];
groups = ["default"];
platforms = [];
2018-02-19 16:22:25 +00:00
source = {
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "1qzfnvb8khvc6w2sn3k91mndc2w50xxx5c84jkr6xdxlmaq1a3kg";
2018-02-19 16:22:25 +00:00
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "2.3.0";
2018-02-19 16:22:25 +00:00
};
2019-08-21 09:57:28 +01:00
terminal-table = {
dependencies = ["unicode-display_width"];
groups = ["default"];
platforms = [];
2015-05-16 18:26:07 +01:00
source = {
2017-03-04 01:08:53 +00:00
remotes = ["https://rubygems.org"];
2019-08-21 09:57:28 +01:00
sha256 = "1512cngw35hsmhvw4c05rscihc59mnj09m249sm9p3pik831ydqk";
2015-05-16 18:26:07 +01:00
type = "gem";
};
2019-08-21 09:57:28 +01:00
version = "1.8.0";
2015-05-16 18:26:07 +01:00
};
thread_safe = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy";
type = "gem";
};
version = "0.3.6";
};
tzinfo = {
dependencies = ["thread_safe"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "1i3jh086w1kbdj3k5l60lc3nwbanmzdf8yjj3mlrx9b2gjjxhi9r";
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "1.2.7";
};
2019-08-21 09:57:28 +01:00
unicode-display_width = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "06i3id27s60141x6fdnjn5rar1cywdwy64ilc59cz937303q3mna";
2019-08-21 09:57:28 +01:00
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "1.7.0";
2019-08-21 09:57:28 +01:00
};
zeitwerk = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2020-05-10 14:10:32 +01:00
sha256 = "1akpm3pwvyiack2zk6giv9yn3cqb8pw6g40p4394pdc3xmy3s4k0";
2019-08-21 09:57:28 +01:00
type = "gem";
};
2020-05-10 14:10:32 +01:00
version = "2.3.0";
2019-08-21 09:57:28 +01:00
};
2017-03-04 01:08:53 +00:00
}