Reworked to use Ruby since its needed for Puppet

This commit is contained in:
Gene Liverman 2017-05-07 09:01:12 -07:00
parent bff34cde83
commit 4f0169d4fc
21 changed files with 73 additions and 38 deletions

View file

@ -1,135 +0,0 @@
GEM
remote: https://rubygems.org/
specs:
colored (1.2)
cri (2.6.1)
colored (~> 1.2)
diff-lcs (1.3)
facter (2.4.6)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.10.1)
faraday (>= 0.7.4, < 1.0)
fast_gettext (1.1.0)
gettext (3.2.2)
locale (>= 2.0.5)
text (>= 1.3.0)
gettext-setup (0.24)
fast_gettext (~> 1.1.0)
gettext (>= 3.0.2)
locale
hiera (3.3.1)
json (2.1.0)
json_pure (2.1.0)
locale (2.1.2)
log4r (1.1.10)
metaclass (0.0.4)
metadata-json-lint (1.1.0)
json
semantic_puppet (>= 0.1.2, < 2.0.0)
spdx-licenses (~> 1.0)
minitar (0.5.4)
mocha (1.2.1)
metaclass (~> 0.0.1)
multi_json (1.12.1)
multipart-post (2.0.0)
puppet (4.5.3)
facter (> 2.0, < 4)
hiera (>= 2.0, < 4)
json_pure
puppet-lint (1.1.0)
puppet-lint-absolute_classname-check (0.2.4)
puppet-lint (>= 1.0, < 3.0)
puppet-lint-absolute_template_path (1.0.1)
puppet-lint (>= 1.1, < 3.0)
puppet-lint-empty_string-check (0.2.2)
puppet-lint (>= 1.0, < 3.0)
puppet-lint-leading_zero-check (0.1.1)
puppet-lint (>= 1.0, < 3.0)
puppet-lint-resource_reference_syntax (1.0.10)
puppet-lint (>= 1.0, < 3.0)
puppet-lint-spaceship_operator_without_tag-check (0.1.1)
puppet-lint (>= 1.0, < 3.0)
puppet-lint-trailing_newline-check (1.1.0)
puppet-lint (>= 1.0, < 3.0)
puppet-lint-undef_in_function-check (0.2.1)
puppet-lint (>= 1.0, < 3.0)
puppet-lint-unquoted_string-check (0.3.0)
puppet-lint (>= 1.0, < 3.0)
puppet-lint-variable_contains_upcase (1.2.0)
puppet-lint (>= 1.0, < 3.0)
puppet-syntax (2.4.0)
rake
puppet_forge (2.2.4)
faraday (~> 0.9.0)
faraday_middleware (>= 0.9.0, < 0.11.0)
gettext-setup (~> 0.11)
minitar
semantic_puppet (~> 0.1.0)
puppetlabs_spec_helper (1.1.1)
mocha
puppet-lint
puppet-syntax
rake
rspec-puppet
r10k (2.5.4)
colored (= 1.2)
cri (~> 2.6.1)
gettext-setup (~> 0.5)
log4r (= 1.1.10)
minitar (= 0.5.4)
multi_json (~> 1.10)
puppet_forge (~> 2.2)
semantic_puppet (~> 0.1.0)
rake (12.0.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-puppet (2.5.0)
rspec
rspec-support (3.6.0)
rugged (0.25.1.1)
semantic_puppet (0.1.4)
gettext-setup (>= 0.3)
spdx-licenses (1.1.0)
text (1.3.1)
trollop (2.1.2)
yamllint (0.0.9)
trollop (~> 2)
PLATFORMS
ruby
DEPENDENCIES
json (>= 2.0.2)
json_pure (>= 2.0.2)
metadata-json-lint (~> 1.0)
puppet (~> 4.0)
puppet-lint (~> 1.1)
puppet-lint-absolute_classname-check (~> 0.2)
puppet-lint-absolute_template_path (~> 1.0)
puppet-lint-empty_string-check (~> 0.2)
puppet-lint-leading_zero-check (~> 0.1)
puppet-lint-resource_reference_syntax (~> 1.0)
puppet-lint-spaceship_operator_without_tag-check (~> 0.1)
puppet-lint-trailing_newline-check (~> 1.0)
puppet-lint-undef_in_function-check (~> 0.2)
puppet-lint-unquoted_string-check (~> 0.3)
puppet-lint-variable_contains_upcase (~> 1.1)
puppetlabs_spec_helper (~> 1.1)
r10k (~> 2.3)
rspec-puppet (~> 2.5)
rugged (~> 0.24)
yamllint (~> 0.0.9)
BUNDLED WITH
1.14.6