nixpkgs/pkgs/development/ruby-modules
Alyssa Ross aafa2db61a
bundlerEnv: fix documentation argument
This was ignored before.  Now that it's passed through, it's possible
to do

    (bundlerEnv {
      name = "...";
      gemdir = ./.;
      document = [ "ri" ];
    }).env

and get an environment where ri can be used to read gem documentation.
2021-09-18 10:58:24 +00:00
..
bundix various: cleanup of "inherit version;" 2021-07-17 22:39:35 +02:00
bundled-common bundlerEnv: fix documentation argument 2021-09-18 10:58:24 +00:00
bundler bundler: 2.2.20 -> 2.2.24 2021-07-27 08:01:55 +02:00
bundler-app treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
bundler-env bundlerEnv: Allow overriding bundler 2021-03-10 10:44:14 +00:00
bundler-update-script
gem buildRubyGem: by default use Ruby's platforms 2021-07-16 04:20:00 +00:00
gem-config fluentd: remove fluent-plugin-scribe 2021-09-08 17:10:19 +10:00
rbenv treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
testing treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
with-packages rubyPackages: add github-pages 2021-08-09 18:01:00 -05:00
runtests.sh