mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
rubyPackages: add standard (#215167)
This commit is contained in:
commit
4f9cb71da3
@ -149,6 +149,7 @@ gem 'slop'
|
|||||||
gem 'snappy'
|
gem 'snappy'
|
||||||
gem 'snmp'
|
gem 'snmp'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
|
gem 'standard'
|
||||||
gem 'taglib-ruby'
|
gem 'taglib-ruby'
|
||||||
gem 'thrift'
|
gem 'thrift'
|
||||||
gem 'tilt'
|
gem 'tilt'
|
||||||
|
@ -2078,6 +2078,16 @@
|
|||||||
};
|
};
|
||||||
version = "5.1.1";
|
version = "5.1.1";
|
||||||
};
|
};
|
||||||
|
lint_roller = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "11yc0d84hsnlvx8cpk4cbj6a4dz9pk0r1k29p0n1fz9acddq831c";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "1.1.0";
|
||||||
|
};
|
||||||
liquid = {
|
liquid = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
@ -3223,10 +3233,10 @@
|
|||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0daamn13fbm77rdwwa4w6j6221iq6091asivgdhk6n7g398frcdf";
|
sha256 = "13bif1z20kqq8aaglj7352qpfkzbd8p8rd7lak335szxziqrn8rs";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.62.1";
|
version = "1.65.1";
|
||||||
};
|
};
|
||||||
rubocop-ast = {
|
rubocop-ast = {
|
||||||
dependencies = ["parser"];
|
dependencies = ["parser"];
|
||||||
@ -3641,6 +3651,39 @@
|
|||||||
};
|
};
|
||||||
version = "1.7.3";
|
version = "1.7.3";
|
||||||
};
|
};
|
||||||
|
standard = {
|
||||||
|
dependencies = ["language_server-protocol" "lint_roller" "rubocop" "standard-custom" "standard-performance"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "0whz1l232xsf5fq5gxcbandmws8fx37h389n4q4ky1x1p7c7md2n";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "1.40.0";
|
||||||
|
};
|
||||||
|
standard-custom = {
|
||||||
|
dependencies = ["lint_roller" "rubocop"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "0av55ai0nv23z5mhrwj1clmxpgyngk7vk6rh58d4y1ws2y2dqjj2";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "1.0.2";
|
||||||
|
};
|
||||||
|
standard-performance = {
|
||||||
|
dependencies = ["lint_roller" "rubocop-performance"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1551dwjwyqy7rckjgcb25k51k6wndn8m37mmbpanr0k4b6v757yy";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "1.4.0";
|
||||||
|
};
|
||||||
stringio = {
|
stringio = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user