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