Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d3c32e66327b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 73f1ed5f4bf4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 17, 2021

  1. reckon: 0.4.4 -> 0.6.0

    raboof committed Jan 17, 2021
    Copy the full SHA
    f60ce03 View commit details
  2. Merge pull request #109610 from raboof/reckon-0.4.4-to-0.6.0

    reckon: 0.4.4 -> 0.6.0
    SuperSandro2000 authored Jan 17, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    73f1ed5 View commit details
Showing with 21 additions and 24 deletions.
  1. +4 −6 pkgs/tools/text/reckon/Gemfile.lock
  2. +17 −18 pkgs/tools/text/reckon/gemset.nix
10 changes: 4 additions & 6 deletions pkgs/tools/text/reckon/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
35 changes: 17 additions & 18 deletions pkgs/tools/text/reckon/gemset.nix
Original file line number Diff line number Diff line change
@@ -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";
};
reckon = {
rchardet = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1p6w8w7vpl8fq4yfggrxbv6ph76psg7l5b4q29a8zvfbzzx6a0xw";
remotes = ["http://rubygems.org"];
sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9";
type = "gem";
};
version = "0.4.4";
version = "1.8.0";
};
terminal-table = {
reckon = {
dependencies = ["chronic" "highline" "rchardet"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0hbmzfr17ji5ws5x5z3kypmb5irwwss7q7kkad0gs005ibqrxv0a";
sha256 = "0zkbmwx5bp2dr54bwhkn831918ijwh022rq45qg38wz2skih7izp";
type = "gem";
};
version = "1.6.0";
version = "0.6.0";
};
}