t: 2.9.0 -> 3.1.0

2.9.0 didn't build anymore

authored by xeji and committed by Tuomas Tynkkynen 8cd005b6 bab5a066

+150 -121
+35 -24
pkgs/tools/misc/t/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - addressable (2.3.7) 4 + addressable (2.5.2) 5 + public_suffix (>= 2.0.2, < 4.0) 5 6 buftok (0.2.0) 6 - equalizer (0.0.9) 7 - faraday (0.9.1) 8 - multipart-post (>= 1.2, < 3) 9 - geokit (1.9.0) 10 - multi_json (>= 1.3.2) 11 - htmlentities (4.3.3) 12 - http (0.6.3) 7 + domain_name (0.5.20170404) 8 + unf (>= 0.0.5, < 1.0.0) 9 + equalizer (0.0.11) 10 + geokit (1.11.0) 11 + htmlentities (4.3.4) 12 + http (3.0.0) 13 + addressable (~> 2.3) 14 + http-cookie (~> 1.0) 15 + http-form_data (>= 2.0.0.pre.pre2, < 3) 13 16 http_parser.rb (~> 0.6.0) 17 + http-cookie (1.0.3) 18 + domain_name (~> 0.5) 19 + http-form_data (2.1.0) 14 20 http_parser.rb (0.6.0) 15 - json (1.8.2) 16 21 launchy (2.4.3) 17 22 addressable (~> 2.3) 18 23 memoizable (0.4.2) 19 24 thread_safe (~> 0.3, >= 0.3.1) 20 - multi_json (1.11.0) 21 25 multipart-post (2.0.0) 22 - naught (1.0.0) 23 - oauth (0.4.7) 24 - retryable (2.0.1) 26 + naught (1.1.0) 27 + oauth (0.5.4) 28 + public_suffix (3.0.2) 29 + retryable (2.0.4) 25 30 simple_oauth (0.3.1) 26 - t (2.9.0) 27 - geokit (>= 1.8.3, < 2) 31 + t (3.1.0) 32 + geokit (~> 1.9) 28 33 htmlentities (~> 4.3) 29 34 launchy (~> 2.4) 30 - oauth (~> 0.4.7) 35 + oauth (~> 0.5.1) 31 36 retryable (~> 2.0) 32 37 thor (>= 0.19.1, < 2) 33 - twitter (~> 5.13) 34 - thor (0.19.1) 35 - thread_safe (0.3.5) 36 - twitter (5.14.0) 38 + twitter (~> 6.0) 39 + thor (0.20.0) 40 + thread_safe (0.3.6) 41 + twitter (6.2.0) 37 42 addressable (~> 2.3) 38 43 buftok (~> 0.2.0) 39 - equalizer (~> 0.0.9) 40 - faraday (~> 0.9.0) 41 - http (~> 0.6.0) 44 + equalizer (~> 0.0.11) 45 + http (~> 3.0) 46 + http-form_data (~> 2.0) 42 47 http_parser.rb (~> 0.6.0) 43 - json (~> 1.8) 44 48 memoizable (~> 0.4.0) 49 + multipart-post (~> 2.0) 45 50 naught (~> 1.0) 46 51 simple_oauth (~> 0.3.0) 52 + unf (0.1.4) 53 + unf_ext 54 + unf_ext (0.0.7.5) 47 55 48 56 PLATFORMS 49 57 ruby 50 58 51 59 DEPENDENCIES 52 60 t 61 + 62 + BUNDLED WITH 63 + 1.14.6
+1 -1
pkgs/tools/misc/t/default.nix
··· 1 1 { stdenv, lib, bundlerEnv, ruby }: 2 2 3 3 bundlerEnv { 4 - name = "t-2.9.0"; 4 + name = "t-3.1.0"; 5 5 6 6 inherit ruby; 7 7 gemfile = ./Gemfile;
+114 -96
pkgs/tools/misc/t/gemset.nix
··· 1 1 { 2 - "addressable" = { 3 - version = "2.3.7"; 2 + addressable = { 3 + dependencies = ["public_suffix"]; 4 4 source = { 5 + remotes = ["https://rubygems.org"]; 6 + sha256 = "0viqszpkggqi8hq87pqp0xykhvz60g99nwmkwsb0v45kc2liwxvk"; 5 7 type = "gem"; 6 - sha256 = "1x1401m59snw59c2bxr10jj10z1n4r4jvz8c55d0c3sh2smbl8kh"; 7 8 }; 9 + version = "2.5.2"; 8 10 }; 9 - "buftok" = { 11 + buftok = { 12 + source = { 13 + remotes = ["https://rubygems.org"]; 14 + sha256 = "1rzsy1vy50v55x9z0nivf23y0r9jkmq6i130xa75pq9i8qrn1mxs"; 15 + type = "gem"; 16 + }; 10 17 version = "0.2.0"; 18 + }; 19 + domain_name = { 20 + dependencies = ["unf"]; 11 21 source = { 22 + remotes = ["https://rubygems.org"]; 23 + sha256 = "12hs8yijhak7p2hf1xkh98g0mnp5phq3mrrhywzaxpwz1gw5r3kf"; 12 24 type = "gem"; 13 - sha256 = "1rzsy1vy50v55x9z0nivf23y0r9jkmq6i130xa75pq9i8qrn1mxs"; 25 + }; 26 + version = "0.5.20170404"; 27 + }; 28 + equalizer = { 29 + source = { 30 + remotes = ["https://rubygems.org"]; 31 + sha256 = "1kjmx3fygx8njxfrwcmn7clfhjhb6bvv3scy2lyyi0wqyi3brra4"; 32 + type = "gem"; 14 33 }; 34 + version = "0.0.11"; 15 35 }; 16 - "equalizer" = { 17 - version = "0.0.9"; 36 + geokit = { 18 37 source = { 38 + remotes = ["https://rubygems.org"]; 39 + sha256 = "1iryy9gcrayd4c2xfxnb0acnmqcz5bv7pp6ilaifwlwl6jnc40dm"; 19 40 type = "gem"; 20 - sha256 = "1i6vfh2lzyrvvm35qa9cf3xh2gxj941x0v78pp0c7bwji3f5hawr"; 21 41 }; 42 + version = "1.11.0"; 22 43 }; 23 - "faraday" = { 24 - version = "0.9.1"; 44 + htmlentities = { 25 45 source = { 46 + remotes = ["https://rubygems.org"]; 47 + sha256 = "1nkklqsn8ir8wizzlakncfv42i32wc0w9hxp00hvdlgjr7376nhj"; 26 48 type = "gem"; 27 - sha256 = "1h33znnfzxpscgpq28i9fcqijd61h61zgs3gabpdgqfa1043axsn"; 28 49 }; 29 - dependencies = [ 30 - "multipart-post" 31 - ]; 50 + version = "4.3.4"; 32 51 }; 33 - "geokit" = { 34 - version = "1.9.0"; 52 + http = { 53 + dependencies = ["addressable" "http-cookie" "http-form_data" "http_parser.rb"]; 35 54 source = { 55 + remotes = ["https://rubygems.org"]; 56 + sha256 = "1mqjjqgdq83rz3nvq69bn0n5x45hnwd4794fmfbi0wrd1n47syfs"; 36 57 type = "gem"; 37 - sha256 = "1bpkjz2q8hm7i4mrrp1if51zq6fz3qkqj55qwlb7jh9jlgyvjmqy"; 38 58 }; 39 - dependencies = [ 40 - "multi_json" 41 - ]; 59 + version = "3.0.0"; 42 60 }; 43 - "htmlentities" = { 44 - version = "4.3.3"; 61 + http-cookie = { 62 + dependencies = ["domain_name"]; 45 63 source = { 64 + remotes = ["https://rubygems.org"]; 65 + sha256 = "004cgs4xg5n6byjs7qld0xhsjq3n6ydfh897myr2mibvh6fjc49g"; 46 66 type = "gem"; 47 - sha256 = "0v4m2pn6q2h7iqdkxk9z3j4828harcjgk1h77v9i4x87avv5130p"; 48 67 }; 68 + version = "1.0.3"; 49 69 }; 50 - "http" = { 51 - version = "0.6.3"; 70 + http-form_data = { 52 71 source = { 72 + remotes = ["https://rubygems.org"]; 73 + sha256 = "1j90dydw36h9s09n760aid8asabigqcgi7agsyqh53iz5s3qv9v0"; 53 74 type = "gem"; 54 - sha256 = "0wmj5i1l0f6ajhs8wi1h3sdwhrl00llrpsmh6xs9dwjm2amvdvxv"; 55 75 }; 56 - dependencies = [ 57 - "http_parser.rb" 58 - ]; 76 + version = "2.1.0"; 59 77 }; 60 78 "http_parser.rb" = { 79 + source = { 80 + remotes = ["https://rubygems.org"]; 81 + sha256 = "15nidriy0v5yqfjsgsra51wmknxci2n2grliz78sf9pga3n0l7gi"; 82 + type = "gem"; 83 + }; 61 84 version = "0.6.0"; 85 + }; 86 + launchy = { 87 + dependencies = ["addressable"]; 62 88 source = { 89 + remotes = ["https://rubygems.org"]; 90 + sha256 = "190lfbiy1vwxhbgn4nl4dcbzxvm049jwc158r2x7kq3g5khjrxa2"; 63 91 type = "gem"; 64 - sha256 = "15nidriy0v5yqfjsgsra51wmknxci2n2grliz78sf9pga3n0l7gi"; 65 92 }; 93 + version = "2.4.3"; 66 94 }; 67 - "json" = { 68 - version = "1.8.2"; 95 + memoizable = { 96 + dependencies = ["thread_safe"]; 69 97 source = { 98 + remotes = ["https://rubygems.org"]; 99 + sha256 = "0v42bvghsvfpzybfazl14qhkrjvx0xlmxz0wwqc960ga1wld5x5c"; 70 100 type = "gem"; 71 - sha256 = "0zzvv25vjikavd3b1bp6lvbgj23vv9jvmnl4vpim8pv30z8p6vr5"; 72 101 }; 102 + version = "0.4.2"; 73 103 }; 74 - "launchy" = { 75 - version = "2.4.3"; 104 + multipart-post = { 76 105 source = { 106 + remotes = ["https://rubygems.org"]; 107 + sha256 = "09k0b3cybqilk1gwrwwain95rdypixb2q9w65gd44gfzsd84xi1x"; 77 108 type = "gem"; 78 - sha256 = "190lfbiy1vwxhbgn4nl4dcbzxvm049jwc158r2x7kq3g5khjrxa2"; 79 109 }; 80 - dependencies = [ 81 - "addressable" 82 - ]; 110 + version = "2.0.0"; 83 111 }; 84 - "memoizable" = { 85 - version = "0.4.2"; 112 + naught = { 86 113 source = { 114 + remotes = ["https://rubygems.org"]; 115 + sha256 = "1wwjx35zgbc0nplp8a866iafk4zsrbhwwz4pav5gydr2wm26nksg"; 87 116 type = "gem"; 88 - sha256 = "0v42bvghsvfpzybfazl14qhkrjvx0xlmxz0wwqc960ga1wld5x5c"; 89 117 }; 90 - dependencies = [ 91 - "thread_safe" 92 - ]; 118 + version = "1.1.0"; 93 119 }; 94 - "multi_json" = { 95 - version = "1.11.0"; 120 + oauth = { 96 121 source = { 122 + remotes = ["https://rubygems.org"]; 123 + sha256 = "1zszdg8q1b135z7l7crjj234k4j0m347hywp5kj6zsq7q78pw09y"; 97 124 type = "gem"; 98 - sha256 = "1mg3hp17ch8bkf3ndj40s50yjs0vrqbfh3aq5r02jkpjkh23wgxl"; 99 125 }; 126 + version = "0.5.4"; 100 127 }; 101 - "multipart-post" = { 102 - version = "2.0.0"; 128 + public_suffix = { 103 129 source = { 130 + remotes = ["https://rubygems.org"]; 131 + sha256 = "1x5h1dh1i3gwc01jbg01rly2g6a1qwhynb1s8a30ic507z1nh09s"; 104 132 type = "gem"; 105 - sha256 = "09k0b3cybqilk1gwrwwain95rdypixb2q9w65gd44gfzsd84xi1x"; 106 133 }; 134 + version = "3.0.2"; 107 135 }; 108 - "naught" = { 109 - version = "1.0.0"; 136 + retryable = { 110 137 source = { 138 + remotes = ["https://rubygems.org"]; 139 + sha256 = "1pxv5xgr08s9gv5npj7h3raxibywznrv2wcrb85ibhlhzgzcxggf"; 111 140 type = "gem"; 112 - sha256 = "04m6hh63c96kcnzwy5mpl826yn6sm465zz1z87mmsig86gqi1izd"; 113 141 }; 142 + version = "2.0.4"; 114 143 }; 115 - "oauth" = { 116 - version = "0.4.7"; 144 + simple_oauth = { 117 145 source = { 146 + remotes = ["https://rubygems.org"]; 147 + sha256 = "0dw9ii6m7wckml100xhjc6vxpjcry174lbi9jz5v7ibjr3i94y8l"; 118 148 type = "gem"; 119 - sha256 = "1k5j09p3al3clpjl6lax62qmhy43f3j3g7i6f9l4dbs6r5vpv95w"; 120 149 }; 150 + version = "0.3.1"; 121 151 }; 122 - "retryable" = { 123 - version = "2.0.1"; 152 + t = { 153 + dependencies = ["geokit" "htmlentities" "launchy" "oauth" "retryable" "thor" "twitter"]; 124 154 source = { 155 + remotes = ["https://rubygems.org"]; 156 + sha256 = "0qj5zqc819yiscqbyb93alxillyli5ajvrr4gzq52clgkvyap7bd"; 125 157 type = "gem"; 126 - sha256 = "0wg4vh76cmhwzwrgd0k6kbx4dlp4r98l8yizr72lmzph187dg48f"; 127 158 }; 159 + version = "3.1.0"; 128 160 }; 129 - "simple_oauth" = { 130 - version = "0.3.1"; 161 + thor = { 131 162 source = { 163 + remotes = ["https://rubygems.org"]; 164 + sha256 = "0nmqpyj642sk4g16nkbq6pj856adpv91lp4krwhqkh2iw63aszdl"; 132 165 type = "gem"; 133 - sha256 = "0dw9ii6m7wckml100xhjc6vxpjcry174lbi9jz5v7ibjr3i94y8l"; 134 166 }; 167 + version = "0.20.0"; 135 168 }; 136 - "t" = { 137 - version = "2.9.0"; 169 + thread_safe = { 138 170 source = { 171 + remotes = ["https://rubygems.org"]; 172 + sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy"; 139 173 type = "gem"; 140 - sha256 = "0qdsyblnnan2wcvql2mzg10jaj3gfv5pbfac54b1y7qkr56dc4dv"; 141 174 }; 142 - dependencies = [ 143 - "geokit" 144 - "htmlentities" 145 - "launchy" 146 - "oauth" 147 - "retryable" 148 - "thor" 149 - "twitter" 150 - ]; 175 + version = "0.3.6"; 151 176 }; 152 - "thor" = { 153 - version = "0.19.1"; 177 + twitter = { 178 + dependencies = ["addressable" "buftok" "equalizer" "http" "http-form_data" "http_parser.rb" "memoizable" "multipart-post" "naught" "simple_oauth"]; 154 179 source = { 180 + remotes = ["https://rubygems.org"]; 181 + sha256 = "0fjyz3viabz3xs5d9aad18zgdbhfwm51jsnzigc8kxk77p1x58n5"; 155 182 type = "gem"; 156 - sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z"; 157 183 }; 184 + version = "6.2.0"; 158 185 }; 159 - "thread_safe" = { 160 - version = "0.3.5"; 186 + unf = { 187 + dependencies = ["unf_ext"]; 161 188 source = { 189 + remotes = ["https://rubygems.org"]; 190 + sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9"; 162 191 type = "gem"; 163 - sha256 = "1hq46wqsyylx5afkp6jmcihdpv4ynzzq9ygb6z2pb1cbz5js0gcr"; 164 192 }; 193 + version = "0.1.4"; 165 194 }; 166 - "twitter" = { 167 - version = "5.14.0"; 195 + unf_ext = { 168 196 source = { 197 + remotes = ["https://rubygems.org"]; 198 + sha256 = "06p1i6qhy34bpb8q8ms88y6f2kz86azwm098yvcc0nyqk9y729j1"; 169 199 type = "gem"; 170 - sha256 = "0vx7x3fmwgk3axqyw9hyf6yh99kx3ssdy14w2686hz7c4v3qwlc5"; 171 200 }; 172 - dependencies = [ 173 - "addressable" 174 - "buftok" 175 - "equalizer" 176 - "faraday" 177 - "http" 178 - "http_parser.rb" 179 - "json" 180 - "memoizable" 181 - "naught" 182 - "simple_oauth" 183 - ]; 201 + version = "0.0.7.5"; 184 202 }; 185 203 }