about summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/bundled-common
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Avoid top-level `with ...;` in pkgs/development/ruby-modules/bundled-common/d...Philip Taron1-2/+11
2024-01-11ruby-modules/bundled-common: do not define `gemType` for `null` packagesSergei Trofimovich1-3/+4
2023-10-18Merge pull request #243281 from tomeon/bundled-common-pathDerivation-add-suff...Mario Rodas1-0/+2
2023-07-22Merge pull request #239624 from Stunkymonkey/use-optionalString-thenFelix Bühler1-5/+6
2023-07-12ruby-modules: add `suffix` and `gemType` in pathDerivationMatt Schreiber1-0/+2
2023-06-24treewide: use optionalString instead of 'then ""'Felix Buehler1-5/+6
2023-06-15nixos/ruby-modules: proper treatment to ruby modules of type git/urlAnimesh Sahu1-2/+3
2023-02-13treewide: use optionalStringFelix Buehler1-3/+2
2022-08-16bundlerApp: accept nativeBuildInputsArtturin1-1/+2
2022-08-11bundlerEnv: allow copying additional paths alongside config filesWinter1-0/+3
2022-06-24bundler bin stubs: Squelch sudo warningLinus Heckemann1-0/+14
2022-03-09wrappedRuby: add test for binaryWrapperSandro Jäckel1-2/+14
2022-02-22ruby-modules/bundler-env: Replace makeWrapper with makeBinaryWrapper to make ...Tobias Bergkvist1-2/+2
2022-01-24pathDerivation: Copy pathEelco Dolstra1-1/+1
2021-10-07bundlerEnv.wrappedRuby: inherit gemPath and metaMichael Fellinger1-0/+1
2021-09-18bundlerEnv: fix documentation argumentAlyssa Ross1-1/+1
2021-01-24bundlerEnv: ignore bundler configuration fileDavid Costa1-0/+1
2020-04-06set GEM_HOME via Gem.pathsMichael Fellinger1-1/+3
2020-04-03bundler: 1.17.3 -> 2.1.4Michael Fellinger2-2/+2
2020-03-03bundlerEnv: Add option to copy gem files instead of symlinkingtalyz1-2/+16
2019-12-26bundlerEnv: fix for Ruby 2.7Alyssa Ross2-3/+3
2019-08-26treewide: remove redundant quotesvolth2-8/+8
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
2018-12-11bundlerEnv: always include default gemsAlyssa Ross1-1/+1
2018-12-11bundlerEnv: include all groups by defaultAlyssa Ross2-6/+6
2018-12-11bundlerEnv: ensure dependencies always includedAlyssa Ross1-2/+18
2018-11-25Bugfix: gemsets didn't handle paths correctly (#51002)Judson Lester1-1/+1
2018-10-29bundlerApp: take buildInputs (#45435)Alyssa Ross1-1/+2
2018-07-20[bot] treewide: remove unused 'args@' in lambdasvolth3-4/+4
2018-04-15ruby-modules: Import gemset if it's a path OR a string. (#38959)Raitis Veinbahs1-1/+1
2018-01-04ruby treewide: don't merge source into top-levelAneesh Agrawal1-1/+3
2018-01-04ruby-modules: Allow overriding gemsetAneesh Agrawal1-1/+3
2017-11-03bundlerEnv: support unicode executables (#31145)Michael Fellinger1-1/+2
2017-07-30fix evaluationRobin Gloster1-6/+5
2017-07-02Small changes in response to review.Judson1-1/+1
2017-06-27Using pname and fetching versionsJudson1-4/+20
2017-06-27A few cleanups and renames. One feature remains...Judson1-2/+0
2017-06-25Fixing an overload of "pname"Judson2-4/+7
2017-06-09Made gemdir handling into a common functionJudson1-10/+11
2017-05-31Merge branch 'bundlerenv_usecases' of github.com:nyarly/nixpkgs into bundlere...Judson1-1/+1
2017-05-31Starting to add tool builder. Extracting bundler file computation.Judson3-2/+49
2017-05-29fix missing variable in bundler-envzimbatm1-1/+1
2017-05-27Restructuring filesJudson4-0/+263