Skip to content

Commit 9fb3235

Browse files
authored
Merge pull request #24 from bastelfreak/gemfile
puppetdb-terminus: migrate to openvoxdb-terminus
2 parents fe4e925 + ad65d18 commit 9fb3235

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

contrib/gem/puppetdb-terminus.gemspec renamed to contrib/gem/openvoxdb-terminus.gemspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ lib = File.expand_path('../lib', __FILE__)
33
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::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-
gem.email = ["[email protected]"]
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+
gem.email = ["[email protected]"]
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'
2222
end

0 commit comments

Comments
 (0)