Library gem used by Infra puppet modules
Go to file
K Jonathan Harker 8f3272ec1c Pin json_pure gem for ruby1.9 support
The latest version of json_pure requires ruby ~> 2.0, pin to the last
version that doesn't.

Change-Id: Ide2d519b7a814401162e6e984493510cfa9f2f61
2016-08-03 17:23:14 -07:00
lib/puppet-openstack_infra_spec_helper Initial commit 2016-06-21 16:19:09 -07: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 json_pure gem for ruby1.9 support 2016-08-03 17:23:14 -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