1{
2 csv = {
3 groups = [ "default" ];
4 platforms = [ ];
5 source = {
6 remotes = [ "https://rubygems.org" ];
7 sha256 = "0kmx36jjh2sahd989vcvw74lrlv07dqc3rnxchc5sj2ywqsw3w3g";
8 type = "gem";
9 };
10 version = "3.3.2";
11 };
12 enumerable-statistics = {
13 groups = [ "default" ];
14 platforms = [ ];
15 source = {
16 remotes = [ "https://rubygems.org" ];
17 sha256 = "1cqksgv0cf69cd30kxk2r0lq1y784wn5nvlyabfqilf1vvy6j38y";
18 type = "gem";
19 };
20 version = "2.0.8";
21 };
22 unicode_plot = {
23 dependencies = [ "enumerable-statistics" ];
24 groups = [ "default" ];
25 platforms = [ ];
26 source = {
27 remotes = [ "https://rubygems.org" ];
28 sha256 = "0fzpg1zizf19xgfzqw6lmb38xir423wwxb2mjsb3nym6phvn5kli";
29 type = "gem";
30 };
31 version = "0.0.5";
32 };
33 youplot = {
34 dependencies = [
35 "csv"
36 "unicode_plot"
37 ];
38 groups = [ "default" ];
39 platforms = [ ];
40 source = {
41 remotes = [ "https://rubygems.org" ];
42 sha256 = "1p1vbb7p4h5a4r2rwl64gwv6cmf350grjn97zrpjhvrjih81y3yg";
43 type = "gem";
44 };
45 version = "0.4.6";
46 };
47}