@@ -3,13 +3,13 @@ lib = File.expand_path('../lib', __FILE__)
33$LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
44
55Gem ::Specification . new do |gem |
6- gem . name = "puppetdb -terminus"
6+ gem . name = "openvoxdb -terminus"
77 gem . version = "3.0.0"
8- gem . authors = [ "Puppet Labs" ]
9- 10- gem . description = "Puppet terminus files to connect to PuppetDB "
11- gem . summary = "Connect Puppet to PuppetDB by setting up a terminus for PuppetDB "
12- gem . homepage = "https://github.com/puppetlabs/puppetdb "
8+ gem . authors = [ "Puppet Labs" , "OpenVoxProject" ]
9+ 10+ gem . description = "Puppet terminus files to connect to OpenVoxDB "
11+ gem . summary = "Connect OpenVox to OpenVoxDB by setting up a terminus for OpenVoxDB "
12+ gem . homepage = "https://github.com/OpenVoxProject/openvoxdb "
1313 gem . license = "Apache-2.0"
1414
1515 gem . files = Dir [ 'LICENSE.txt' , 'NOTICE.txt' , 'README.md' , 'puppet/lib/**/*' , 'puppet/spec/**/*' ]
@@ -18,5 +18,5 @@ Gem::Specification.new do |gem|
1818 gem . require_paths = [ "lib" ]
1919
2020 gem . add_runtime_dependency 'json'
21- gem . add_runtime_dependency 'puppet ' , [ '>= 3.8.1 ', '<5.0' ]
21+ gem . add_runtime_dependency 'openvox ' , '> 8.19 ', '< 9'
2222end
0 commit comments