rmate: init at 1.5.9 (#476435)
This commit is contained in:
@@ -146,6 +146,7 @@ gem 'redis'
|
||||
gem 'redis-rack'
|
||||
gem 'rest-client'
|
||||
gem 'rmagick'
|
||||
gem 'rmate'
|
||||
gem 'rpam2'
|
||||
gem 'rspec'
|
||||
gem 'rubocop'
|
||||
|
||||
@@ -3678,6 +3678,8 @@ with pkgs;
|
||||
|
||||
reuse = with python3.pkgs; toPythonApplication reuse;
|
||||
|
||||
rmate = rubyPackages.rmate;
|
||||
|
||||
rmlint = callPackage ../tools/misc/rmlint {
|
||||
inherit (python3Packages) sphinx;
|
||||
};
|
||||
|
||||
@@ -3961,6 +3961,16 @@
|
||||
};
|
||||
version = "6.1.4";
|
||||
};
|
||||
rmate = {
|
||||
groups = [ "default" ];
|
||||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "01qyw345yg3n9z3xm98p9hqmgqri6yfhdd6d2kfqkg3ha8mi3xh5";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.5.9";
|
||||
};
|
||||
rouge = {
|
||||
groups = [ "default" ];
|
||||
platforms = [ ];
|
||||
|
||||
Reference in New Issue
Block a user