Merge pull request #100663 from andersk/rufo

rufo (Ruby formatter): init at 0.12.0
This commit is contained in:
Robert Hensing 2020-11-06 00:44:42 +01:00 committed by GitHub
commit f541365ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,3 @@
source 'https://rubygems.org'
gem 'rufo'

View File

@ -0,0 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
rufo (0.12.0)
PLATFORMS
ruby
DEPENDENCIES
rufo
BUNDLED WITH
2.1.4

View File

@ -0,0 +1,16 @@
{ bundlerApp, bundlerUpdateScript, lib }:
bundlerApp {
pname = "rufo";
gemdir = ./.;
exes = [ "rufo" ];
passthru.updateScript = bundlerUpdateScript "rufo";
meta = with lib; {
description = "Ruby formatter";
homepage = "https://github.com/ruby-formatter/rufo";
license = licenses.mit;
maintainers = with maintainers; [ andersk ];
};
}

View File

@ -0,0 +1,12 @@
{
rufo = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0nwasskcm0nrf7f52019x4fvxa5zckj4fcvf4cdl0qflrcwb1l9f";
type = "gem";
};
version = "0.12.0";
};
}

View File

@ -11723,6 +11723,8 @@ in
rr = callPackage ../development/tools/analysis/rr { };
rr-unstable = callPackage ../development/tools/analysis/rr/unstable.nix { }; # This is a temporary attribute, please see the corresponding file for details.
rufo = callPackage ../development/tools/rufo { };
samurai = callPackage ../development/tools/build-managers/samurai { };
saleae-logic = callPackage ../development/tools/misc/saleae-logic { };