|
1 | 1 | Gem::Specification.new do |spec| |
2 | | - spec.name = "puppet" |
3 | | - spec.version = "7.35.0" |
| 2 | + spec.name = "openvox" |
| 3 | + spec.version = "7.36.1" |
4 | 4 | spec.license = 'Apache-2.0' |
5 | 5 |
|
6 | 6 | spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1") |
7 | 7 | spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0") |
8 | | - spec.authors = ["Puppet Labs"] |
| 8 | + spec.authors = ["Vox Pupuli"] |
9 | 9 | spec.date = "2012-08-17" |
10 | 10 | spec.description = <<~EOF |
11 | | - Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks |
| 11 | + OpenVox is a community implementation of Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks |
12 | 12 | (such as adding users, installing packages, and updating server configurations) based on a centralized specification. |
13 | 13 | EOF |
14 | | - |
| 14 | + |
15 | 15 | spec.executables = ["puppet"] |
16 | 16 | spec.files = Dir['[A-Z]*'] + Dir['install.rb'] + Dir['bin/*'] + Dir['lib/**/*'] + Dir['conf/*'] + Dir['man/**/*'] + Dir['tasks/*'] + Dir['locales/**/*'] + Dir['ext/**/*'] + Dir['examples/**/*'] |
17 | | - spec.homepage = "https://github.com/puppetlabs/puppet" |
18 | | - spec.rdoc_options = ["--title", "Puppet - Configuration Management", "--main", "README", "--line-numbers"] |
| 17 | + spec.homepage = "https://github.com/OpenVoxProject/puppet" |
| 18 | + spec.rdoc_options = ["--title", "OpenVox - Configuration Management", "--main", "README", "--line-numbers"] |
19 | 19 | spec.require_paths = ["lib"] |
20 | | - spec.summary = "Puppet, an automated configuration management tool" |
| 20 | + spec.summary = "OpenVox, a community implementation of Puppet -- an automated configuration management tool" |
21 | 21 | spec.specification_version = 4 |
22 | 22 | spec.add_runtime_dependency(%q<facter>, ["> 2.0.1", "< 5"]) |
23 | 23 | spec.add_runtime_dependency(%q<hiera>, [">= 3.2.1", "< 4"]) |
|
0 commit comments