| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 SIX | 2017-08-11 | 1 | -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 Mosberger | 2017-08-01 | 1 | -1/+1 |
| * | bundler: 1.15.1 -> 1.15.3 | Peter Hoeg | 2017-07-30 | 1 | -2/+2 |
| * | fix evaluation•••cc @nyarly
| Robin Gloster | 2017-07-30 | 1 | -6/+5 |
| * | Merge pull request #25980 from nyarly/bundlerenv_usecases•••BundlerEnv, now with groups and paths | Charles Strahan | 2017-07-28 | 17 | -124/+575 |
| |\ |
|
| | * | Small changes in response to review. | Judson | 2017-07-02 | 3 | -3/+3 |
| | * | Using pname and fetching versions | Judson | 2017-06-27 | 3 | -14/+26 |
| | * | A few cleanups and renames. One feature remains... | Judson | 2017-06-27 | 2 | -2/+0 |
| | * | Fixing an overload of "pname" | Judson | 2017-06-25 | 4 | -7/+19 |
| | * | Not quite done - something fishy about the name attr | Judson | 2017-06-10 | 1 | -6/+7 |
| | * | Adding Corundum as demo of rubyTool | Judson | 2017-06-10 | 1 | -0/+1 |
| | * | Docs and extras on tool/ | Judson | 2017-06-10 | 1 | -1/+3 |
| | * | Made gemdir handling into a common function | Judson | 2017-06-09 | 4 | -33/+21 |
| | * | Merge branch 'bundlerenv_usecases' of github.com:nyarly/nixpkgs into bundlere... | Judson | 2017-05-31 | 1 | -1/+1 |
| | |\ |
|
| | | * | fix missing variable in bundler-env | zimbatm | 2017-05-29 | 1 | -1/+1 |
| | * | | Starting to add tool builder. Extracting bundler file computation. | Judson | 2017-05-31 | 7 | -11/+90 |
| | |/ |
|
| | * | Cleaning out obsolete files | Judson | 2017-05-27 | 2 | -197/+0 |
| | * | Restructuring files | Judson | 2017-05-27 | 13 | -41/+56 |
| | * | Final testing | Judson | 2017-05-15 | 4 | -10/+24 |
| | * | Fixed platform test. | Judson | 2017-05-12 | 2 | -2/+2 |
| | * | Fixed platform filtering. | Judson | 2017-05-12 | 2 | -4/+5 |
| | * | Current round of tests pass, but filter function is failing to include when p... | Judson | 2017-05-10 | 5 | -21/+28 |
| | * | Current round of tests pass, but filter function is failing to include when g... | Judson | 2017-05-09 | 6 | -33/+77 |
| | * | Basically working. Checking against actual use cases. | Judson | 2017-05-03 | 6 | -16/+43 |
| | * | Test harnesses | Judson | 2017-05-01 | 6 | -36/+189 |
| | * | Merge remote-tracking branch 'nixos/master' into bundlerenv_usecases | Judson | 2017-04-30 | 2 | -3/+15 |
| | |\ |
|
| | * | | Starting decomposition of bundlerEnv | Judson | 2017-04-24 | 4 | -141/+394 |
| | * | | Merge remote-tracking branch 'nixos/master' | Judson | 2017-04-09 | 2 | -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.
| Judson | 2017-03-26 | 1 | -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.
| Judson | 2017-02-20 | 1 | -10/+8 |
| | * | | | Need to handle "null" mainGems•••Not every gem package uses pname, nor should it.
| Judson | 2017-02-19 | 1 | -1/+3 |
| | * | | | Merge remote-tracking branch 'nixos/master' | Judson | 2017-02-19 | 1 | -2/+2 |
| | |\ \ \ |
|
| | * | | | | Updates to bundlerEnv | Judson | 2017-02-19 | 1 | -14/+52 |
| * | | | | | bundix: use same ruby as bundler | Alastair Pharo | 2017-07-19 | 1 | -2/+2 |
| * | | | | | bundix: 2.2.0 -> 2.3.1 | Michael Fellinger | 2017-07-06 | 1 | -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
``` | Robert | 2017-06-27 | 1 | -2/+2 |
| * | | | | | bundler: 1.15.0 -> 1.15.1 | Peter Hoeg | 2017-06-21 | 1 | -2/+2 |
| * | | | | | bundix: 2.1.0 -> 2.2.0 | Jörg Thalheim | 2017-06-09 | 1 | -3/+8 |
| * | | | | | bundler: 1.14.6 -> 1.15.0 | Peter Hoeg | 2017-05-31 | 1 | -2/+2 |
| * | | | | | mikutter: init at 3.5.7•••fixes #25852
| midchildan | 2017-05-21 | 1 | -2/+24 |
| * | | | | | Merge branch 'master' into feature/fix_rainbox_gem_deps | Jörg Thalheim | 2017-05-20 | 1 | -1/+13 |
| |\ \ \ \ \ |
|
| | * | | | | | gem-config: add rb-readline | Jörg Thalheim | 2017-05-14 | 1 | -0/+8 |
| | * | | | | | gem-config: add pcaprub | Jörg Thalheim | 2017-05-14 | 1 | -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 Khosravi | 2017-05-12 | 1 | -1/+14 |
| |/ / / / |
|
| * | | | | Merge pull request #23471 from veprbl/jekyll•••jekyll: 3.0.1 -> 3.4.1 | Michael Raskin | 2017-04-30 | 1 | -0/+12 |
| |\ \ \ \ |
|
| | * | | | | jekyll: set proper permissions on new site•••Fixes #22858
| Dmitry Kalinkin | 2017-03-03 | 1 | -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 Kalinkin | 2017-03-03 | 1 | -0/+9 |
| | | |/ /
| |/| | |
|
| * | | | | bundix: 2.0.8 -> 2.1.0 (#25129) | Nick Novitski | 2017-04-23 | 1 | -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üntner | 2017-04-11 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | bundler: 1.14.4 -> 1.14.6 (#23930) | Andrzej Trzaska | 2017-03-15 | 1 | -2/+2 |