
This code came from http://git.openstack.org/cgit/openstack/puppet-openstack_spec_helper/ and was modified for infra's use. The gems specified in gemspec are current with what infra is currently using. Change-Id: I06e47d4af32f30e4504ee67257923a4596725d0f
6 lines
86 B
Ruby
6 lines
86 B
Ruby
module PuppetOpenstackInfraSpecHelper
|
|
module Version
|
|
STRING = '0.0.1'
|
|
end
|
|
end
|