Merge pull request #109610 from raboof/reckon-0.4.4-to-0.6.0

reckon: 0.4.4 -> 0.6.0
This commit is contained in:
Sandro 2021-01-17 14:12:03 +01:00 committed by GitHub
commit 73f1ed5f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 27 deletions

View file

@ -2,14 +2,12 @@ GEM
remote: https://rubygems.org/
specs:
chronic (0.10.2)
fastercsv (1.5.5)
highline (1.7.8)
reckon (0.4.4)
highline (2.0.3)
rchardet (1.8.0)
reckon (0.6.0)
chronic (>= 0.3.0)
fastercsv (>= 1.5.1)
highline (>= 1.5.2)
terminal-table (>= 1.4.2)
terminal-table (1.6.0)
rchardet (>= 1.8.0)
PLATFORMS
ruby

View file

@ -7,36 +7,35 @@
};
version = "0.10.2";
};
fastercsv = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1df3vfgw5wg0s405z0pj0rfcvnl9q6wak7ka8gn0xqg4cag1k66h";
type = "gem";
};
version = "1.5.5";
};
highline = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1nf5lgdn6ni2lpfdn4gk3gi47fmnca2bdirabbjbz1fk9w4p8lkr";
remotes = ["http://rubygems.org"];
sha256 = "0yclf57n2j3cw8144ania99h1zinf8q3f5zrhqa754j6gl95rp9d";
type = "gem";
};
version = "1.7.8";
version = "2.0.3";
};
rchardet = {
groups = ["default"];
platforms = [];
source = {
remotes = ["http://rubygems.org"];
sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9";
type = "gem";
};
version = "1.8.0";
};
reckon = {
dependencies = ["chronic" "highline" "rchardet"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1p6w8w7vpl8fq4yfggrxbv6ph76psg7l5b4q29a8zvfbzzx6a0xw";
sha256 = "0zkbmwx5bp2dr54bwhkn831918ijwh022rq45qg38wz2skih7izp";
type = "gem";
};
version = "0.4.4";
};
terminal-table = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0hbmzfr17ji5ws5x5z3kypmb5irwwss7q7kkad0gs005ibqrxv0a";
type = "gem";
};
version = "1.6.0";
version = "0.6.0";
};
}