Merge pull request #44977 from alyssais/puppet-lint

puppet-lint: init at 2.3.6
This commit is contained in:
Joachim F 2018-08-19 09:54:47 +00:00 committed by GitHub
commit ed7b0f6f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "puppet-lint"

View File

@ -0,0 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
puppet-lint (2.3.6)
PLATFORMS
ruby
DEPENDENCIES
puppet-lint
BUNDLED WITH
1.16.3

View File

@ -0,0 +1,7 @@
{ bundlerApp }:
bundlerApp {
pname = "puppet-lint";
gemdir = ./.;
exes = [ "puppet-lint" ];
}

View File

@ -0,0 +1,10 @@
{
puppet-lint = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1wyk2l440d96ps3x127r52n51kqpqi2nzb3xlg92qn6aksqhnkis";
type = "gem";
};
version = "2.3.6";
};
}

View File

@ -8501,6 +8501,8 @@ with pkgs;
pup = callPackage ../development/tools/pup { };
puppet-lint = callPackage ../development/tools/puppet/puppet-lint { };
pyrseas = callPackage ../development/tools/database/pyrseas { };
qtcreator = libsForQt5.callPackage ../development/tools/qtcreator { };