summaryrefslogtreecommitdiff
path: root/pkgs/development/ruby-modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* gnupg: 2.1.22 -> 2.1.23•••This release in a RC for gnupg-2.2. The main difference as far as nixpkgs is concerned is that the binary `gpg2` is now called `gpg` and `gpgv2` is called `gpgv`. This update fixed all explicit use of `gpg2` and `gpgv2` across nixpkgs, but there might be some packaged software that internally use `gpg2` not handeled by this commit. See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00001.html for full release information Lancelot SIX2017-08-111-1/+1
* pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* 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 Silvan Mosberger2017-08-011-1/+1
* bundler: 1.15.1 -> 1.15.3Peter Hoeg2017-07-301-2/+2
* fix evaluation•••cc @nyarly Robin Gloster2017-07-301-6/+5
* Merge pull request #25980 from nyarly/bundlerenv_usecases•••BundlerEnv, now with groups and pathsCharles Strahan2017-07-2817-124/+575
|\
| * Small changes in response to review.Judson2017-07-023-3/+3
| * Using pname and fetching versionsJudson2017-06-273-14/+26
| * A few cleanups and renames. One feature remains...Judson2017-06-272-2/+0
| * Fixing an overload of "pname"Judson2017-06-254-7/+19
| * Not quite done - something fishy about the name attrJudson2017-06-101-6/+7
| * Adding Corundum as demo of rubyToolJudson2017-06-101-0/+1
| * Docs and extras on tool/Judson2017-06-101-1/+3
| * Made gemdir handling into a common functionJudson2017-06-094-33/+21
| * Merge branch 'bundlerenv_usecases' of github.com:nyarly/nixpkgs into bundlere...Judson2017-05-311-1/+1
| |\
| | * fix missing variable in bundler-envzimbatm2017-05-291-1/+1
| * | Starting to add tool builder. Extracting bundler file computation.Judson2017-05-317-11/+90
| |/
| * Cleaning out obsolete filesJudson2017-05-272-197/+0
| * Restructuring filesJudson2017-05-2713-41/+56
| * Final testingJudson2017-05-154-10/+24
| * Fixed platform test.Judson2017-05-122-2/+2
| * Fixed platform filtering.Judson2017-05-122-4/+5
| * Current round of tests pass, but filter function is failing to include when p...Judson2017-05-105-21/+28
| * Current round of tests pass, but filter function is failing to include when g...Judson2017-05-096-33/+77
| * Basically working. Checking against actual use cases.Judson2017-05-036-16/+43
| * Test harnessesJudson2017-05-016-36/+189
| * Merge remote-tracking branch 'nixos/master' into bundlerenv_usecasesJudson2017-04-302-3/+15
| |\
| * | Starting decomposition of bundlerEnvJudson2017-04-244-141/+394
| * | Merge remote-tracking branch 'nixos/master'Judson2017-04-092-7/+7
| |\ \
| * | | Adding "allBins" flag on bundlerEnv•••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. Judson2017-03-261-11/+14
| * | | Simplifying interface on gemset.nix slightly.•••`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. Judson2017-02-201-10/+8
| * | | Need to handle "null" mainGems•••Not every gem package uses pname, nor should it. Judson2017-02-191-1/+3
| * | | Merge remote-tracking branch 'nixos/master'Judson2017-02-191-2/+2
| |\ \ \
| * | | | Updates to bundlerEnvJudson2017-02-191-14/+52
* | | | | bundix: use same ruby as bundlerAlastair Pharo2017-07-191-2/+2
* | | | | bundix: 2.2.0 -> 2.3.1Michael Fellinger2017-07-061-18/+13
* | | | | bundix: 2.2.0 -> 2.2.1 (#26894)•••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 ```Robert2017-06-271-2/+2
* | | | | bundler: 1.15.0 -> 1.15.1Peter Hoeg2017-06-211-2/+2
* | | | | bundix: 2.1.0 -> 2.2.0Jörg Thalheim2017-06-091-3/+8
* | | | | bundler: 1.14.6 -> 1.15.0Peter Hoeg2017-05-311-2/+2
* | | | | mikutter: init at 3.5.7•••fixes #25852 midchildan2017-05-211-2/+24
* | | | | Merge branch 'master' into feature/fix_rainbox_gem_depsJörg Thalheim2017-05-201-1/+13
|\ \ \ \ \
| * | | | | gem-config: add rb-readlineJörg Thalheim2017-05-141-0/+8
| * | | | | gem-config: add pcaprubJörg Thalheim2017-05-141-1/+5
| | |_|_|/ | |/| | |
* / | | | ruby-modules gem-config: add rainbow•••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. Pooyan Khosravi2017-05-121-1/+14
|/ / / /
* | | | Merge pull request #23471 from veprbl/jekyll•••jekyll: 3.0.1 -> 3.4.1Michael Raskin2017-04-301-0/+12
|\ \ \ \
| * | | | jekyll: set proper permissions on new site•••Fixes #22858 Dmitry Kalinkin2017-03-031-2/+5
| * | | | jekyll: fix 'jekyll new'•••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. Dmitry Kalinkin2017-03-031-0/+9
| | |/ / | |/| |
* | | | bundix: 2.0.8 -> 2.1.0 (#25129)Nick Novitski2017-04-231-2/+2
* | | | ruby-modules: check tzinfo version•••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 Maximilian Güntner2017-04-111-1/+1
| |_|/ |/| |
* | | bundler: 1.14.4 -> 1.14.6 (#23930)Andrzej Trzaska2017-03-151-2/+2