lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at release-16.03-start 59 lines 1.2 kB view raw
1{ 2 execjs = { 3 version = "2.3.0"; 4 source = { 5 type = "gem"; 6 sha256 = "097v02bhmzc70j7n0yyf8j0z5wms88zcmgpmggby4hnvqxf41y1h"; 7 }; 8 }; 9 json = { 10 version = "1.8.2"; 11 source = { 12 type = "gem"; 13 sha256 = "0zzvv25vjikavd3b1bp6lvbgj23vv9jvmnl4vpim8pv30z8p6vr5"; 14 }; 15 }; 16 libv8 = { 17 version = "3.16.14.11"; 18 source = { 19 type = "gem"; 20 sha256 = "000vbiy78wk5r1f6p7qncab8ldg7qw5pjz7bchn3lw700gpaacxp"; 21 }; 22 }; 23 ref = { 24 version = "1.0.5"; 25 source = { 26 type = "gem"; 27 sha256 = "19qgpsfszwc2sfh6wixgky5agn831qq8ap854i1jqqhy1zsci3la"; 28 }; 29 }; 30 sass = { 31 version = "3.4.11"; 32 source = { 33 type = "gem"; 34 sha256 = "10dncnv7g5v8d1xpw2aaarxjjlm68f7nm02ns2kl8nf3yxi6wzdf"; 35 }; 36 }; 37 therubyracer = { 38 version = "0.12.1"; 39 source = { 40 type = "gem"; 41 sha256 = "106fqimqyaalh7p6czbl5m2j69z8gv7cm10mjb8bbb2p2vlmqmi6"; 42 }; 43 dependencies = [ 44 "libv8" 45 "ref" 46 ]; 47 }; 48 uglifier = { 49 version = "2.7.0"; 50 source = { 51 type = "gem"; 52 sha256 = "1x1mnakx086l83a3alj690c6n8kfmb4bk243a6m6yz99s15gbxfq"; 53 }; 54 dependencies = [ 55 "execjs" 56 "json" 57 ]; 58 }; 59}