summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
Commit message (Collapse)AuthorAge
* bundler: 1.17.2 -> 1.17.3talyz2019-10-02
| | | | Extracted from https://github.com/NixOS/nixpkgs/pull/70216.
* Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* Merge branch 'master' into staging-nextVladimír Čunát2019-09-15
|\
| * jazzy: 0.10.0 -> 0.11.0 (#68766)Lily Ballard2019-09-14
| | | | | | | | | | | | | | | | | | * gem-config: fix sassc on darwin By default the sassc gem compiles with LTO, but LTO is currently broken on darwin. * jazzy: 0.10.0 -> 0.11.0
| * gem-config: fix zookeeper for gcc-8 (#68642)Michael Fellinger2019-09-13
| |
| * bundlerApp: avoid unecessary rebuilds when gemdir changeszimbatm2019-09-13
| | | | | | | | | | | | Because the gemdir was referenced on the derivation, it would cause the whole gemdir to get added to the store, which would in turn force the derivation to be rebuilt whenever unrelated folder files would change.
* | Merge branch 'staging-next' into stagingJan Tojnar2019-09-12
|\|
| * sup: remove (#68416)Jan Tojnar2019-09-10
| |\ | | | | | | sup: remove
| | * sup: removeMichael Fellinger2019-09-10
| | |
| * | gem-config: fix gpgmeMichael Fellinger2019-09-10
| |/
* / treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-09
|/
* treewide: remove redundant quotesvolth2019-09-08
|
* Merge remote-tracking branch 'upstream/gcc-8' into staging-nextFrederik Rietdijk2019-09-08
|\ | | | | | | Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
| * Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz2019-09-03
| |\
| * | rubygems.grpc: fix build with gcc8Robin Gloster2019-08-26
| | |
| * | Merge remote-tracking branch 'upstream/master' into gcc-8Robin Gloster2019-08-25
| |\ \
| * | | gem-config: fix grpc build with gcc8Franz Pletz2019-06-17
| | | |
* | | | Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\ \ \ \ | | | | | | | | | | | | | | | Fixed trivial conflicts caused by removing rec.
| * | | | bundix: 2.4.2 -> 2.5.0Michael Fellinger2019-09-04
| | |_|/ | |/| |
* | | | Merge branch 'master' into staging-nextVladimír Čunát2019-09-04
|\| | |
| * | | ruby.withPackages: initMichael Fellinger2019-09-03
| | | | | | | | | | | | | | | | Co-authored-by: Alyssa Ross <hi@alyssa.is>
* | | | treewide: remove redundant recvolth2019-08-28
| | | |
* | | | Merge staging-next into stagingFrederik Rietdijk2019-08-28
|\| | |
| * | | Merge pull request #65370 from Ma27/package-3lloworldofpeace2019-08-25
| |\ \ \ | | |_|/ | |/| | _3llo: init at 0.3.0
| | * | ruby/bundlerApp: ignore `gemset` in env attribute setMaximilian Bosch2019-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `gemset` field can be an attribute set as well in `buildRubyGem`, however attribute sets can't be coerced to strings for the environment set. The impact should be relatively small as the environment variables are only used by the `runCommand` script for `bunlderApp` which doesn't refer to `gemset` at all.
* | | | treewide: remove redundant quotesvolth2019-08-26
|/ / /
* | | solargraph: 0.35.1 -> 0.35.2angristan2019-08-08
| | |
* | | Merge master into staging-nextFrederik Rietdijk2019-08-02
|\ \ \
| * | | solargraph: add angristan as maintainerangristan2019-08-01
| | | |
| * | | solargraph: 0.34.2 -> 0.35.1angristan2019-08-01
| | | |
| * | | bundlerApp: meta.platforms defaults to platforms of ruby dependency (#65697)Nick Novitski2019-08-01
| |/ /
* / / gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|/ /
* | bundlerUpdateScript: init and use (#64822)Nick Novitski2019-07-22
| |
* | Merge pull request #64298 from michaelpj/imp/mathematical-epub3zimbatm2019-07-04
|\ \ | | | | | | asciidoctor: include the asciidoctor-epub3 gem
| * | asciidoctor: move mathematical gem config to default gemset configMichael Peyton Jones2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has two benefits: - Anyone else using the `mathematical` gem will benefit from the config. - The gem config overrides the default one, so we were losing the fixes for other gems. I had to change how the update script works. Now it looks at the `gems` passthru from `bundlerApp`.
* | | solargraph: 0.32.1 -> 0.34.2 (#64246)Stanislas2019-07-03
|/ /
* | treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | | | | | | | * treewide: remove unused variables * making ofborg happy
* | bundlerApp: Set up passthru properlyLily Ballard2019-06-10
|/ | | | | | | The manual documents both bundlerEnv and bundlerApp as providing `env` and `wrappedRuby` attributes on the resulting derivations. However only bundlerEnv actually had these attributes. Update bundlerApp to provide the same passthru that bundlerEnv does.
* gem-config: add zlibErik Arvstedt2019-05-08
|
* gem-config: fix formattingErik Arvstedt2019-05-08
|
* Merge pull request #60502 from manveru/bundler-app-postbuildAlyssa Ross2019-05-04
|\ | | | | bundlerApp: don't execute postBuild twice
| * bundlerApp: don't execute postBuild twiceMichael Fellinger2019-04-30
| |
* | gem-config: rugged needs whichMichael Fellinger2019-05-03
| |
* | mikutter: 3.5.13 -> 3.8.7 (#60808)Michael Fellinger2019-05-03
| |
* | gem-config: add idn-ruby, rpam2, cld3Milan Pässler2019-05-02
| |
* | sup: use bundlerApp, cleanup (#60515)Michael Fellinger2019-04-30
|/
* solargraph: 0.29.1 -> 0.32.1angristan2019-04-29
|
* bundix: 2.4.1 -> 2.4.2Alyssa Ross2019-04-17
|
* Merge pull request #59252 from lilyball/cocoapods-betaAlyssa Ross2019-04-17
|\ | | | | cocoapods-beta: init at 1.7.0.beta.3