1{
2 hue-cli = {
3 dependencies = [
4 "hue-lib"
5 "json"
6 ];
7 groups = [ "default" ];
8 platforms = [ ];
9 source = {
10 remotes = [ "https://rubygems.org" ];
11 sha256 = "10gjf59pamfy2m17fs271d9ffrg1194b1m6vxzn6p7smzry52h9z";
12 type = "gem";
13 };
14 version = "0.1.4";
15 };
16 hue-lib = {
17 dependencies = [ "json" ];
18 groups = [ "default" ];
19 platforms = [ ];
20 source = {
21 remotes = [ "https://rubygems.org" ];
22 sha256 = "1pyl8g8gisdhl79gbzvnddqrsbq0lmflzg7n6yi6xrp5b5290shz";
23 type = "gem";
24 };
25 version = "0.7.4";
26 };
27 json = {
28 groups = [ "default" ];
29 platforms = [ ];
30 source = {
31 remotes = [ "https://rubygems.org" ];
32 sha256 = "0sx97bm9by389rbzv8r1f43h06xcz8vwi3h5jv074gvparql7lcx";
33 type = "gem";
34 };
35 version = "2.2.0";
36 };
37}