about summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
Commit message (Collapse)AuthorAge
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* bundler: 1.15.1 -> 1.15.3Peter Hoeg2017-07-30
|
* fix evaluationRobin Gloster2017-07-30
| | | | cc @nyarly
* Merge pull request #25980 from nyarly/bundlerenv_usecasesCharles Strahan2017-07-28
|\ | | | | BundlerEnv, now with groups and paths
| * Small changes in response to review.Judson2017-07-02
| |
| * Using pname and fetching versionsJudson2017-06-27
| |
| * A few cleanups and renames. One feature remains...Judson2017-06-27
| |
| * Fixing an overload of "pname"Judson2017-06-25
| |
| * Not quite done - something fishy about the name attrJudson2017-06-10
| |
| * Adding Corundum as demo of rubyToolJudson2017-06-10
| |
| * Docs and extras on tool/Judson2017-06-10
| |
| * Made gemdir handling into a common functionJudson2017-06-09
| |
| * Merge branch 'bundlerenv_usecases' of github.com:nyarly/nixpkgs into ↵Judson2017-05-31
| |\ | | | | | | | | | bundlerenv_usecases
| | * fix missing variable in bundler-envzimbatm2017-05-29
| | |
| * | Starting to add tool builder. Extracting bundler file computation.Judson2017-05-31
| |/
| * Cleaning out obsolete filesJudson2017-05-27
| |
| * Restructuring filesJudson2017-05-27
| |
| * Final testingJudson2017-05-15
| |
| * Fixed platform test.Judson2017-05-12
| |
| * Fixed platform filtering.Judson2017-05-12
| |
| * Current round of tests pass, but filter function is failing to include when ↵Judson2017-05-10
| | | | | | | | platform match in use.
| * Current round of tests pass, but filter function is failing to include when ↵Judson2017-05-09
| | | | | | | | groups match in use.
| * Basically working. Checking against actual use cases.Judson2017-05-03
| |
| * Test harnessesJudson2017-05-01
| |
| * Merge remote-tracking branch 'nixos/master' into bundlerenv_usecasesJudson2017-04-30
| |\
| * | Starting decomposition of bundlerEnvJudson2017-04-24
| | |
| * | Merge remote-tracking branch 'nixos/master'Judson2017-04-09
| |\ \
| * | | Adding "allBins" flag on bundlerEnvJudson2017-03-26
| | | | | | | | | | | | | | | | | | | | | | | | The bin stubs need to be built where there's access to /nix/store - so it can't happen in a nix-shell run. Ergo, a shell.nix needs to be able to signal to the build that all bins need to be built.
| * | | Simplifying interface on gemset.nix slightly.Judson2017-02-20
| | | | | | | | | | | | | | | | | | | | | | | | `usesGemspec` no longer required to trigger the "copy everything into gemfile-and-lock" behavior. If the mainGem is referred to by path, that's sufficient.
| * | | Need to handle "null" mainGemsJudson2017-02-19
| | | | | | | | | | | | | | | | Not every gem package uses pname, nor should it.
| * | | Merge remote-tracking branch 'nixos/master'Judson2017-02-19
| |\ \ \
| * | | | Updates to bundlerEnvJudson2017-02-19
| | | | |
* | | | | bundix: use same ruby as bundlerAlastair Pharo2017-07-19
| | | | |
* | | | | bundix: 2.2.0 -> 2.3.1Michael Fellinger2017-07-06
| | | | |
* | | | | bundix: 2.2.0 -> 2.2.1 (#26894)Robert2017-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes `fetchurl-force.nix` not being installed, which breaks bundix for some gems. E.g. ``` $ nix-build --argstr url https://rubygems.org/gems/nio4r-2.1.0.gem /nix/store/y6959dxal86l3alc0ryf7752prbbkzxg-bundix-2.2.0/lib/ruby/gems/2.3.0/gems/bundix-2.2.0/lib/bundix/fetchurl-force.nix error: getting status of ‘/nix/store/y6959dxal86l3alc0ryf7752prbbkzxg-bundix-2.2.0/lib/ruby/gems/2.3.0/gems/bundix-2.2.0/lib/bundix/fetchurl-force.nix’: No such file or directory ```
* | | | | bundler: 1.15.0 -> 1.15.1Peter Hoeg2017-06-21
| | | | |
* | | | | bundix: 2.1.0 -> 2.2.0Jörg Thalheim2017-06-09
| | | | |
* | | | | bundler: 1.14.6 -> 1.15.0Peter Hoeg2017-05-31
| | | | |
* | | | | mikutter: init at 3.5.7midchildan2017-05-21
| | | | | | | | | | | | | | | | | | | | fixes #25852
* | | | | Merge branch 'master' into feature/fix_rainbox_gem_depsJörg Thalheim2017-05-20
|\ \ \ \ \
| * | | | | gem-config: add rb-readlineJörg Thalheim2017-05-14
| | | | | |
| * | | | | gem-config: add pcaprubJörg Thalheim2017-05-14
| | |_|_|/ | |/| | |
* / | | | ruby-modules gem-config: add rainbowPooyan Khosravi2017-05-12
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rainbow needs rake (a make analogue) as build dep. This builds an specific version of rake for building rainbow. Since rake is private to rainbow there shouldn't be any problems until rainbow devs decide they need another rake version which is unlikely.
* | | | Merge pull request #23471 from veprbl/jekyllMichael Raskin2017-04-30
|\ \ \ \ | | | | | | | | | | jekyll: 3.0.1 -> 3.4.1
| * | | | jekyll: set proper permissions on new siteDmitry Kalinkin2017-03-03
| | | | | | | | | | | | | | | | | | | | Fixes #22858
| * | | | jekyll: fix 'jekyll new'Dmitry Kalinkin2017-03-03
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original error: $ nix-shell -p jekyll --command "jekyll new test" Running bundle install in /private/tmp/test... Bundler: There was an error while trying to write to Bundler: `/nix/store/l67429rhvrmr7c4c1msb7s8zjq4fx7ad-gemfile-and-lockfile/.bundle/config`. Bundler: It is likely that you need to grant write permissions for that path.
* | | | bundix: 2.0.8 -> 2.1.0 (#25129)Nick Novitski2017-04-23
| | | |
* | | | ruby-modules: check tzinfo versionMaximilian Güntner2017-04-11
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | tzinfo 0.3.xx does not contain the file lib/tzinfo/zoneinfo_data_source.rb it is only included in the 1.x branch. closes #24080 closes #24682
* | | bundler: 1.14.4 -> 1.14.6 (#23930)Andrzej Trzaska2017-03-15
| | |
* | | xapian-ruby: link against correct xapianJörg Thalheim2017-03-06
|/ /