8 stdenv.mkDerivation rec {
13 url = "https://rubygems.org/rubygems/rubygems-${version}.tgz";
14 hash = "sha256-IpyOOTpBLpnWoP4qIvuY99Li15zbxI5ajcym+po1bIc=";
18 ./0001-add-post-extract-hook.patch
19 ./0002-binaries-with-env-shebang.patch
20 ./0003-gem-install-default-to-user.patch
29 passthru.updateScript = gitUpdater {
30 url = "https://github.com/rubygems/rubygems.git";
32 ignoredVersions = "(pre|alpha|beta|rc|bundler).*";
36 description = "Package management framework for Ruby";
37 changelog = "https://github.com/rubygems/rubygems/blob/v${version}/CHANGELOG.md";
38 homepage = "https://rubygems.org/";
39 license = with licenses; [ mit /* or */ ruby ];
41 maintainers = with maintainers; [ zimbatm ];