summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
Commit message (Collapse)AuthorAge
* treewide: convert phases that contain ":" to dont* = true (#130500)Sandro2021-07-18
|
* various: cleanup of "inherit version;"Felix Buehler2021-07-17
|
* buildRubyGem: by default use Ruby's platformsMario Rodas2021-07-16
|
* Merge branch 'master' into masterAlexander Shestakov2021-07-12
|\
| * solargraph: move solargraph to rubyPackagesMario Rodas2021-07-07
| |
| * bundler: 2.1.4 -> 2.2.20Anna Kudriavtsev2021-06-16
| |
| * Merge pull request #123445 from jnetod/zhf-ruby-libvirtSandro2021-05-22
| |\ | | | | | | rubyPackages.ruby-libvirt: fix build with ruby 3.x
| | * rubyPackages.ruby-libvirt: fix build with ruby 3.xJ. Neto2021-05-19
| | |
| * | rubyPackages: updateMario Rodas2021-05-21
| |/
| * treewide: remove worldofpeace from meta.maintainersVladimír Čunát2021-05-07
| | | | | | | | | | | | (It was requested by them.) I left one case due to fetching from their personal repo: pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
| * Merge master into staging-nextgithub-actions[bot]2021-04-17
| |\
| | * mikutter: 4.0.0 -> 4.1.4 (#119454)midchildan2021-04-17
| | |
| * | Merge branch 'master' into staging-nextMartin Weinelt2021-04-16
| |\|
| | * Revert "Merge pull request #117702 from edude03/patch-4"ajs1242021-04-15
| | | | | | | | | | | | | | | This reverts commit bc5c0c559f1c93ccea9a7f21066b6314831bea3d, reversing changes made to 44dac5f5c69c2c72f3b2018ec681e477e0fc6a6c.
| * | Merge master into staging-nextgithub-actions[bot]2021-04-15
| |\|
| | * Merge pull request #117702 from edude03/patch-4Ryan Mulligan2021-04-15
| | |\ | | | | | | | | gems: Added mime info path for mimemagic
| | | * Update pkgs/development/ruby-modules/gem-config/default.nixMichael Francis2021-03-27
| | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| | | * remove whitespaceMichael Francis2021-03-26
| | | |
| | | * Added mime info path for mimemagicMichael Francis2021-03-26
| | | |
| * | | Merge branch 'staging' into staging-nextVladimír Čunát2021-04-14
| |\ \ \ | | |/ / | |/| | | | | | A few conflicts but relatively clear ones (I think).
| | * | Merge remote-tracking branch 'upstream/staging-next' into down-integrate-stagingLuke Granger-Brown2021-04-12
| | |\ \
| | * \ \ Merge branch 'staging-next' into stagingDmitry Kalinkin2021-04-08
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/panel/default.nix pkgs/os-specific/linux/kernel/generic.nix pkgs/servers/home-assistant/default.nix
| | * \ \ \ Merge branch 'staging-next' into stagingJan Tojnar2021-04-08
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | In python-packages.nix, resolve conflict between 50d604314e736d24dc7aa6749b5482c859147b17 and 187d0371ab3220ee40da1f616e4c48d85ac28986.
| | * \ \ \ \ Merge branch 'staging-next' into stagingJan Tojnar2021-04-06
| | |\ \ \ \ \
| | * | | | | | ruby: reproducibleThomas Bereknyei2021-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generated Makefile's were nested deeper than the existing rm would be able to remove.
| * | | | | | | kramdown-rfc2629: 1.3.37 -> 1.4.1 and move to rubyPackages (#117283)Masanori Ogino2021-04-13
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #115582 from jdelStrother/bundler-overrideSandro2021-04-12
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | bundlerEnv: Allow overriding bundler
| | * | | | | bundlerEnv: Allow overriding bundlerJonathan del Strother2021-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this it doesn't seem to be possible to customize the version of bundler used in a bundlerEnv app. This change allows something like the following: ```nix let bundler = pkgs.buildRubyGem rec { gemName="bundler"; name="bundler-2.2.11"; version="2.2.11"; source.sha256="1izx6wsjdm6mnbxazgz1z5qbhwrrisbq0np2nmx4ij6lrqjy18jf"; }; in pkgs.bundlerEnv.override { inherit bundler; } { name="test"; gemdir=./.; } ``` to use bundler 2.2.11 rather than the 2.1.5 default.
| * | | | | | Merge master into staging-nextgithub-actions[bot]2021-04-08
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | bundix: add marsam to maintainersMario Rodas2021-04-07
| | | | | | |
| * | | | | | Merge master into staging-nextgithub-actions[bot]2021-04-08
| |\| | | | | | | |_|_|/ / | |/| | | |
| | * | | | gitlab: 13.9.4 -> 13.10.2talyz2021-04-07
| | | | | |
| * | | | | Merge branch 'master' into staging-nextJan Tojnar2021-04-06
| |\| | | | | | |_|/ / | |/| | |
| | * | | kerberos: deprecate aliasSandro Jäckel2021-04-04
| | | | |
| * | | | Merge master into staging-nextgithub-actions[bot]2021-04-03
| |\| | |
| | * | | Merge pull request #118296 from purcell/ruby-pg_query-2.0.2Sandro2021-04-03
| | |\ \ \ | | | | | | | | | | | | defaultGemConfig.pg_query: 2.0.1 -> 2.0.2
| | | * | | defaultGemConfig.pg_query: 2.0.1 -> 2.0.2Steve Purcell2021-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pg_query 2.0.2 apparently has working ARM support. This change also re-locks sqlint to use the newer version, and generalises the platform spec to avoid being unnecessarily restrictive. As before, other packages which refer to pg_query are unaffected, because they pin an older version of pg_query which is handled separately in the gem-config expressions. Follow-up to #116785
| * | | | | Merge master into staging-nextgithub-actions[bot]2021-04-02
| |\| | | |
| | * | | | Merge pull request #118131 from alyssais/rubySandro2021-04-02
| | |\ \ \ \ | | | | | | | | | | | | | | ruby: remove myself as maintainer/CODEOWNER
| | | * | | | ruby: remove myself as maintainer/CODEOWNERAlyssa Ross2021-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's been at least a year since I kept up to date with Ruby, and I don't think I really have anything left to offer Nixpkgs in terms of Ruby expertise.
| * | | | | | Merge master into staging-nextgithub-actions[bot]2021-04-02
| |\| | | | |
| | * | | | | Merge pull request #118219 from SuperSandro2000/bundixMaximilian Bosch2021-04-02
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | bundix: 2.5.0 -> 2.5.1
| | | * | | | bundix: 2.5.0 -> 2.5.1Sandro Jäckel2021-04-01
| | | |/ / /
| * | | | | Merge staging-next into staginggithub-actions[bot]2021-04-02
| |\| | | |
| | * | | | sqlint: 0.1.10 -> 0.2.0Steve Purcell2021-04-02
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updates libpg_query to 2.0.0 in gem config, used by pg_query gem 2.0.1 - Continue to support older gem with older libpg_query, for gitlab - Remove redundant gem config override in sqlint expression - Add myself as a maintainer
| * / / / gem-config.mathematical: add lasem to rpathJames Kay2021-03-31
| |/ / / | | | | | | | | | | | | Co-authored-by: Dylan Baker <dylan@pnwbakers.com>
| * | / Use minimal git for fetching gemsMichael Francis2021-03-26
| | |/ | |/|
| * | buildRubyGem: update CFLAGS for ruby 3.0 on ClangMario Rodas2021-02-22
| |/
| * gitlab: 13.7.4 -> 13.8.4 (#112836)Milan2021-02-17
| |
| * Merge pull request #111662 from nicknovitski/remove-ruby-2.5Wael Nasreddine2021-02-15
| |\ | | | | | | Remove Ruby 2.5