github-changelog-generator: init at v1.14.3

Signed-off-by: Fritz Otlinghaus <fritz@otlinghaus.it>

authored by Fritz Otlinghaus and committed by Franz Pletz 758f271f aacb2448

+225
+4
pkgs/development/tools/github-changelog-generator/Gemfile
···
··· 1 + # frozen_string_literal: true 2 + source "https://rubygems.org" 3 + 4 + gem "github_changelog_generator", "1.14.3"
+49
pkgs/development/tools/github-changelog-generator/Gemfile.lock
···
··· 1 + GEM 2 + remote: https://rubygems.org/ 3 + specs: 4 + activesupport (5.2.2) 5 + concurrent-ruby (~> 1.0, >= 1.0.2) 6 + i18n (>= 0.7, < 2) 7 + minitest (~> 5.1) 8 + tzinfo (~> 1.1) 9 + addressable (2.5.2) 10 + public_suffix (>= 2.0.2, < 4.0) 11 + concurrent-ruby (1.1.4) 12 + faraday (0.15.4) 13 + multipart-post (>= 1.2, < 3) 14 + faraday-http-cache (2.0.0) 15 + faraday (~> 0.8) 16 + github_changelog_generator (1.14.3) 17 + activesupport 18 + faraday-http-cache 19 + multi_json 20 + octokit (~> 4.6) 21 + rainbow (>= 2.1) 22 + rake (>= 10.0) 23 + retriable (~> 2.1) 24 + i18n (1.2.0) 25 + concurrent-ruby (~> 1.0) 26 + minitest (5.11.3) 27 + multi_json (1.13.1) 28 + multipart-post (2.0.0) 29 + octokit (4.13.0) 30 + sawyer (~> 0.8.0, >= 0.5.3) 31 + public_suffix (3.0.3) 32 + rainbow (3.0.0) 33 + rake (12.3.2) 34 + retriable (2.1.0) 35 + sawyer (0.8.1) 36 + addressable (>= 2.3.5, < 2.6) 37 + faraday (~> 0.8, < 1.0) 38 + thread_safe (0.3.6) 39 + tzinfo (1.2.5) 40 + thread_safe (~> 0.1) 41 + 42 + PLATFORMS 43 + ruby 44 + 45 + DEPENDENCIES 46 + github_changelog_generator (= 1.14.3) 47 + 48 + BUNDLED WITH 49 + 1.16.3
+15
pkgs/development/tools/github-changelog-generator/default.nix
···
··· 1 + { stdenv, lib, bundlerApp}: 2 + 3 + bundlerApp rec { 4 + pname = "github_changelog_generator"; 5 + gemdir = ./.; 6 + exes = [ "github_changelog_generator" ]; 7 + 8 + meta = with lib; { 9 + description = "Fully automated changelog generation - This gem generates a changelog file based on tags, issues and merged pull requests"; 10 + homepage = https://github.com/github-changelog-generator/github-changelog-generator; 11 + license = licenses.mit; 12 + maintainers = with maintainers; [ Scriptkiddi ]; 13 + platforms = platforms.unix; 14 + }; 15 + }
+155
pkgs/development/tools/github-changelog-generator/gemset.nix
···
··· 1 + { 2 + activesupport = { 3 + dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"]; 4 + source = { 5 + remotes = ["https://rubygems.org"]; 6 + sha256 = "1iya7vxqwxysr74s7b4z1x19gmnx5advimzip3cbmsd5bd43wfgz"; 7 + type = "gem"; 8 + }; 9 + version = "5.2.2"; 10 + }; 11 + addressable = { 12 + dependencies = ["public_suffix"]; 13 + source = { 14 + remotes = ["https://rubygems.org"]; 15 + sha256 = "0viqszpkggqi8hq87pqp0xykhvz60g99nwmkwsb0v45kc2liwxvk"; 16 + type = "gem"; 17 + }; 18 + version = "2.5.2"; 19 + }; 20 + concurrent-ruby = { 21 + source = { 22 + remotes = ["https://rubygems.org"]; 23 + sha256 = "1ixcx9pfissxrga53jbdpza85qd5f6b5nq1sfqa9rnfq82qnlbp1"; 24 + type = "gem"; 25 + }; 26 + version = "1.1.4"; 27 + }; 28 + faraday = { 29 + dependencies = ["multipart-post"]; 30 + source = { 31 + remotes = ["https://rubygems.org"]; 32 + sha256 = "0s72m05jvzc1pd6cw1i289chas399q0a14xrwg4rvkdwy7bgzrh0"; 33 + type = "gem"; 34 + }; 35 + version = "0.15.4"; 36 + }; 37 + faraday-http-cache = { 38 + dependencies = ["faraday"]; 39 + source = { 40 + remotes = ["https://rubygems.org"]; 41 + sha256 = "08j86fgcwl7z792qyijdsq680arzpfiydqd24ja405z2rbm7r2i0"; 42 + type = "gem"; 43 + }; 44 + version = "2.0.0"; 45 + }; 46 + github_changelog_generator = { 47 + dependencies = ["activesupport" "faraday-http-cache" "multi_json" "octokit" "rainbow" "rake" "retriable"]; 48 + source = { 49 + remotes = ["https://rubygems.org"]; 50 + sha256 = "1ylqfmc78i6jf42ydkyng0gzvsl5w80wr3rjkhd6q4kgi96n70lr"; 51 + type = "gem"; 52 + }; 53 + version = "1.14.3"; 54 + }; 55 + i18n = { 56 + dependencies = ["concurrent-ruby"]; 57 + source = { 58 + remotes = ["https://rubygems.org"]; 59 + sha256 = "079sqshk08mqs3d6yzvshmqf4s175lpi2pp71f1p10l09sgmrixr"; 60 + type = "gem"; 61 + }; 62 + version = "1.2.0"; 63 + }; 64 + minitest = { 65 + source = { 66 + remotes = ["https://rubygems.org"]; 67 + sha256 = "0icglrhghgwdlnzzp4jf76b0mbc71s80njn5afyfjn4wqji8mqbq"; 68 + type = "gem"; 69 + }; 70 + version = "5.11.3"; 71 + }; 72 + multi_json = { 73 + source = { 74 + remotes = ["https://rubygems.org"]; 75 + sha256 = "1rl0qy4inf1mp8mybfk56dfga0mvx97zwpmq5xmiwl5r770171nv"; 76 + type = "gem"; 77 + }; 78 + version = "1.13.1"; 79 + }; 80 + multipart-post = { 81 + source = { 82 + remotes = ["https://rubygems.org"]; 83 + sha256 = "09k0b3cybqilk1gwrwwain95rdypixb2q9w65gd44gfzsd84xi1x"; 84 + type = "gem"; 85 + }; 86 + version = "2.0.0"; 87 + }; 88 + octokit = { 89 + dependencies = ["sawyer"]; 90 + source = { 91 + remotes = ["https://rubygems.org"]; 92 + sha256 = "1yh0yzzqg575ix3y2l2261b9ag82gv2v4f1wczdhcmfbxcz755x6"; 93 + type = "gem"; 94 + }; 95 + version = "4.13.0"; 96 + }; 97 + public_suffix = { 98 + source = { 99 + remotes = ["https://rubygems.org"]; 100 + sha256 = "08q64b5br692dd3v0a9wq9q5dvycc6kmiqmjbdxkxbfizggsvx6l"; 101 + type = "gem"; 102 + }; 103 + version = "3.0.3"; 104 + }; 105 + rainbow = { 106 + source = { 107 + remotes = ["https://rubygems.org"]; 108 + sha256 = "0bb2fpjspydr6x0s8pn1pqkzmxszvkfapv0p4627mywl7ky4zkhk"; 109 + type = "gem"; 110 + }; 111 + version = "3.0.0"; 112 + }; 113 + rake = { 114 + source = { 115 + remotes = ["https://rubygems.org"]; 116 + sha256 = "1sy5a7nh6xjdc9yhcw31jji7ssrf9v5806hn95gbrzr998a2ydjn"; 117 + type = "gem"; 118 + }; 119 + version = "12.3.2"; 120 + }; 121 + retriable = { 122 + source = { 123 + remotes = ["https://rubygems.org"]; 124 + sha256 = "1123kqmy3yk7k3vidvcwa46lknmhilv8axpaiag1wifa576hkqy1"; 125 + type = "gem"; 126 + }; 127 + version = "2.1.0"; 128 + }; 129 + sawyer = { 130 + dependencies = ["addressable" "faraday"]; 131 + source = { 132 + remotes = ["https://rubygems.org"]; 133 + sha256 = "0sv1463r7bqzvx4drqdmd36m7rrv6sf1v3c6vswpnq3k6vdw2dvd"; 134 + type = "gem"; 135 + }; 136 + version = "0.8.1"; 137 + }; 138 + thread_safe = { 139 + source = { 140 + remotes = ["https://rubygems.org"]; 141 + sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy"; 142 + type = "gem"; 143 + }; 144 + version = "0.3.6"; 145 + }; 146 + tzinfo = { 147 + dependencies = ["thread_safe"]; 148 + source = { 149 + remotes = ["https://rubygems.org"]; 150 + sha256 = "1fjx9j327xpkkdlxwmkl3a8wqj7i4l4jwlrv3z13mg95z9wl253z"; 151 + type = "gem"; 152 + }; 153 + version = "1.2.5"; 154 + }; 155 + }
+2
pkgs/top-level/all-packages.nix
··· 737 738 git-fire = callPackage ../tools/misc/git-fire { }; 739 740 gitless = callPackage ../applications/version-management/gitless { }; 741 742 gitter = callPackage ../applications/networking/instant-messengers/gitter { };
··· 737 738 git-fire = callPackage ../tools/misc/git-fire { }; 739 740 + github-changelog-generator = callPackage ../development/tools/github-changelog-generator { }; 741 + 742 gitless = callPackage ../applications/version-management/gitless { }; 743 744 gitter = callPackage ../applications/networking/instant-messengers/gitter { };