d6c4a142de
d835815469
(rubyPackages: add dip, 2022-04-13) commented this out, for
reasons I can't entirely figure out - adding it back seems to work
perfectly fine, so this does that.
3672 lines
94 KiB
Nix
3672 lines
94 KiB
Nix
{
|
|
actioncable = {
|
|
dependencies = ["actionpack" "activesupport" "nio4r" "websocket-driver"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "195n3qh7956lvnmzd2s7wqnsrwn5dfvv31d17p17k8vrfw9f1qbb";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
actionmailbox = {
|
|
dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" "net-imap" "net-pop" "net-smtp"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1n6cl7kbiqjvz6msdv41w4s1a08633y9klp630vjs55fx2drknrx";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
actionmailer = {
|
|
dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" "rails-dom-testing"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1bw15syf1s3s1aa16gy8wjqpchvnhw6flynzzjq44bjmic7dflmq";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
actionpack = {
|
|
dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "02q8mjgw70szmhx3hc5pdcf0yhk5hfhhvfng24xghiqkx7dkgf21";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
actiontext = {
|
|
dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1pra7gb95dlmg6g14a9lak6f7bwrfb06nv8i2zhr8cx6j24s3m9g";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
actionview = {
|
|
dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "07fn4brsrz308b01rqql0n582zqva5q8ws2gnx2jdm9ab2ph1l4i";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
activejob = {
|
|
dependencies = ["activesupport" "globalid"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1dis1vvvrh8yzyqq16waf191hqswm19hbvmmlfg285jj60alwymy";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
activemodel = {
|
|
dependencies = ["activesupport"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1a961ak8n53d783k5p0n4clgvlbp9vkwxk32ysfww28nl00jlr0r";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
activerecord = {
|
|
dependencies = ["activemodel" "activesupport"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "159z1m6294f2v1mjzbjbfajahiks4x2mg0s01hw407a9y23q07ln";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
activestorage = {
|
|
dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel" "mini_mime"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1fwzjs5fsk1lmd2gmqnr2mxf220cz3ag7pvbh0hxa14w7jz1s6qq";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
activesupport = {
|
|
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0dmywys50074vj5rivpx188b00qimlc4jn84xzqlialrgp3ckq5f";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
addressable = {
|
|
dependencies = ["public_suffix"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1ypdmpdn20hxp5vwxz3zc04r5xcwqc25qszdlg41h8ghdqbllwmw";
|
|
type = "gem";
|
|
};
|
|
version = "2.8.1";
|
|
};
|
|
ansi = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "14ims9zfal4gs2wpx2m5rd8zsrl2k794d359shkrsgg3fhr2a22l";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.0";
|
|
};
|
|
ast = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y";
|
|
type = "gem";
|
|
};
|
|
version = "2.4.2";
|
|
};
|
|
atk = {
|
|
dependencies = ["glib2"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0agdfwdrvxpikm85ddx5m1nvy8rn321zjn66sxb12pwd0dzb9qsf";
|
|
type = "gem";
|
|
};
|
|
version = "4.1.2";
|
|
};
|
|
atomos = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "17vq6sjyswr5jfzwdccw748kgph6bdw30bakwnn6p8sl4hpv4hvx";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.3";
|
|
};
|
|
awesome_print = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0vkq6c8y2jvaw03ynds5vjzl1v9wg608cimkd3bidzxc0jvk56z9";
|
|
type = "gem";
|
|
};
|
|
version = "1.9.2";
|
|
};
|
|
backport = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xbzzjrgah0f8ifgd449kak2vyf30micpz6x2g82aipfv7ypsb4i";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.0";
|
|
};
|
|
bacon = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1f06gdj77bmwzc1k5iragl1595hbn67yc7sqvs56ca8plrr2vmai";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.0";
|
|
};
|
|
benchmark = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "017jh2lx3z5hqjvnqclc5bfr5q0d3zk0nqjfz73909ybr4h20kmi";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.1";
|
|
};
|
|
builder = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.4";
|
|
};
|
|
byebug = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0nx3yjf4xzdgb8jkmk2344081gqr22pgjqnmjg2q64mj5d6r9194";
|
|
type = "gem";
|
|
};
|
|
version = "11.1.3";
|
|
};
|
|
cairo = {
|
|
dependencies = ["native-package-installer" "pkg-config" "red-colors"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0sk2bypzk4igvl1bx1blr6pvn5hxbm453vz1n9hgd0zrn6y9ckaq";
|
|
type = "gem";
|
|
};
|
|
version = "1.17.8";
|
|
};
|
|
cairo-gobject = {
|
|
dependencies = ["cairo" "glib2"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1q6075p69xrg92q6061smdjwcia3fyg2k0sn0hb6590ncj619z5k";
|
|
type = "gem";
|
|
};
|
|
version = "4.1.2";
|
|
};
|
|
camping = {
|
|
dependencies = ["mab" "rack"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1q2a5x97pgnld0b8yziblp9fqkjyib4gfwv9gcyynyhswqwsldpf";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.532";
|
|
};
|
|
certified = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1706p6p0a8adyvd943af2a3093xakvislgffw3v9dvp7j07dyk5a";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.0";
|
|
};
|
|
CFPropertyList = {
|
|
dependencies = ["rexml"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1a36zn77yyibqsfpka0i8vgf3yv98ic2b9wwlbc29566y8wpa2bq";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.6";
|
|
};
|
|
charlock_holmes = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0hybw8jw9ryvz5zrki3gc9r88jqy373m6v46ynxsdzv1ysiyr40p";
|
|
type = "gem";
|
|
};
|
|
version = "0.7.7";
|
|
};
|
|
claide = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0bpqhc0kqjp1bh9b7ffc395l9gfls0337rrhmab4v46ykl45qg3d";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
clamp = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "08m0syh06bhx8dqn560ivjg96l5cs5s3l9jh2szsnlcdcyl9jsjg";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.2";
|
|
};
|
|
cld3 = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0l5prs1agv1mhaca0k92z7ppsmynylksczar3qzn7c74vz18wsng";
|
|
type = "gem";
|
|
};
|
|
version = "3.5.2";
|
|
};
|
|
cocoapods = {
|
|
dependencies = ["activesupport" "claide" "cocoapods-core" "cocoapods-deintegrate" "cocoapods-downloader" "cocoapods-plugins" "cocoapods-search" "cocoapods-stats" "cocoapods-trunk" "cocoapods-try" "colored" "escape" "fourflusher" "molinillo" "nap" "xcodeproj"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0rnxjwrfk3yz34xx11hh61j7p57l6vwh8b86jvjivzlgrj4a025r";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.1";
|
|
};
|
|
cocoapods-acknowledgements = {
|
|
dependencies = ["cocoapods" "redcarpet" "xcodeproj"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "04gaijs4djjkynan06wyaxxz48db0czzfrhh95jn3r201k2ypa7k";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.0";
|
|
};
|
|
cocoapods-art = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1yi4dgl6w6fs35szsxb4z24d7svmqgxyr4ma4hsrcsb2pv4qk3xj";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
cocoapods-browser = {
|
|
dependencies = ["cocoapods"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1mq9mcw3xnf2nqkmcjg874sx422dbmfa99vhw31c9jb0cd4j3m9p";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.5";
|
|
};
|
|
cocoapods-clean = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "16zy8xl94clblxivlcrw2jf3dnvmwlr6jni6kz74rnc8wj42sf1w";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.1";
|
|
};
|
|
cocoapods-clean_build_phases_scripts = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0syya8l1kz36069y7cx4f37aihpmbm4yd5wvifs3j8qzz8bpxpfi";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.3";
|
|
};
|
|
cocoapods-core = {
|
|
dependencies = ["activesupport" "fuzzy_match" "nap"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1bh69sbljlf3hvg98y2zssx0ch51lllz1k1lc8xysn43dm3ahaa5";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.1";
|
|
};
|
|
cocoapods-coverage = {
|
|
dependencies = ["cocoapods-testing" "slather"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zaid3awk470igr5yilx1wvj1jnh88fbjl11hp93a4qic7j3i6ca";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.6";
|
|
};
|
|
cocoapods-deintegrate = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "18pnng0lv5z6kpp8hnki0agdxx979iq6hxkfkglsyqzmir22lz2i";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.5";
|
|
};
|
|
cocoapods-dependencies = {
|
|
dependencies = ["ruby-graphviz"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "10ssv98af44698kp4w0wfdrc7x3ccf2w9dhcva6i7hwlffjvcsz3";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.0";
|
|
};
|
|
cocoapods-deploy = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1qnhl54z0dqyn0sk7rgn3vwmfax0yr3sk2r464h888d2qjxz6v7j";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.12";
|
|
};
|
|
cocoapods-disable-podfile-validations = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0csgcp2kkmciavnic1yrb8z405dg4lqkzdlw2zscahvggpwr0j2p";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
cocoapods-downloader = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0jgipkiah3z6qb9ax6qac3b2m1idavd5adc319k5rjsfddpfgszh";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.3";
|
|
};
|
|
cocoapods-expert-difficulty = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "19shjj4kj9rqg1a3pax568q0w9rkq8jcba2mycvq0szbv7bw6pgl";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.0";
|
|
};
|
|
cocoapods-fix-react-native = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0jhgg3amman51hvk0x7h1xqqdb71kfmbzfziaip6fxkl7sjr43ix";
|
|
type = "gem";
|
|
};
|
|
version = "2019.09.17.15";
|
|
};
|
|
cocoapods-generate = {
|
|
dependencies = ["cocoapods-disable-podfile-validations"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "06rvrsb5p4j9pwqg7xzx8kv0v4x3wwjbiw6y2i905qhyqxqrww2l";
|
|
type = "gem";
|
|
};
|
|
version = "2.2.4";
|
|
};
|
|
cocoapods-git_url_rewriter = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1cmyrj92d781pkq1b6qbvpmxvfx8k3l36cdqsi46w55icjm1jqbw";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.1";
|
|
};
|
|
cocoapods-keys = {
|
|
dependencies = ["dotenv" "ruby-keychain"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zycjq1i3kqzpixngm1jp66r075yrb54qcd0xxxa8rmxngimqhff";
|
|
type = "gem";
|
|
};
|
|
version = "2.3.1";
|
|
};
|
|
cocoapods-open = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1z9x1cqrz4zc6yd08clawi8gg7ip8vbhkh9lkrdkzw7i6lqyrp0j";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.8";
|
|
};
|
|
cocoapods-plugins = {
|
|
dependencies = ["nap"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "16na82sfyc8801qs1n22nwq486s4j7yj6rj7fcp8cbxmj371fpbj";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.0";
|
|
};
|
|
cocoapods-search = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "12amy0nknv09bvzix8bkmcjn996c50c4ms20v2dl7v8rcw73n4qv";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.1";
|
|
};
|
|
cocoapods-stats = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1xhdh5v94p6l612rwrk290nd2hdfx8lbaqfbkmj34md218kilqww";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
cocoapods-testing = {
|
|
dependencies = ["xctasks"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "03dqcz9pks7mbzq3zkfm2rzbjwkcwp8z3rip60d4pqs8b2bb61bg";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.6";
|
|
};
|
|
cocoapods-trunk = {
|
|
dependencies = ["nap" "netrc"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0cgdx7z9psxxrsa13fk7qc9i6jskrwcafhrdz94avzia2y6dlnsz";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.0";
|
|
};
|
|
cocoapods-try = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1znyp625rql37ivb5rk9fk9564cmax8icxfr041ysivpdrn98nql";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.0";
|
|
};
|
|
cocoapods-try-release-fix = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0a7hbc5j0p507cyd9a0rd2mf2d525ia3gcnx7bdspxqnhl0a43bf";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.2";
|
|
};
|
|
cocoapods-update-if-you-dare = {
|
|
dependencies = ["colored2"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0nqvywrbfxiagip2vl9kj71h39g4idq1lshkxl5bqh1hq57g4k9q";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
cocoapods-whitelist = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "09g67hih1y1ibj85mc9w6xrwwv3402620i031jivc55msm6dmdvs";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.1";
|
|
};
|
|
cocoapods-wholemodule = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "03gr4r0aa9mrj8i27dd6l87jzq78sid3jbywmkazg3yrq6y38i21";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.1";
|
|
};
|
|
coderay = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.3";
|
|
};
|
|
coffee-script = {
|
|
dependencies = ["coffee-script-source" "execjs"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0rc7scyk7mnpfxqv5yy4y5q1hx3i7q3ahplcp4bq2g5r24g2izl2";
|
|
type = "gem";
|
|
};
|
|
version = "2.4.1";
|
|
};
|
|
coffee-script-source = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xfshhlz808f8639wc88wgls1mww35sid8rd55vn0a4yqajf4vh9";
|
|
type = "gem";
|
|
};
|
|
version = "1.11.1";
|
|
};
|
|
colorator = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
colored = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0b0x5jmsyi0z69bm6sij1k89z7h0laag3cb4mdn7zkl9qmxb90lx";
|
|
type = "gem";
|
|
};
|
|
version = "1.2";
|
|
};
|
|
colored2 = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0jlbqa9q4mvrm73aw9mxh23ygzbjiqwisl32d8szfb5fxvbjng5i";
|
|
type = "gem";
|
|
};
|
|
version = "3.1.2";
|
|
};
|
|
commonmarker = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1q4ai2i4rswhq5l46ny5066z8pavj3j0qvr9hbgqvzj677fa335f";
|
|
type = "gem";
|
|
};
|
|
version = "0.23.8";
|
|
};
|
|
concurrent-ruby = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.2";
|
|
};
|
|
connection_pool = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1nj4r58m5cpfdsijj6gjfs3yzcnxq2halagjk07wjcrgj6z8ayb7";
|
|
type = "gem";
|
|
};
|
|
version = "2.3.0";
|
|
};
|
|
crass = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.6";
|
|
};
|
|
curb = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1lgga9ina9gnpp9ycj8lpqkc5hm5qlxb41s4pfg0w6fnnpgmairc";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.5";
|
|
};
|
|
curses = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "00y9g79lzfffxarj3rmhnkblsnyx7izx91mh8c1sdcs9y2pdfq53";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.4";
|
|
};
|
|
daemons = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "07cszb0zl8mqmwhc8a2yfg36vi6lbgrp4pa5bvmryrpcz9v6viwg";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.1";
|
|
};
|
|
data_objects = {
|
|
dependencies = ["addressable"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "19fw1ckqc5f1wc4r72qrymy2k6cmd8azbxpn61ksbsjqhzc2bgqd";
|
|
type = "gem";
|
|
};
|
|
version = "0.10.17";
|
|
};
|
|
date = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "03skfikihpx37rc27vr3hwrb057gxnmdzxhmzd4bf4jpkl0r55w1";
|
|
type = "gem";
|
|
};
|
|
version = "3.3.3";
|
|
};
|
|
dep-selector-libgecode = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "09frwp3np5c64y8g5rnbl46n7riknmdjprhndsh6zzajkjr9m3xj";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.5";
|
|
};
|
|
diff-lcs = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0rwvjahnp7cpmracd8x732rjgnilqv2sx7d1gfrysslc3h039fa9";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.0";
|
|
};
|
|
digest-sha3 = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "135a8r9nq10wlzbjm74dflls67y9iiwp04aj1089ablbmvbiiq41";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
dip = {
|
|
dependencies = ["thor"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0qbj8lvl8lzrbpfj9612iiwxf53drb8jg1l4bd1mcqyds8lw9z9z";
|
|
type = "gem";
|
|
};
|
|
version = "7.5.0";
|
|
};
|
|
dnsruby = {
|
|
dependencies = ["simpleidn"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0v8jfxamsdvs8rdl28ylcp5xphb03kmf5f1aqrnr2020ras618kc";
|
|
type = "gem";
|
|
};
|
|
version = "1.61.9";
|
|
};
|
|
do_sqlite3 = {
|
|
dependencies = ["data_objects"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0gxz54qjgwg6a2mkqpai28m0i5swbyxpr4qmh9x1nwf20lysrgcf";
|
|
type = "gem";
|
|
};
|
|
version = "0.10.17";
|
|
};
|
|
docile = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1lxqxgq71rqwj1lpl9q1mbhhhhhhdkkj7my341f2889pwayk85sz";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.0";
|
|
};
|
|
domain_name = {
|
|
dependencies = ["unf"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0lcqjsmixjp52bnlgzh4lg9ppsk52x9hpwdjd53k8jnbah2602h0";
|
|
type = "gem";
|
|
};
|
|
version = "0.5.20190701";
|
|
};
|
|
dotenv = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1n0pi8x8ql5h1mijvm8lgn6bhq4xjb5a500p5r1krq4s6j9lg565";
|
|
type = "gem";
|
|
};
|
|
version = "2.8.1";
|
|
};
|
|
e2mmap = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0n8gxjb63dck3vrmsdcqqll7xs7f3wk78mw8w0gdk9wp5nx6pvj5";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.0";
|
|
};
|
|
em-websocket = {
|
|
dependencies = ["eventmachine" "http_parser.rb"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1a66b0kjk6jx7pai9gc7i27zd0a128gy73nmas98gjz6wjyr4spm";
|
|
type = "gem";
|
|
};
|
|
version = "0.5.3";
|
|
};
|
|
erubi = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "08s75vs9cxlc4r1q2bjg4br8g9wc5lc5x5vl0vv4zq5ivxsdpgi7";
|
|
type = "gem";
|
|
};
|
|
version = "1.12.0";
|
|
};
|
|
escape = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0sa1xkfc9jvkwyw1jbz3jhkq0ms1zrvswi6mmfiwcisg5fp497z4";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.4";
|
|
};
|
|
ethon = {
|
|
dependencies = ["ffi"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "17ix0mijpsy3y0c6ywrk5ibarmvqzjsirjyprpsy3hwax8fdm85v";
|
|
type = "gem";
|
|
};
|
|
version = "0.16.0";
|
|
};
|
|
eventmachine = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0wh9aqb0skz80fhfn66lbpr4f86ya2z5rx6gm5xlfhd05bj1ch4r";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.7";
|
|
};
|
|
excon = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0j826kfvzn7nc5pv950n270r0sx1702k988ad11cdlav3dcxxw09";
|
|
type = "gem";
|
|
};
|
|
version = "0.99.0";
|
|
};
|
|
execjs = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "121h6af4i6wr3wxvv84y53jcyw2sk71j5wsncm6wq6yqrwcrk4vd";
|
|
type = "gem";
|
|
};
|
|
version = "2.8.1";
|
|
};
|
|
faraday = {
|
|
dependencies = ["faraday-net_http" "ruby2_keywords"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1f20vjx0ywx0zdb4dfx4cpa7kd51z6vg7dw5hs35laa45dy9g9pj";
|
|
type = "gem";
|
|
};
|
|
version = "2.7.4";
|
|
};
|
|
faraday-net_http = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "13byv3mp1gsjyv8k0ih4612y6vw5kqva6i03wcg4w2fqpsd950k8";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.2";
|
|
};
|
|
ffi = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1862ydmclzy1a0cjbvm8dz7847d9rch495ib0zb64y84d3xd4bkg";
|
|
type = "gem";
|
|
};
|
|
version = "1.15.5";
|
|
};
|
|
ffi-compiler = {
|
|
dependencies = ["ffi" "rake"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0c2caqm9wqnbidcb8dj4wd3s902z15qmgxplwyfyqbwa0ydki7q1";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.1";
|
|
};
|
|
ffi-rzmq-core = {
|
|
dependencies = ["ffi"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0amkbvljpjfnv0jpdmz71p1i3mqbhyrnhamjn566w0c01xd64hb5";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.7";
|
|
};
|
|
fiddle = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1s2zib38yr3fn4ggpis9sjar12q3ypgy607ndjyhhnjwslxcfjdy";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.1";
|
|
};
|
|
fog-core = {
|
|
dependencies = ["builder" "excon" "formatador" "mime-types"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "06m6hxq8vspx9h9bgc2s19m56jzasvl45vblrfv1q5h1qg1k6amw";
|
|
type = "gem";
|
|
};
|
|
version = "2.3.0";
|
|
};
|
|
fog-dnsimple = {
|
|
dependencies = ["fog-core" "fog-json"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0lbzkc0w96a62ahjw0b7mfbqgg9x2jp7khg5hvpbgw0kfs5xza63";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.0";
|
|
};
|
|
fog-json = {
|
|
dependencies = ["fog-core" "multi_json"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zj8llzc119zafbmfa4ai3z5s7c4vp9akfs0f9l2piyvcarmlkyx";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.0";
|
|
};
|
|
formatador = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1l06bv4avphbdmr1y4g0rqlczr38k6r65b3zghrbj2ynyhm3xqjl";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
forwardable-extended = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "15zcqfxfvsnprwm8agia85x64vjzr2w0xn9vxfnxzgcv8s699v0v";
|
|
type = "gem";
|
|
};
|
|
version = "2.6.0";
|
|
};
|
|
fourflusher = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0yp0pxj6xsd84h2barwh3z5w289p1a6lqib309m7sbzh643qx3zz";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.2";
|
|
};
|
|
fuzzy_match = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "19gw1ifsgfrv7xdi6n61658vffgm1867f4xdqfswb2b5h6alzpmm";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.4";
|
|
};
|
|
gdk_pixbuf2 = {
|
|
dependencies = ["gio2"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0f6mgq07wqn59499wzk3sp1ip2lp5a7kask0cb27z2s8as4p9fr9";
|
|
type = "gem";
|
|
};
|
|
version = "4.1.2";
|
|
};
|
|
gemoji = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.1";
|
|
};
|
|
gio2 = {
|
|
dependencies = ["fiddle" "gobject-introspection"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1cqqk5y51mw5qj02zfz4ddmli1i939gq9ba8gr1mlh34xwia4ack";
|
|
type = "gem";
|
|
};
|
|
version = "4.1.2";
|
|
};
|
|
git = {
|
|
dependencies = ["addressable" "rchardet"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0llbqaziga5vawfs71r1ijfiw9allsd15wsrm5vr0sqd3yn7ak89";
|
|
type = "gem";
|
|
};
|
|
version = "1.13.2";
|
|
};
|
|
github-pages = {
|
|
dependencies = ["github-pages-health-check" "jekyll" "jekyll-avatar" "jekyll-coffeescript" "jekyll-commonmark-ghpages" "jekyll-default-layout" "jekyll-feed" "jekyll-gist" "jekyll-github-metadata" "jekyll-include-cache" "jekyll-mentions" "jekyll-optional-front-matter" "jekyll-paginate" "jekyll-readme-index" "jekyll-redirect-from" "jekyll-relative-links" "jekyll-remote-theme" "jekyll-sass-converter" "jekyll-seo-tag" "jekyll-sitemap" "jekyll-swiss" "jekyll-theme-architect" "jekyll-theme-cayman" "jekyll-theme-dinky" "jekyll-theme-hacker" "jekyll-theme-leap-day" "jekyll-theme-merlot" "jekyll-theme-midnight" "jekyll-theme-minimal" "jekyll-theme-modernist" "jekyll-theme-primer" "jekyll-theme-slate" "jekyll-theme-tactile" "jekyll-theme-time-machine" "jekyll-titles-from-headings" "jemoji" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "minima" "nokogiri" "rouge" "terminal-table"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0brk2sgk01mly2hb1h5hm3ip1l6hjr4xx9zkqfhs5k3swlwnwzq9";
|
|
type = "gem";
|
|
};
|
|
version = "228";
|
|
};
|
|
github-pages-health-check = {
|
|
dependencies = ["addressable" "dnsruby" "octokit" "public_suffix" "typhoeus"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "17bs9bljrzsa8cmdr2xpa38gkcbcbac8kbwm4dh3zq0aiw1ysnfk";
|
|
type = "gem";
|
|
};
|
|
version = "1.17.9";
|
|
};
|
|
gitlab-markup = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1m3ypny84jyvlxf060p3q3d8pb4yihxa2br5hh012bgc11d09nky";
|
|
type = "gem";
|
|
};
|
|
version = "1.9.0";
|
|
};
|
|
glib2 = {
|
|
dependencies = ["native-package-installer" "pkg-config"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "15pk94bzb4wcx9i4zimsl238jq5198h4n9mqsf83m4cisj79mv2p";
|
|
type = "gem";
|
|
};
|
|
version = "4.1.2";
|
|
};
|
|
globalid = {
|
|
dependencies = ["activesupport"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0kqm5ndzaybpnpxqiqkc41k4ksyxl41ln8qqr6kb130cdxsf2dxk";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
gobject-introspection = {
|
|
dependencies = ["glib2"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "02am50x194wsww08sv9414v6azb6pzmwgyi5dng41w7ihcf41qnf";
|
|
type = "gem";
|
|
};
|
|
version = "4.1.2";
|
|
};
|
|
gpgme = {
|
|
dependencies = ["mini_portile2"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0qn87vxdsaq1szcvq39rnz38cgqllncdxmiyghnbzl7x5aah8sbw";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.22";
|
|
};
|
|
gtk2 = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "09n8gz5h0d0wwrifr8c8z0b4vrd64xdi4lws8p6gpz0j0pxm5fzh";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.6";
|
|
};
|
|
haml = {
|
|
dependencies = ["temple" "thor" "tilt"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1vcr5wcvfbsq91302playk3i98wdisspkybcmajl04agv4k8xr68";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.1";
|
|
};
|
|
hashie = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1nh3arcrbz1rc1cr59qm53sdhqm137b258y8rcb4cvd3y98lwv4x";
|
|
type = "gem";
|
|
};
|
|
version = "5.0.0";
|
|
};
|
|
highline = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1f8cr014j7mdqpdb9q17fp5vb5b8n1pswqaif91s3ylg5x3pygfn";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.0";
|
|
};
|
|
hike = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0hbhmchyhm1xf632cczmyg3fsbn7zly988q3fjpi8l3nb4cn40xj";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.3";
|
|
};
|
|
hitimes = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0ix9rp9rsrwin38z2aqiwpxc8p2dzl6m3ra47az47fsija1cb2qf";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.0";
|
|
};
|
|
hpricot = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1jn8x9ch79gqmnzgyz78kppavjh5lqx0y0r6frykga2b86rz9s6z";
|
|
type = "gem";
|
|
};
|
|
version = "0.8.6";
|
|
};
|
|
html-pipeline = {
|
|
dependencies = ["activesupport" "nokogiri"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "180kjksi0sdlqb0aq0bhal96ifwqm25hzb3w709ij55j51qls7ca";
|
|
type = "gem";
|
|
};
|
|
version = "2.14.3";
|
|
};
|
|
htmlbeautifier = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1y55dx25l3wwc025mwl6jsbcsqrm30gs2d2pxnaxg07yh22ckq4x";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.2";
|
|
};
|
|
http = {
|
|
dependencies = ["addressable" "http-cookie" "http-form_data" "llhttp-ffi"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1bzb8p31kzv6q5p4z5xq88mnqk414rrw0y5rkhpnvpl29x5c3bpw";
|
|
type = "gem";
|
|
};
|
|
version = "5.1.1";
|
|
};
|
|
http-accept = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "09m1facypsdjynfwrcv19xcb1mqg8z6kk31g8r33pfxzh838c9n6";
|
|
type = "gem";
|
|
};
|
|
version = "1.7.0";
|
|
};
|
|
http-cookie = {
|
|
dependencies = ["domain_name"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.5";
|
|
};
|
|
http-form_data = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1wx591jdhy84901pklh1n9sgh74gnvq1qyqxwchni1yrc49ynknc";
|
|
type = "gem";
|
|
};
|
|
version = "2.3.0";
|
|
};
|
|
"http_parser.rb" = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1gj4fmls0mf52dlr928gaq0c0cb0m3aqa9kaa6l0ikl2zbqk42as";
|
|
type = "gem";
|
|
};
|
|
version = "0.8.0";
|
|
};
|
|
httpclient = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99";
|
|
type = "gem";
|
|
};
|
|
version = "2.8.3";
|
|
};
|
|
i18n = {
|
|
dependencies = ["concurrent-ruby"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1vdcchz7jli1p0gnc669a7bj3q1fv09y9ppf0y3k0vb1jwdwrqwi";
|
|
type = "gem";
|
|
};
|
|
version = "1.12.0";
|
|
};
|
|
iconv = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "00fppiz9ypy7xpc08xdk6glq842rbc69c7a1p0kmv195271i4yqv";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.8";
|
|
};
|
|
idn-ruby = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0dy04jx3n1ddz744b80mg7hp87miysnjp0h21lqr43hpmhdglxih";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.5";
|
|
};
|
|
indieweb-endpoints = {
|
|
dependencies = ["http" "link-header-parser" "nokogiri"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1yqy5clqrqwprmk8vwzni0vdgyvbzm5x36bj33qhv5b11kgskbwp";
|
|
type = "gem";
|
|
};
|
|
version = "8.0.0";
|
|
};
|
|
jaro_winkler = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1y8l6k34svmdyqxya3iahpwbpvmn3fswhwsvrz0nk1wyb8yfihsh";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.4";
|
|
};
|
|
jbuilder = {
|
|
dependencies = ["actionview" "activesupport"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1h58xgmp0fqpnd6mvw0zl0f76119v8lnf4xabqhckbzl6jrk8qpa";
|
|
type = "gem";
|
|
};
|
|
version = "2.11.5";
|
|
};
|
|
jekyll = {
|
|
dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0m9yzkiwm751wbyq3aq1355afcx240r24nrick1fzv578bis4kyy";
|
|
type = "gem";
|
|
};
|
|
version = "3.9.3";
|
|
};
|
|
jekyll-avatar = {
|
|
dependencies = ["jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "03bys2pl60vq92skfhlfqr2j68zhfjc86jffpg32f94wzjk8n0wk";
|
|
type = "gem";
|
|
};
|
|
version = "0.7.0";
|
|
};
|
|
jekyll-coffeescript = {
|
|
dependencies = ["coffee-script" "coffee-script-source"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "06qf4j9f6ysjb4bq6gsdaiz2ksmhc5yb484v458ra3s6ybccqvvy";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.1";
|
|
};
|
|
jekyll-commonmark = {
|
|
dependencies = ["commonmarker"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0i281yiwqiim6jzh7b8hgg8zifs5mn1qz1z6f4109kh9zrcfcc8p";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.0";
|
|
};
|
|
jekyll-commonmark-ghpages = {
|
|
dependencies = ["commonmarker" "jekyll" "jekyll-commonmark" "rouge"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zps7bb9kc4qf32b9y9h47z08wpsziklg0jnhcrcz2wxn09fijgd";
|
|
type = "gem";
|
|
};
|
|
version = "0.4.0";
|
|
};
|
|
jekyll-default-layout = {
|
|
dependencies = ["jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "009zpd0mkmhkfp3s8yvh5mriqhil0ihv3gi2vw63flr3jz48y4kx";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.4";
|
|
};
|
|
jekyll-favicon = {
|
|
dependencies = ["jekyll" "mini_magick" "rexml"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0dyksm4i11n0qshd7wh6dvk8d0fc70dd32ir2dxs6igxq0gd6hi1";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
jekyll-feed = {
|
|
dependencies = ["jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zxqkrnix0xiw98531h5ga6h69jhzlx2jh9qhvcl67p8nq3sgza9";
|
|
type = "gem";
|
|
};
|
|
version = "0.15.1";
|
|
};
|
|
jekyll-gist = {
|
|
dependencies = ["octokit"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "03wz9j6yq3552nzf4g71qrdm9pfdgbm68abml9sjjgiaan1n8ns9";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.0";
|
|
};
|
|
jekyll-github-metadata = {
|
|
dependencies = ["jekyll" "octokit"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0r4m7r4qyd3pqkp5xlyp3zzy47i18kjgwq995nrspysgkmc4qmw1";
|
|
type = "gem";
|
|
};
|
|
version = "2.13.0";
|
|
};
|
|
jekyll-include-cache = {
|
|
dependencies = ["jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "01d2l6qrmjc42664ns83cv36jbvalcxqbkmj5i22fakka7jvkm67";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.1";
|
|
};
|
|
jekyll-mentions = {
|
|
dependencies = ["html-pipeline" "jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1n8y67plydfmay3jn865igvgb3h6s2crk8kq7ydk3wmn9h103s1r";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.0";
|
|
};
|
|
jekyll-optional-front-matter = {
|
|
dependencies = ["jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "06vnxcmgkxm5nvrpv89qq0afjlxmadv63nh4ryglcwhlf4fhdp7c";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.2";
|
|
};
|
|
jekyll-paginate = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0r7bcs8fq98zldih4787zk5i9w24nz5wa26m84ssja95n3sas2l8";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
jekyll-readme-index = {
|
|
dependencies = ["jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0chybr1zgnrmc7zf6psszcqnlrcy2jar8h77kci51lxj8vgc8k6p";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.0";
|
|
};
|
|
jekyll-redirect-from = {
|
|
dependencies = ["jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1nz6kd6qsa160lmjmls4zgx7fwcpp8ac07mpzy80z6zgd7jwldb6";
|
|
type = "gem";
|
|
};
|
|
version = "0.16.0";
|
|
};
|
|
jekyll-relative-links = {
|
|
dependencies = ["jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0vfx90ajxyj24lz406k3pqknlbzy8nqs7wpz0in4ps9rggsh24yi";
|
|
type = "gem";
|
|
};
|
|
version = "0.6.1";
|
|
};
|
|
jekyll-remote-theme = {
|
|
dependencies = ["addressable" "jekyll" "jekyll-sass-converter" "rubyzip"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0h2bwl42dig0282366kpxazxb8xafnppnd4yvq2dzcsg90kfgzfk";
|
|
type = "gem";
|
|
};
|
|
version = "0.4.3";
|
|
};
|
|
jekyll-sass-converter = {
|
|
dependencies = ["sass"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.2";
|
|
};
|
|
jekyll-seo-tag = {
|
|
dependencies = ["jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0638mqhqynghnlnaz0xi1kvnv53wkggaq94flfzlxwandn8x2biz";
|
|
type = "gem";
|
|
};
|
|
version = "2.8.0";
|
|
};
|
|
jekyll-sitemap = {
|
|
dependencies = ["jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0622rwsn5i0m5xcyzdn86l68wgydqwji03lqixdfm1f1xdfqrq0d";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.0";
|
|
};
|
|
jekyll-swiss = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "18w893f2snpbvgl80jnmq3xxsl5yi5a5qm11iy3gx0d8viasi6f2";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.0";
|
|
};
|
|
jekyll-theme-architect = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0h04zxlcdsb73qxh08xmsc36gmj95plwxr9g5zwzqd3bmbfd6xbj";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-theme-cayman = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0ajzhqhnj8gc5ns7i69kh69mzidvxkjs7yblrhzb13iaqzwi8prw";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-theme-dinky = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0z1clccf4q0g2zzhl1hfy3x2rcdjs6bzs9ab76lkmpphj5q2a2vj";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-theme-hacker = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "12ppp0bxffy838p4my79nppq112fazifr3cxwvhv3l6yjbwzjsw1";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-theme-leap-day = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1lf7bbpr2s2rir2nf07rnh2g9mjy6zidpacs3j45la70b8qah7lj";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-theme-merlot = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0ifmvq44vwmkp6sb79ys8lx5w24gn3dhdr32bg562da2c8dv5wnb";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-theme-midnight = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1plindxr5vrk98frzxbnkashgnqs86xkg26rjmhgz0qf6mkz77q0";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-theme-minimal = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "10idwpbqjqfc5i895ijf74ac79lccxpz30bvwp4x4fjp6l6229d2";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-theme-modernist = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1kzvdnk1vw8y6x8gy340mhnxipxh9p1h1h20br68clyxbsy7brsb";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-theme-primer = {
|
|
dependencies = ["jekyll" "jekyll-github-metadata" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1cq7lfwa3xs8hkx3cmv2ics7cr4r2azv66m0gfav0zi1k0kjh9yf";
|
|
type = "gem";
|
|
};
|
|
version = "0.6.0";
|
|
};
|
|
jekyll-theme-slate = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0f9l7kaafab2cphkx8gh4b12d8zzbg2ig7x2qzxvxfqjwyfr0h2y";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-theme-tactile = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0li64hnjp4qw7fwsdx0767z7mwxn3kri6sqlg9fkicnmmr41p1mp";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-theme-time-machine = {
|
|
dependencies = ["jekyll" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1qjgsw2n3zny345h540n6rm9600mad7rs33qf6k4rhngxjkr0d5w";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
jekyll-titles-from-headings = {
|
|
dependencies = ["jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "10c4sa3gwyidmkcs8h6223lmqpw3h09mn7w8hxfppsk1wda6fdkp";
|
|
type = "gem";
|
|
};
|
|
version = "0.5.3";
|
|
};
|
|
jekyll-watch = {
|
|
dependencies = ["listen"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1qd7hy1kl87fl7l0frw5qbn22x7ayfzlv9a5ca1m59g0ym1ysi5w";
|
|
type = "gem";
|
|
};
|
|
version = "2.2.1";
|
|
};
|
|
jekyll-webmention_io = {
|
|
dependencies = ["htmlbeautifier" "jekyll" "json" "openssl" "string_inflection" "uglifier" "webmention"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "003lwcl00l13c5r1i1zk5q1p8m50nv83w6h3j2mij6hs2aaz1zwb";
|
|
type = "gem";
|
|
};
|
|
version = "3.3.7";
|
|
};
|
|
jemoji = {
|
|
dependencies = ["gemoji" "html-pipeline" "jekyll"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "09sxbnrqz5vf6rxmh6lzism31gz2g3hw86ymg37r1ccknclv3cp9";
|
|
type = "gem";
|
|
};
|
|
version = "0.12.0";
|
|
};
|
|
jmespath = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1cdw9vw2qly7q7r41s7phnac264rbsdqgj4l0h4nqgbjb157g393";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.2";
|
|
};
|
|
json = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0nalhin1gda4v8ybk6lq8f407cgfrj6qzn234yra4ipkmlbfmal6";
|
|
type = "gem";
|
|
};
|
|
version = "2.6.3";
|
|
};
|
|
json_pure = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0kn736pb52j8b9xxq6l8wqp2chs74aa14vfnp0rijjn086m8b4f3";
|
|
type = "gem";
|
|
};
|
|
version = "2.6.3";
|
|
};
|
|
jwt = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "09yj3z5snhaawh2z1w45yyihzmh57m6m7dp8ra8gxavhj5kbiq5p";
|
|
type = "gem";
|
|
};
|
|
version = "2.7.0";
|
|
};
|
|
kramdown = {
|
|
dependencies = ["rexml"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0757lqaq593z8hzdv98nai73ag384dkk7jgj3mcq2r6ix7130ifb";
|
|
type = "gem";
|
|
};
|
|
version = "2.3.2";
|
|
};
|
|
kramdown-parser-gfm = {
|
|
dependencies = ["kramdown"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
kramdown-rfc2629 = {
|
|
dependencies = ["certified" "json_pure" "kramdown" "kramdown-parser-gfm"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0fp062fcp85p71pz4l470006b7g0v3yfll84zp6if9fillmkvhms";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.6";
|
|
};
|
|
libv8 = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0317sr3nrl51sp844bps71smkrwim3fjn47wdfpbycixnbxspivm";
|
|
type = "gem";
|
|
};
|
|
version = "8.4.255.0";
|
|
};
|
|
libxml-ruby = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1xz5mrp103i95r4wfxny1f5x7h7vgnxv2p9cdkmmdjzrsk23rijs";
|
|
type = "gem";
|
|
};
|
|
version = "4.0.0";
|
|
};
|
|
link-header-parser = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1rc5mzk017rgi56xzy93f80v1jdcpph1ihgdhm4qq4mibfh26f27";
|
|
type = "gem";
|
|
};
|
|
version = "5.0.0";
|
|
};
|
|
liquid = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1czxv2i1gv3k7hxnrgfjb0z8khz74l4pmfwd70c7kr25l2qypksg";
|
|
type = "gem";
|
|
};
|
|
version = "4.0.4";
|
|
};
|
|
listen = {
|
|
dependencies = ["rb-fsevent" "rb-inotify"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "13rgkfar8pp31z1aamxf5y7cfq88wv6rxxcwy7cmm177qq508ycn";
|
|
type = "gem";
|
|
};
|
|
version = "3.8.0";
|
|
};
|
|
llhttp-ffi = {
|
|
dependencies = ["ffi-compiler" "rake"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "00dh6zmqdj59rhcya0l4b9aaxq6n8xizfbil93k0g06gndyk5xz5";
|
|
type = "gem";
|
|
};
|
|
version = "0.4.0";
|
|
};
|
|
loofah = {
|
|
dependencies = ["crass" "nokogiri"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "08qhzck271anrx9y6qa6mh8hwwdzsgwld8q0000rcd7yvvpnjr3c";
|
|
type = "gem";
|
|
};
|
|
version = "2.19.1";
|
|
};
|
|
mab = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0manxbilpx0hdi19lhdsr4ncvbzgmwh279b64j8w60dg0p0i4b4j";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.3";
|
|
};
|
|
magic = {
|
|
dependencies = ["ffi"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "18vkdq2748wxg0kr923fbhx92wikh2dwv2hp8xind57qs7gn26pr";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.9";
|
|
};
|
|
mail = {
|
|
dependencies = ["mini_mime" "net-imap" "net-pop" "net-smtp"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc";
|
|
type = "gem";
|
|
};
|
|
version = "2.8.1";
|
|
};
|
|
marcel = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0kky3yiwagsk8gfbzn3mvl2fxlh3b39v6nawzm4wpjs6xxvvc4x0";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.2";
|
|
};
|
|
markaby = {
|
|
dependencies = ["builder"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1j4jc31ycydbkh5h3q6zwidzpavg3g5mbb5lqyaczd3jrq78rd7i";
|
|
type = "gem";
|
|
};
|
|
version = "0.9.0";
|
|
};
|
|
matrix = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i";
|
|
type = "gem";
|
|
};
|
|
version = "0.4.2";
|
|
};
|
|
mercenary = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "10la0xw82dh5mqab8bl0dk21zld63cqxb1g16fk8cb39ylc4n21a";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.6";
|
|
};
|
|
method_source = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.0";
|
|
};
|
|
mime-types = {
|
|
dependencies = ["mime-types-data"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb";
|
|
type = "gem";
|
|
};
|
|
version = "3.4.1";
|
|
};
|
|
mime-types-data = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1pky3vzaxlgm9gw5wlqwwi7wsw3jrglrfflrppvvnsrlaiz043z9";
|
|
type = "gem";
|
|
};
|
|
version = "3.2023.0218.1";
|
|
};
|
|
mini_magick = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0slh78f9z6n0l1i2km7m48yz7l4fjrk88sj1f4mh1wb39sl2yc37";
|
|
type = "gem";
|
|
};
|
|
version = "4.12.0";
|
|
};
|
|
mini_mime = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0lbim375gw2dk6383qirz13hgdmxlan0vc5da2l072j3qw6fqjm5";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.2";
|
|
};
|
|
mini_portile2 = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1af4yarhbbx62f7qsmgg5fynrik0s36wjy3difkawy536xg343mp";
|
|
type = "gem";
|
|
};
|
|
version = "2.8.1";
|
|
};
|
|
minima = {
|
|
dependencies = ["jekyll" "jekyll-feed" "jekyll-seo-tag"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1gk7jmriiswda1ykjzpsw9cpiya4m9n0yrh0h6xnrc8zcfy543jj";
|
|
type = "gem";
|
|
};
|
|
version = "2.5.1";
|
|
};
|
|
minitest = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1kjy67qajw4rnkbjs5jyk7kc3lyhz5613fwj1i8f6ppdk4zampy0";
|
|
type = "gem";
|
|
};
|
|
version = "5.17.0";
|
|
};
|
|
molinillo = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0msabpxiyhlbgayrvr01316alaxrxwh6h8yzqz6p36v1zhqgddw4";
|
|
type = "gem";
|
|
};
|
|
version = "0.4.5";
|
|
};
|
|
msgpack = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1q03pb0vq8388s431nbxabsfxnch6p304c8vnjlk0zzpcv713yr3";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.0";
|
|
};
|
|
multi_json = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z";
|
|
type = "gem";
|
|
};
|
|
version = "1.15.0";
|
|
};
|
|
mustermann = {
|
|
dependencies = ["ruby2_keywords"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0rwbq20s2gdh8dljjsgj5s6wqqfmnbclhvv2c2608brv7jm6jdbd";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.0";
|
|
};
|
|
mysql2 = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1gjvj215qdhwk3292sc7xsn6fmwnnaq2xs35hh5hc8d8j22izlbn";
|
|
type = "gem";
|
|
};
|
|
version = "0.5.5";
|
|
};
|
|
nanaimo = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xi36h3f7nm8bc2k0b6svpda1lyank2gf872lxjbhw3h95hdrbma";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.0";
|
|
};
|
|
nap = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xm5xssxk5s03wjarpipfm39qmgxsalb46v1prsis14x1xk935ll";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
native-package-installer = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1r1sh17dj6jwmnk4awj0vpagl3fncrkdlvm99m17warqsynbnvji";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.5";
|
|
};
|
|
ncursesw = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1nc14wls1yiigz593vw7580hb99lf4n485axapiz6sqpg1jnlhcr";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.10";
|
|
};
|
|
net-imap = {
|
|
dependencies = ["date" "net-protocol"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1d996zf3g8xz244791b0qsl9vr7zg4lqnnmf9k2kshr9lki5jam8";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.4";
|
|
};
|
|
net-pop = {
|
|
dependencies = ["net-protocol"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.2";
|
|
};
|
|
net-protocol = {
|
|
dependencies = ["timeout"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0dxckrlw4q1lcn3qg4mimmjazmg9bma5gllv72f8js3p36fb3b91";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.1";
|
|
};
|
|
net-scp = {
|
|
dependencies = ["net-ssh"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1si2nq9l6jy5n2zw1q59a5gaji7v9vhy8qx08h4fg368906ysbdk";
|
|
type = "gem";
|
|
};
|
|
version = "4.0.0";
|
|
};
|
|
net-smtp = {
|
|
dependencies = ["net-protocol"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1c6md06hm5bf6rv53sk54dl2vg038pg8kglwv3rayx0vk2mdql9x";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.3";
|
|
};
|
|
net-ssh = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1qp3i8bi7ji1np0530bp2p9zrrn6galvmbsivxwpkjdpjdyn19sr";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.1";
|
|
};
|
|
netrc = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0gzfmcywp1da8nzfqsql2zqi648mfnx6qwkig3cv36n9m0yy676y";
|
|
type = "gem";
|
|
};
|
|
version = "0.11.0";
|
|
};
|
|
nio4r = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xk64wghkscs6bv2n22853k2nh39d131c6rfpnlw12mbjnnv9v1v";
|
|
type = "gem";
|
|
};
|
|
version = "2.5.8";
|
|
};
|
|
nokogiri = {
|
|
dependencies = ["mini_portile2" "racc"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1djq4rp4m967mn6sxmiw75vz24gfp0w602xv22kk1x3cmi5afrf7";
|
|
type = "gem";
|
|
};
|
|
version = "1.14.2";
|
|
};
|
|
octokit = {
|
|
dependencies = ["faraday" "sawyer"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "15lvy06h276jryxg19258b2yqaykf0567sp0n16yipywhbp94860";
|
|
type = "gem";
|
|
};
|
|
version = "4.25.1";
|
|
};
|
|
og-corefoundation = {
|
|
dependencies = ["ffi"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xmz13rb92xy55askn5f3kkmz14qwyyhkdsikk2gd1ydicnaqkh8";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.3";
|
|
};
|
|
openssl = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0c649921vg2l939z5cc3jwd8p1v49099pdhxfk7sb9qqx5wi5873";
|
|
type = "gem";
|
|
};
|
|
version = "3.1.0";
|
|
};
|
|
optimist = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1vg2chy1cfmdj6c1gryl8zvjhhmb3plwgyh1jfnpq4fnfqv7asrk";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.1";
|
|
};
|
|
opus-ruby = {
|
|
dependencies = ["ffi"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0lyf2a8f1w1jk0qrl8h0gsydfalbh19g5k2c6xlq8j1sfzb0ij4d";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.1";
|
|
};
|
|
ovirt-engine-sdk = {
|
|
dependencies = ["json"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0m2acfd6l6k9xvqxvwivcnwji9974ac7498znydxh69z1x3rr8nm";
|
|
type = "gem";
|
|
};
|
|
version = "4.4.1";
|
|
};
|
|
pandocomatic = {
|
|
dependencies = ["optimist" "paru"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1hi3jcm9s7hkv35gzgdh3nxs0s9h7kkqwv1x6kalww15msk60fxd";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
pango = {
|
|
dependencies = ["cairo-gobject" "gobject-introspection"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1pmjf0rkplw528xj40fgzaa600x73zviccq9h0jqd21kd0fnhac7";
|
|
type = "gem";
|
|
};
|
|
version = "4.1.2";
|
|
};
|
|
parallel = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "07vnk6bb54k4yc06xnwck7php50l09vvlw1ga8wdz0pia461zpzb";
|
|
type = "gem";
|
|
};
|
|
version = "1.22.1";
|
|
};
|
|
parser = {
|
|
dependencies = ["ast"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0cdjcasyg7w05kk82dqysq29f1qcf8y5sw8iak5flpxjbdil50qv";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.1.0";
|
|
};
|
|
paru = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0mzy0s4cdqm5nvgyj55idc2pv51k3zlgw6sa7825dcyrk2ihcx0c";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
pastel = {
|
|
dependencies = ["tty-color"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xash2gj08dfjvq4hy6l1z22s5v30fhizwgs10d6nviggpxsj7a8";
|
|
type = "gem";
|
|
};
|
|
version = "0.8.0";
|
|
};
|
|
pathutil = {
|
|
dependencies = ["forwardable-extended"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "12fm93ljw9fbxmv2krki5k5wkvr7560qy8p4spvb9jiiaqv78fz4";
|
|
type = "gem";
|
|
};
|
|
version = "0.16.2";
|
|
};
|
|
patron = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0523gddx88zql2mq6655k60gy2ac8vybpzkcf90lmd9nx7wl3fi9";
|
|
type = "gem";
|
|
};
|
|
version = "0.13.3";
|
|
};
|
|
pcaprub = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0886fcc5bi0kc0rbma5fj3wa3hbg2nl7ivnbi2j995yzg36zq7xy";
|
|
type = "gem";
|
|
};
|
|
version = "0.13.1";
|
|
};
|
|
pg = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1wd6nl81nbdwck04hccsm7wf23ghpi8yddd9j4rbwyvyj0sbsff1";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.5";
|
|
};
|
|
pkg-config = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "02fw2pzrmvwp67nbndpy8a2ln74fd8kmsiffw77z7g1mp58ww651";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.1";
|
|
};
|
|
polyglot = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.5";
|
|
};
|
|
prettier = {
|
|
dependencies = ["syntax_tree" "syntax_tree-haml" "syntax_tree-rbs"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1pxk8pl4gmdmvm4jjhi8apwc23cyqs7rgp5bi4q2gi93k927w3x8";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.2";
|
|
};
|
|
prettier_print = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1bbw4czjr2ch6m57rgjib5a35hx3g18975vwzm2iwq13pvdj9hzk";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.0";
|
|
};
|
|
pry = {
|
|
dependencies = ["coderay" "method_source"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4";
|
|
type = "gem";
|
|
};
|
|
version = "0.14.2";
|
|
};
|
|
pry-byebug = {
|
|
dependencies = ["byebug" "pry"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1y41al94ks07166qbp2200yzyr5y60hm7xaiw4lxpgsm4b1pbyf8";
|
|
type = "gem";
|
|
};
|
|
version = "3.10.1";
|
|
};
|
|
pry-doc = {
|
|
dependencies = ["pry" "yard"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1pp43n69p6bjvc640wgcz295w1q2v9awcqgbwcqn082dbvq5xvnx";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.0";
|
|
};
|
|
public_suffix = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1f3knlwfwm05sfbaihrxm4g772b79032q14c16q4b38z8bi63qcb";
|
|
type = "gem";
|
|
};
|
|
version = "4.0.7";
|
|
};
|
|
puma = {
|
|
dependencies = ["nio4r"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1ymaq2m30yx35sninw8mjknsjw23k6458ph9k350khwwn1hh2d1k";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.0";
|
|
};
|
|
racc = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "09jgz6r0f7v84a7jz9an85q8vvmp743dqcsdm3z9c8rqcqv6pljq";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.2";
|
|
};
|
|
rack = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0qvp6h2abmlsl4sqjsvac03cr2mxq6143gbx4kq52rpazp021qsb";
|
|
type = "gem";
|
|
};
|
|
version = "2.2.6.2";
|
|
};
|
|
rack-protection = {
|
|
dependencies = ["rack"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1a12m1mv8dc0g90fs1myvis8vsgr427k1arg1q4a9qlfw6fqyhis";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.5";
|
|
};
|
|
rack-test = {
|
|
dependencies = ["rack"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0rjl709krgf499dhjdapg580l2qaj9d91pwzk8ck8fpnazlx1bdd";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.2";
|
|
};
|
|
rails = {
|
|
dependencies = ["actioncable" "actionmailbox" "actionmailer" "actionpack" "actiontext" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0dc4qyjnzib62qij4d3yqd3r7m31dz3lldgybwmrl0mannz2abhc";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
rails-dom-testing = {
|
|
dependencies = ["activesupport" "nokogiri"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1lfq2a7kp2x64dzzi5p4cjcbiv62vxh9lyqk2f0rqq3fkzrw8h5i";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.3";
|
|
};
|
|
rails-html-sanitizer = {
|
|
dependencies = ["loofah"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0ygav4xyq943qqyhjmi3mzirn180j565mc9h5j4css59x1sn0cmz";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.0";
|
|
};
|
|
railties = {
|
|
dependencies = ["actionpack" "activesupport" "method_source" "rake" "thor" "zeitwerk"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0056s3hh67mjqwb2gjsarx6v3ay2cb8dqiwj1zf84krlbj83l9kz";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.4.2";
|
|
};
|
|
rainbow = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503";
|
|
type = "gem";
|
|
};
|
|
version = "3.1.1";
|
|
};
|
|
rake = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
|
|
type = "gem";
|
|
};
|
|
version = "13.0.6";
|
|
};
|
|
rb-fsevent = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
|
|
type = "gem";
|
|
};
|
|
version = "0.11.2";
|
|
};
|
|
rb-inotify = {
|
|
dependencies = ["ffi"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
|
|
type = "gem";
|
|
};
|
|
version = "0.10.1";
|
|
};
|
|
rb-readline = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "14w79a121czmvk1s953qfzww30mqjb2zc0k9qhi0ivxxk3hxg6wy";
|
|
type = "gem";
|
|
};
|
|
version = "0.5.5";
|
|
};
|
|
rbnacl = {
|
|
dependencies = ["ffi"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0y8yzianlkc9w6sbqy8iy8l0yym0y6x7p5rjflkfixq76fqmhvzk";
|
|
type = "gem";
|
|
};
|
|
version = "7.1.1";
|
|
};
|
|
rbs = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0vjq0h1mvyw349difprh8r987bmyfyjbj0hb2iq18bz6xyqi4n9z";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.0";
|
|
};
|
|
rchardet = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9";
|
|
type = "gem";
|
|
};
|
|
version = "1.8.0";
|
|
};
|
|
re2 = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1habsrf67d3m5p12wc2bydsa7bj87r7w1266x8in59znf5wz4drf";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.0";
|
|
};
|
|
red-colors = {
|
|
dependencies = ["matrix"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1xqnbbcqg55abn985m716l6n5izyaaf4zdllhc8095cfqz2fbjcx";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.0";
|
|
};
|
|
redcarpet = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1sg9sbf9pm91l7lac7fs4silabyn0vflxwaa2x3lrzsm0ff8ilca";
|
|
type = "gem";
|
|
};
|
|
version = "3.6.0";
|
|
};
|
|
redis = {
|
|
dependencies = ["redis-client"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "10r5z5mg1x5kjx3wvwx5d8bqgd2j8pc4dlaasq7nmnl3nsn7sn9k";
|
|
type = "gem";
|
|
};
|
|
version = "5.0.6";
|
|
};
|
|
redis-client = {
|
|
dependencies = ["connection_pool"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1cvblkifgwi4hjlcz6fxiw64fpwfnjvp6fyyvp5d58ywm58v46x3";
|
|
type = "gem";
|
|
};
|
|
version = "0.12.2";
|
|
};
|
|
redis-rack = {
|
|
dependencies = ["rack" "redis-store"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0k3pn706wnf7lb24l6hwsi00c8rx693hvgfnccw3qj1y635ywwh8";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.4";
|
|
};
|
|
redis-store = {
|
|
dependencies = ["redis"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1i426w3yqd43xi877c1qqkrrr5s1zx2h46g8n738lx1g21sfd684";
|
|
type = "gem";
|
|
};
|
|
version = "1.9.2";
|
|
};
|
|
regexp_parser = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0d6241adx6drsfzz74nx1ld3394nm6fjpv3ammzr0g659krvgf7q";
|
|
type = "gem";
|
|
};
|
|
version = "2.7.0";
|
|
};
|
|
rest-client = {
|
|
dependencies = ["http-accept" "http-cookie" "mime-types" "netrc"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1qs74yzl58agzx9dgjhcpgmzfn61fqkk33k1js2y5yhlvc5l19im";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.0";
|
|
};
|
|
reverse_markdown = {
|
|
dependencies = ["nokogiri"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0087vhw5ik50lxvddicns01clkx800fk5v5qnrvi3b42nrk6885j";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.1";
|
|
};
|
|
rexml = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.5";
|
|
};
|
|
rmagick = {
|
|
dependencies = ["pkg-config"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "11skr2l49cml2wgm74zzcxwdyw0vn0abynhhq1m08jpzr309x730";
|
|
type = "gem";
|
|
};
|
|
version = "5.1.0";
|
|
};
|
|
rouge = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0b4b300i3m4m4kw7w1n9wgxwy16zccnb7271miksyzd0wq5b9pm3";
|
|
type = "gem";
|
|
};
|
|
version = "3.26.0";
|
|
};
|
|
rpam2 = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zvli3s4z1hf2l7gyfickm5i3afjrnycc3ihbiax6ji6arpbyf33";
|
|
type = "gem";
|
|
};
|
|
version = "4.0.2";
|
|
};
|
|
rspec = {
|
|
dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "171rc90vcgjl8p1bdrqa92ymrj8a87qf6w20x05xq29mljcigi6c";
|
|
type = "gem";
|
|
};
|
|
version = "3.12.0";
|
|
};
|
|
rspec-core = {
|
|
dependencies = ["rspec-support"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0da45cvllbv39sdbsl65vp5djb2xf5m10mxc9jm7rsqyyxjw4h1f";
|
|
type = "gem";
|
|
};
|
|
version = "3.12.1";
|
|
};
|
|
rspec-expectations = {
|
|
dependencies = ["diff-lcs" "rspec-support"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "03ba3lfdsj9zl00v1yvwgcx87lbadf87livlfa5kgqssn9qdnll6";
|
|
type = "gem";
|
|
};
|
|
version = "3.12.2";
|
|
};
|
|
rspec-mocks = {
|
|
dependencies = ["diff-lcs" "rspec-support"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0sq2cc9pm5gq411y7iwfvzbmgv3g91lyf7y7cqn1lr3yf1v122nc";
|
|
type = "gem";
|
|
};
|
|
version = "3.12.3";
|
|
};
|
|
rspec-support = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "12y52zwwb3xr7h91dy9k3ndmyyhr3mjcayk0nnarnrzz8yr48kfx";
|
|
type = "gem";
|
|
};
|
|
version = "3.12.0";
|
|
};
|
|
rubocop = {
|
|
dependencies = ["json" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "162c83q550hvlvdv834mqfkwv5cdsirlymmmmcmw9vlci5nq2imd";
|
|
type = "gem";
|
|
};
|
|
version = "1.46.0";
|
|
};
|
|
rubocop-ast = {
|
|
dependencies = ["parser"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zqk8dgjjhm0zll2rxqvvb8fl5vin7mmbc1ndn1a2q4276ri6ydc";
|
|
type = "gem";
|
|
};
|
|
version = "1.26.0";
|
|
};
|
|
rubocop-performance = {
|
|
dependencies = ["rubocop" "rubocop-ast"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1n7g0vg06ldjaq4f8c11c7yqy99zng1qdrkkk4kfziippy24yxnc";
|
|
type = "gem";
|
|
};
|
|
version = "1.16.0";
|
|
};
|
|
ruby-graphviz = {
|
|
dependencies = ["rexml"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "010m283gk4qgzxkgrldlnrglh8d5fn6zvrzm56wf5abd7x7b8aqw";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.5";
|
|
};
|
|
ruby-keychain = {
|
|
dependencies = ["ffi" "og-corefoundation"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1g57fr1r39bfh1r887hp87mawfg3miidagvpqyqq3l0152ya43wr";
|
|
type = "gem";
|
|
};
|
|
version = "0.4.0";
|
|
};
|
|
ruby-libvirt = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0rnmbfhdz270fky0cm8w1i73gkrnlf3s1hdkm5yxjkdbvapwvjsd";
|
|
type = "gem";
|
|
};
|
|
version = "0.8.0";
|
|
};
|
|
ruby-lxc = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "08pnghqp15fwylq6w2qh7x1ikkiq87irpy0z03n0gma4gdzzx2qa";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.3";
|
|
};
|
|
ruby-progressbar = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "02nmaw7yx9kl7rbaan5pl8x5nn0y4j5954mzrkzi9i3dhsrps4nc";
|
|
type = "gem";
|
|
};
|
|
version = "1.11.0";
|
|
};
|
|
ruby-terminfo = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0rl4ic5pzvrpgd42z0c1s2n3j39c9znksblxxvmhkzrc0ckyg2cm";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.1";
|
|
};
|
|
ruby-vips = {
|
|
dependencies = ["ffi"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "19pzpx406rr9s3qk527rn9y3b76sjq5pi7y0xzqiy50q3k0hhg7g";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.4";
|
|
};
|
|
ruby2_keywords = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.5";
|
|
};
|
|
rubyzip = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz";
|
|
type = "gem";
|
|
};
|
|
version = "2.3.2";
|
|
};
|
|
rugged = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0wnfgxx59nq2wpvi8ll7bqw9x99x5hps6i38xdjrwbb5a3896d58";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.1";
|
|
};
|
|
safe_yaml = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0j7qv63p0vqcd838i2iy2f76c3dgwzkiz1d1xkg7n0pbnxj2vb56";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.5";
|
|
};
|
|
sass = {
|
|
dependencies = ["sass-listen"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0";
|
|
type = "gem";
|
|
};
|
|
version = "3.7.4";
|
|
};
|
|
sass-listen = {
|
|
dependencies = ["rb-fsevent" "rb-inotify"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df";
|
|
type = "gem";
|
|
};
|
|
version = "4.0.0";
|
|
};
|
|
sassc = {
|
|
dependencies = ["ffi"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0gpqv48xhl8mb8qqhcifcp0pixn206a7imc07g48armklfqa4q2c";
|
|
type = "gem";
|
|
};
|
|
version = "2.4.0";
|
|
};
|
|
sawyer = {
|
|
dependencies = ["addressable" "faraday"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1jks1qjbmqm8f9kvwa81vqj39avaj9wdnzc531xm29a55bb74fps";
|
|
type = "gem";
|
|
};
|
|
version = "0.9.2";
|
|
};
|
|
scrypt = {
|
|
dependencies = ["ffi-compiler"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0jw2bn6mqpw2wbjpmsfz44pppwa6zmhg9lywimm684sxkmlxscbl";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.7";
|
|
};
|
|
semian = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1wizqirxln8f2d4aihqizfbyzlssnan058zkqh24siynk38567lg";
|
|
type = "gem";
|
|
};
|
|
version = "0.18.0";
|
|
};
|
|
sequel = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1yf5sqw15gj5vmrbklw144y0wg8r92fwczfg64znwn61k9bz9j21";
|
|
type = "gem";
|
|
};
|
|
version = "5.65.0";
|
|
};
|
|
sequel_pg = {
|
|
dependencies = ["pg" "sequel"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "01j51vn47ynyhlxpgz6wj8swm3d8g1hrad1678s0sd43kh2hqxdg";
|
|
type = "gem";
|
|
};
|
|
version = "1.17.1";
|
|
};
|
|
simplecov = {
|
|
dependencies = ["docile" "simplecov-html" "simplecov_json_formatter"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "198kcbrjxhhzca19yrdcd6jjj9sb51aaic3b0sc3pwjghg3j49py";
|
|
type = "gem";
|
|
};
|
|
version = "0.22.0";
|
|
};
|
|
simplecov-html = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0yx01bxa8pbf9ip4hagqkp5m0mqfnwnw2xk8kjraiywz4lrss6jb";
|
|
type = "gem";
|
|
};
|
|
version = "0.12.3";
|
|
};
|
|
simplecov_json_formatter = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0a5l0733hj7sk51j81ykfmlk2vd5vaijlq9d5fn165yyx3xii52j";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.4";
|
|
};
|
|
simpleidn = {
|
|
dependencies = ["unf"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "06f7w6ph3bzzqk212yylfp4jfx275shgp9zg3xszbpv1ny2skp9m";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.1";
|
|
};
|
|
sinatra = {
|
|
dependencies = ["mustermann" "rack" "rack-protection" "tilt"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1ryfja9yd3fq8n1p5yi3qnd0pjk7bkycmxxmbb1bj0axlr1pdv20";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.5";
|
|
};
|
|
slather = {
|
|
dependencies = ["CFPropertyList" "activesupport" "clamp" "nokogiri" "xcodeproj"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0kdigir21jinkkj4q3cjsswix26lmff1rmnwjz2ywc6y9d8ib9ak";
|
|
type = "gem";
|
|
};
|
|
version = "2.7.4";
|
|
};
|
|
slop = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "052mhd76f4dshc36f2bd5pp807lgnaj5i6ai8jg075384wcfhcpb";
|
|
type = "gem";
|
|
};
|
|
version = "4.10.0";
|
|
};
|
|
snappy = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1a77kysns9pz4nx149df0f987qj1pdfyjby2jr3iwmj2zj7r3klp";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.0";
|
|
};
|
|
snmp = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1xr7rwfk7mwxzqcgir0glmyy4j27g6yixfaswsbd2qn6r8c980qf";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.2";
|
|
};
|
|
solargraph = {
|
|
dependencies = ["backport" "benchmark" "diff-lcs" "e2mmap" "jaro_winkler" "kramdown" "kramdown-parser-gfm" "parser" "reverse_markdown" "rubocop" "thor" "tilt" "yard"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1pdy2f5phffknx98j2f5k72s52ayp456m3jkg08vx396yg59l0gi";
|
|
type = "gem";
|
|
};
|
|
version = "0.48.0";
|
|
};
|
|
sqlite3 = {
|
|
dependencies = ["mini_portile2"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "064g96zvvx6rb60jl06dmcc73n16m2d89n7w3hdkh79lgsjszf2l";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.1";
|
|
};
|
|
string_inflection = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0v57afc7rdr58xd6mayf9giifqgav3hqjr54kagi7iki3hn6vjag";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.2";
|
|
};
|
|
syntax_tree = {
|
|
dependencies = ["prettier_print"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0zkq75hcqnxnipvccsd2f7vqcra6rplzvn1ds73sna6lcy8s6sxa";
|
|
type = "gem";
|
|
};
|
|
version = "6.0.0";
|
|
};
|
|
syntax_tree-haml = {
|
|
dependencies = ["haml" "prettier_print" "syntax_tree"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0nnq6z8xhvcv3yc7rf64np3f8dx6j8gmvbi6ws3lwccq4w5cmqnk";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.0";
|
|
};
|
|
syntax_tree-rbs = {
|
|
dependencies = ["prettier_print" "rbs" "syntax_tree"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1fx8c9a40pvph8ffj3x8advdfimacx6xn7kvnba6yf4sw9aal7hx";
|
|
type = "gem";
|
|
};
|
|
version = "0.5.1";
|
|
};
|
|
taglib-ruby = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0yvchq3j0splz70796a27hr1v6ifhyab5ddc9fl1x734nhmsy4rb";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.3";
|
|
};
|
|
temple = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "07k5wr2ypsmsbyc9d1plhdki4xr7vvggld8r1i49iljkrpx5nbqc";
|
|
type = "gem";
|
|
};
|
|
version = "0.10.0";
|
|
};
|
|
terminal-table = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0hbmzfr17ji5ws5x5z3kypmb5irwwss7q7kkad0gs005ibqrxv0a";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.0";
|
|
};
|
|
thor = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.1";
|
|
};
|
|
thrift = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0f7w11b8gnpf8vw465l8l63rvlw1qk2y0vp0f88xdxbzjl9igy13";
|
|
type = "gem";
|
|
};
|
|
version = "0.18.0";
|
|
};
|
|
tilt = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1qmhi6d9przjzhsyk9g5pq2j75c656msh6xzprqd2mxgphf23jxs";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.0";
|
|
};
|
|
timeout = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1pfddf51n5fnj4f9ggwj3wbf23ynj0nbxlxqpz12y1gvl9g7d6r6";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.2";
|
|
};
|
|
tiny_tds = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "06fa5xpw5zrnhg0ds246l8sq49k22hpplqa1msxylnqibbsnb2y9";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.5";
|
|
};
|
|
treetop = {
|
|
dependencies = ["polyglot"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0adc8qblz8ii668r3rksjx83p675iryh52rvdvysimx2hkbasj7d";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.12";
|
|
};
|
|
tty-color = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0aik4kmhwwrmkysha7qibi2nyzb4c8kp42bd5vxnf8sf7b53g73g";
|
|
type = "gem";
|
|
};
|
|
version = "0.6.0";
|
|
};
|
|
tty-command = {
|
|
dependencies = ["pastel"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "14hi8xiahfrrnydw6g3i30lxvvz90wp4xsrlhx8mabckrcglfv0c";
|
|
type = "gem";
|
|
};
|
|
version = "0.10.1";
|
|
};
|
|
tty-option = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xibs7kgbsw401ywfw67wg47fmm7sdcypy85m25af9r2q2hbq7gb";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
typhoeus = {
|
|
dependencies = ["ethon"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1m22yrkmbj81rzhlny81j427qdvz57yk5wbcf3km0nf3bl6qiygz";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.0";
|
|
};
|
|
tzinfo = {
|
|
dependencies = ["concurrent-ruby"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.6";
|
|
};
|
|
uglifier = {
|
|
dependencies = ["execjs"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0wgh7bzy68vhv9v68061519dd8samcy8sazzz0w3k8kqpy3g4s5f";
|
|
type = "gem";
|
|
};
|
|
version = "4.2.0";
|
|
};
|
|
unf = {
|
|
dependencies = ["unf_ext"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.4";
|
|
};
|
|
unf_ext = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1yj2nz2l101vr1x9w2k83a0fag1xgnmjwp8w8rw4ik2rwcz65fch";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.8.2";
|
|
};
|
|
unicode-display_width = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1gi82k102q7bkmfi7ggn9ciypn897ylln1jk9q67kjhr39fj043a";
|
|
type = "gem";
|
|
};
|
|
version = "2.4.2";
|
|
};
|
|
uuid4r = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0qlcxzn8pnql34pcdrkd20kdla3k6n2sspaxp3lwwx8a87jnzbc3";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
webmention = {
|
|
dependencies = ["http" "indieweb-endpoints" "nokogiri"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1ag06gal14r3rlcv0c951w1a9wb0d04mk5pz2v0f71q9fzwxwwmi";
|
|
type = "gem";
|
|
};
|
|
version = "7.0.0";
|
|
};
|
|
webrick = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1d4cvgmxhfczxiq5fr534lmizkhigd15bsx5719r5ds7k7ivisc7";
|
|
type = "gem";
|
|
};
|
|
version = "1.7.0";
|
|
};
|
|
websocket-driver = {
|
|
dependencies = ["websocket-extensions"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0a3bwxd9v3ghrxzjc4vxmf4xa18c6m4xqy5wb0yk5c6b9psc7052";
|
|
type = "gem";
|
|
};
|
|
version = "0.7.5";
|
|
};
|
|
websocket-extensions = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.5";
|
|
};
|
|
whois = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1mbpija1z2ia0bgqm950z564pk8x8zisjnlxpqhysffczz7hv46z";
|
|
type = "gem";
|
|
};
|
|
version = "5.1.0";
|
|
};
|
|
xcodeproj = {
|
|
dependencies = ["CFPropertyList" "atomos" "claide" "colored2" "nanaimo" "rexml"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1s7hxaqd1fi4rlmm2jbrglyvka1r95frlxan61vfcnd8n6pxynpi";
|
|
type = "gem";
|
|
};
|
|
version = "1.22.0";
|
|
};
|
|
xctasks = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1jmxq0dv2q4qs628cykrhsm9piysjsacbq5blsf35a0fj015bw7l";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.2";
|
|
};
|
|
yard = {
|
|
dependencies = ["webrick"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0p1if8g9ww6hlpfkphqv3y1z0rbqnnrvb38c5qhnala0f8qpw6yk";
|
|
type = "gem";
|
|
};
|
|
version = "0.9.28";
|
|
};
|
|
zeitwerk = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "028ld9qmgdllxrl7d0qkl65s58wb1n3gv8yjs28g43a8b1hplxk1";
|
|
type = "gem";
|
|
};
|
|
version = "2.6.7";
|
|
};
|
|
zookeeper = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1hc87pbmgc53lksa1aql61kxn9d2kjzmlhnjxa5rcn01qhm3pkvg";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.5";
|
|
};
|
|
}
|