Library gem used by Infra puppet modules
Go to file
Clark Boylan 7835c3877c Pin metadata-json-lint and webmock
With release 2.0.0 metadata-json-lint requires ruby 2.0 or greater. Not
all of our platforms come with ruby 2.0 or greater so pin to less than
the 2.0.0 release of metadata-json-lint.

Webmock is in a similar boat with release 3.0.0 dropping support for
ruby < 2.0. Pin this package below 3.0.0 as well.

Change-Id: I698b82c9e4fa2402cbea14a2500402395e6af2ba
2017-09-20 13:38:55 -07:00
lib/puppet-openstack_infra_spec_helper Refactor spec helper 2017-07-09 17:12:37 +02:00
.gitignore Initial commit 2016-06-21 16:19:09 -07:00
.gitreview Added .gitreview 2016-06-21 01:50:44 +00:00
CHANGELOG.md Initial commit 2016-06-21 16:19:09 -07:00
LICENSE Initial commit 2016-06-21 16:19:09 -07:00
README.md Initial commit 2016-06-21 16:19:09 -07:00
puppet-openstack_infra_spec_helper.gemspec Pin metadata-json-lint and webmock 2017-09-20 13:38:55 -07:00
run_unit_tests.sh Initial commit 2016-06-21 16:19:09 -07:00

README.md

Puppet-OpenStack-Infra Spec Helper

This gem provides transitive dependencies for the OpenStack Puppet Modules OpenStack Infra Modules.

Usage

Include this gem in your Gemfile:

gem 'puppet-openstack_infra_spec_helper',
  :git => 'https://git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper',
  :require => false