summary refs log tree commit diff
path: root/pkgs/development/tools/misc/watson-ruby
Commit message (Collapse)AuthorAge
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|
* treewide: add final newlinezowoq2021-01-22
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* update versions in Gemfile.lockMichael Fellinger2020-04-06
|
* treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* treewide: fix types for mkDerivation paramsRobin Gloster2019-12-31
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* bundlerUpdateScript: init and use (#64822)Nick Novitski2019-07-22
|
* watson-ruby: hide bundlerEnv to avoid collisionsJoerg Thalheim2017-09-25
| | | | bundlerEnv also comes with a bundle script and ruby libraries
* watson-ruby: init at 1.6.3Roberto Di Remigio2017-09-25