t: 2.9.0 -> 3.1.0
2.9.0 didn't build anymore
This commit is contained in:
parent
bab5a0664c
commit
8cd005b6fb
@ -1,52 +1,63 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
addressable (2.3.7)
|
addressable (2.5.2)
|
||||||
|
public_suffix (>= 2.0.2, < 4.0)
|
||||||
buftok (0.2.0)
|
buftok (0.2.0)
|
||||||
equalizer (0.0.9)
|
domain_name (0.5.20170404)
|
||||||
faraday (0.9.1)
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
multipart-post (>= 1.2, < 3)
|
equalizer (0.0.11)
|
||||||
geokit (1.9.0)
|
geokit (1.11.0)
|
||||||
multi_json (>= 1.3.2)
|
htmlentities (4.3.4)
|
||||||
htmlentities (4.3.3)
|
http (3.0.0)
|
||||||
http (0.6.3)
|
addressable (~> 2.3)
|
||||||
|
http-cookie (~> 1.0)
|
||||||
|
http-form_data (>= 2.0.0.pre.pre2, < 3)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
|
http-cookie (1.0.3)
|
||||||
|
domain_name (~> 0.5)
|
||||||
|
http-form_data (2.1.0)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
json (1.8.2)
|
|
||||||
launchy (2.4.3)
|
launchy (2.4.3)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
memoizable (0.4.2)
|
memoizable (0.4.2)
|
||||||
thread_safe (~> 0.3, >= 0.3.1)
|
thread_safe (~> 0.3, >= 0.3.1)
|
||||||
multi_json (1.11.0)
|
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.0.0)
|
||||||
naught (1.0.0)
|
naught (1.1.0)
|
||||||
oauth (0.4.7)
|
oauth (0.5.4)
|
||||||
retryable (2.0.1)
|
public_suffix (3.0.2)
|
||||||
|
retryable (2.0.4)
|
||||||
simple_oauth (0.3.1)
|
simple_oauth (0.3.1)
|
||||||
t (2.9.0)
|
t (3.1.0)
|
||||||
geokit (>= 1.8.3, < 2)
|
geokit (~> 1.9)
|
||||||
htmlentities (~> 4.3)
|
htmlentities (~> 4.3)
|
||||||
launchy (~> 2.4)
|
launchy (~> 2.4)
|
||||||
oauth (~> 0.4.7)
|
oauth (~> 0.5.1)
|
||||||
retryable (~> 2.0)
|
retryable (~> 2.0)
|
||||||
thor (>= 0.19.1, < 2)
|
thor (>= 0.19.1, < 2)
|
||||||
twitter (~> 5.13)
|
twitter (~> 6.0)
|
||||||
thor (0.19.1)
|
thor (0.20.0)
|
||||||
thread_safe (0.3.5)
|
thread_safe (0.3.6)
|
||||||
twitter (5.14.0)
|
twitter (6.2.0)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
buftok (~> 0.2.0)
|
buftok (~> 0.2.0)
|
||||||
equalizer (~> 0.0.9)
|
equalizer (~> 0.0.11)
|
||||||
faraday (~> 0.9.0)
|
http (~> 3.0)
|
||||||
http (~> 0.6.0)
|
http-form_data (~> 2.0)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
json (~> 1.8)
|
|
||||||
memoizable (~> 0.4.0)
|
memoizable (~> 0.4.0)
|
||||||
|
multipart-post (~> 2.0)
|
||||||
naught (~> 1.0)
|
naught (~> 1.0)
|
||||||
simple_oauth (~> 0.3.0)
|
simple_oauth (~> 0.3.0)
|
||||||
|
unf (0.1.4)
|
||||||
|
unf_ext
|
||||||
|
unf_ext (0.0.7.5)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
t
|
t
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.14.6
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, bundlerEnv, ruby }:
|
{ stdenv, lib, bundlerEnv, ruby }:
|
||||||
|
|
||||||
bundlerEnv {
|
bundlerEnv {
|
||||||
name = "t-2.9.0";
|
name = "t-3.1.0";
|
||||||
|
|
||||||
inherit ruby;
|
inherit ruby;
|
||||||
gemfile = ./Gemfile;
|
gemfile = ./Gemfile;
|
||||||
|
@ -1,185 +1,203 @@
|
|||||||
{
|
{
|
||||||
"addressable" = {
|
addressable = {
|
||||||
version = "2.3.7";
|
dependencies = ["public_suffix"];
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "0viqszpkggqi8hq87pqp0xykhvz60g99nwmkwsb0v45kc2liwxvk";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "1x1401m59snw59c2bxr10jj10z1n4r4jvz8c55d0c3sh2smbl8kh";
|
|
||||||
};
|
};
|
||||||
|
version = "2.5.2";
|
||||||
};
|
};
|
||||||
"buftok" = {
|
buftok = {
|
||||||
version = "0.2.0";
|
|
||||||
source = {
|
source = {
|
||||||
type = "gem";
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1rzsy1vy50v55x9z0nivf23y0r9jkmq6i130xa75pq9i8qrn1mxs";
|
sha256 = "1rzsy1vy50v55x9z0nivf23y0r9jkmq6i130xa75pq9i8qrn1mxs";
|
||||||
};
|
|
||||||
};
|
|
||||||
"equalizer" = {
|
|
||||||
version = "0.0.9";
|
|
||||||
source = {
|
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "1i6vfh2lzyrvvm35qa9cf3xh2gxj941x0v78pp0c7bwji3f5hawr";
|
|
||||||
};
|
};
|
||||||
|
version = "0.2.0";
|
||||||
};
|
};
|
||||||
"faraday" = {
|
domain_name = {
|
||||||
version = "0.9.1";
|
dependencies = ["unf"];
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "12hs8yijhak7p2hf1xkh98g0mnp5phq3mrrhywzaxpwz1gw5r3kf";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "1h33znnfzxpscgpq28i9fcqijd61h61zgs3gabpdgqfa1043axsn";
|
|
||||||
};
|
};
|
||||||
dependencies = [
|
version = "0.5.20170404";
|
||||||
"multipart-post"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
"geokit" = {
|
equalizer = {
|
||||||
version = "1.9.0";
|
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1kjmx3fygx8njxfrwcmn7clfhjhb6bvv3scy2lyyi0wqyi3brra4";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "1bpkjz2q8hm7i4mrrp1if51zq6fz3qkqj55qwlb7jh9jlgyvjmqy";
|
|
||||||
};
|
};
|
||||||
dependencies = [
|
version = "0.0.11";
|
||||||
"multi_json"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
"htmlentities" = {
|
geokit = {
|
||||||
version = "4.3.3";
|
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1iryy9gcrayd4c2xfxnb0acnmqcz5bv7pp6ilaifwlwl6jnc40dm";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "0v4m2pn6q2h7iqdkxk9z3j4828harcjgk1h77v9i4x87avv5130p";
|
|
||||||
};
|
};
|
||||||
|
version = "1.11.0";
|
||||||
};
|
};
|
||||||
"http" = {
|
htmlentities = {
|
||||||
version = "0.6.3";
|
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1nkklqsn8ir8wizzlakncfv42i32wc0w9hxp00hvdlgjr7376nhj";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "0wmj5i1l0f6ajhs8wi1h3sdwhrl00llrpsmh6xs9dwjm2amvdvxv";
|
|
||||||
};
|
};
|
||||||
dependencies = [
|
version = "4.3.4";
|
||||||
"http_parser.rb"
|
};
|
||||||
];
|
http = {
|
||||||
|
dependencies = ["addressable" "http-cookie" "http-form_data" "http_parser.rb"];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1mqjjqgdq83rz3nvq69bn0n5x45hnwd4794fmfbi0wrd1n47syfs";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "3.0.0";
|
||||||
|
};
|
||||||
|
http-cookie = {
|
||||||
|
dependencies = ["domain_name"];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "004cgs4xg5n6byjs7qld0xhsjq3n6ydfh897myr2mibvh6fjc49g";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "1.0.3";
|
||||||
|
};
|
||||||
|
http-form_data = {
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1j90dydw36h9s09n760aid8asabigqcgi7agsyqh53iz5s3qv9v0";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "2.1.0";
|
||||||
};
|
};
|
||||||
"http_parser.rb" = {
|
"http_parser.rb" = {
|
||||||
version = "0.6.0";
|
|
||||||
source = {
|
source = {
|
||||||
type = "gem";
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "15nidriy0v5yqfjsgsra51wmknxci2n2grliz78sf9pga3n0l7gi";
|
sha256 = "15nidriy0v5yqfjsgsra51wmknxci2n2grliz78sf9pga3n0l7gi";
|
||||||
};
|
|
||||||
};
|
|
||||||
"json" = {
|
|
||||||
version = "1.8.2";
|
|
||||||
source = {
|
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "0zzvv25vjikavd3b1bp6lvbgj23vv9jvmnl4vpim8pv30z8p6vr5";
|
|
||||||
};
|
};
|
||||||
|
version = "0.6.0";
|
||||||
};
|
};
|
||||||
"launchy" = {
|
launchy = {
|
||||||
version = "2.4.3";
|
dependencies = ["addressable"];
|
||||||
source = {
|
source = {
|
||||||
type = "gem";
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "190lfbiy1vwxhbgn4nl4dcbzxvm049jwc158r2x7kq3g5khjrxa2";
|
sha256 = "190lfbiy1vwxhbgn4nl4dcbzxvm049jwc158r2x7kq3g5khjrxa2";
|
||||||
};
|
|
||||||
dependencies = [
|
|
||||||
"addressable"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"memoizable" = {
|
|
||||||
version = "0.4.2";
|
|
||||||
source = {
|
|
||||||
type = "gem";
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "2.4.3";
|
||||||
|
};
|
||||||
|
memoizable = {
|
||||||
|
dependencies = ["thread_safe"];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0v42bvghsvfpzybfazl14qhkrjvx0xlmxz0wwqc960ga1wld5x5c";
|
sha256 = "0v42bvghsvfpzybfazl14qhkrjvx0xlmxz0wwqc960ga1wld5x5c";
|
||||||
};
|
|
||||||
dependencies = [
|
|
||||||
"thread_safe"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"multi_json" = {
|
|
||||||
version = "1.11.0";
|
|
||||||
source = {
|
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "1mg3hp17ch8bkf3ndj40s50yjs0vrqbfh3aq5r02jkpjkh23wgxl";
|
|
||||||
};
|
};
|
||||||
|
version = "0.4.2";
|
||||||
};
|
};
|
||||||
"multipart-post" = {
|
multipart-post = {
|
||||||
version = "2.0.0";
|
|
||||||
source = {
|
source = {
|
||||||
type = "gem";
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "09k0b3cybqilk1gwrwwain95rdypixb2q9w65gd44gfzsd84xi1x";
|
sha256 = "09k0b3cybqilk1gwrwwain95rdypixb2q9w65gd44gfzsd84xi1x";
|
||||||
};
|
|
||||||
};
|
|
||||||
"naught" = {
|
|
||||||
version = "1.0.0";
|
|
||||||
source = {
|
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "04m6hh63c96kcnzwy5mpl826yn6sm465zz1z87mmsig86gqi1izd";
|
|
||||||
};
|
};
|
||||||
|
version = "2.0.0";
|
||||||
};
|
};
|
||||||
"oauth" = {
|
naught = {
|
||||||
version = "0.4.7";
|
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1wwjx35zgbc0nplp8a866iafk4zsrbhwwz4pav5gydr2wm26nksg";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "1k5j09p3al3clpjl6lax62qmhy43f3j3g7i6f9l4dbs6r5vpv95w";
|
|
||||||
};
|
};
|
||||||
|
version = "1.1.0";
|
||||||
};
|
};
|
||||||
"retryable" = {
|
oauth = {
|
||||||
version = "2.0.1";
|
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1zszdg8q1b135z7l7crjj234k4j0m347hywp5kj6zsq7q78pw09y";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "0wg4vh76cmhwzwrgd0k6kbx4dlp4r98l8yizr72lmzph187dg48f";
|
|
||||||
};
|
};
|
||||||
|
version = "0.5.4";
|
||||||
};
|
};
|
||||||
"simple_oauth" = {
|
public_suffix = {
|
||||||
version = "0.3.1";
|
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1x5h1dh1i3gwc01jbg01rly2g6a1qwhynb1s8a30ic507z1nh09s";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "3.0.2";
|
||||||
|
};
|
||||||
|
retryable = {
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1pxv5xgr08s9gv5npj7h3raxibywznrv2wcrb85ibhlhzgzcxggf";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "2.0.4";
|
||||||
|
};
|
||||||
|
simple_oauth = {
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0dw9ii6m7wckml100xhjc6vxpjcry174lbi9jz5v7ibjr3i94y8l";
|
sha256 = "0dw9ii6m7wckml100xhjc6vxpjcry174lbi9jz5v7ibjr3i94y8l";
|
||||||
};
|
|
||||||
};
|
|
||||||
"t" = {
|
|
||||||
version = "2.9.0";
|
|
||||||
source = {
|
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "0qdsyblnnan2wcvql2mzg10jaj3gfv5pbfac54b1y7qkr56dc4dv";
|
|
||||||
};
|
};
|
||||||
dependencies = [
|
version = "0.3.1";
|
||||||
"geokit"
|
|
||||||
"htmlentities"
|
|
||||||
"launchy"
|
|
||||||
"oauth"
|
|
||||||
"retryable"
|
|
||||||
"thor"
|
|
||||||
"twitter"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
"thor" = {
|
t = {
|
||||||
version = "0.19.1";
|
dependencies = ["geokit" "htmlentities" "launchy" "oauth" "retryable" "thor" "twitter"];
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "0qj5zqc819yiscqbyb93alxillyli5ajvrr4gzq52clgkvyap7bd";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z";
|
|
||||||
};
|
};
|
||||||
|
version = "3.1.0";
|
||||||
};
|
};
|
||||||
"thread_safe" = {
|
thor = {
|
||||||
version = "0.3.5";
|
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "0nmqpyj642sk4g16nkbq6pj856adpv91lp4krwhqkh2iw63aszdl";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "1hq46wqsyylx5afkp6jmcihdpv4ynzzq9ygb6z2pb1cbz5js0gcr";
|
|
||||||
};
|
};
|
||||||
|
version = "0.20.0";
|
||||||
};
|
};
|
||||||
"twitter" = {
|
thread_safe = {
|
||||||
version = "5.14.0";
|
|
||||||
source = {
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
sha256 = "0vx7x3fmwgk3axqyw9hyf6yh99kx3ssdy14w2686hz7c4v3qwlc5";
|
|
||||||
};
|
};
|
||||||
dependencies = [
|
version = "0.3.6";
|
||||||
"addressable"
|
};
|
||||||
"buftok"
|
twitter = {
|
||||||
"equalizer"
|
dependencies = ["addressable" "buftok" "equalizer" "http" "http-form_data" "http_parser.rb" "memoizable" "multipart-post" "naught" "simple_oauth"];
|
||||||
"faraday"
|
source = {
|
||||||
"http"
|
remotes = ["https://rubygems.org"];
|
||||||
"http_parser.rb"
|
sha256 = "0fjyz3viabz3xs5d9aad18zgdbhfwm51jsnzigc8kxk77p1x58n5";
|
||||||
"json"
|
type = "gem";
|
||||||
"memoizable"
|
};
|
||||||
"naught"
|
version = "6.2.0";
|
||||||
"simple_oauth"
|
};
|
||||||
];
|
unf = {
|
||||||
|
dependencies = ["unf_ext"];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "0.1.4";
|
||||||
|
};
|
||||||
|
unf_ext = {
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "06p1i6qhy34bpb8q8ms88y6f2kz86azwm098yvcc0nyqk9y729j1";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "0.0.7.5";
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user