rufo: init at 0.12.0

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2020-10-15 16:51:55 -07:00
parent 5265d49a36
commit 0931ebd00a
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

@ -11568,6 +11568,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 { };