Skip to content

Commit c3395ce

Browse files
authored
Merge pull request #16 from OpenVoxProject/fix_version_7.x
Update version to 7.36.1
2 parents ded3c99 + 1c2bec1 commit c3395ce

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

lib/puppet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Raketasks and such to set the version based on the output of `git describe`
77

88
module Puppet
9-
PUPPETVERSION = '7.35.0'
9+
PUPPETVERSION = '7.36.1'
1010

1111
##
1212
# version is a public API method intended to always provide a fast and

puppet.gemspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
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"
44
spec.license = 'Apache-2.0'
55

66
spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")
77
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
8-
spec.authors = ["Puppet Labs"]
8+
spec.authors = ["Vox Pupuli"]
99
spec.date = "2012-08-17"
1010
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
1212
(such as adding users, installing packages, and updating server configurations) based on a centralized specification.
1313
EOF
14-
spec.email = "[email protected]"
14+
spec.email = "[email protected]"
1515
spec.executables = ["puppet"]
1616
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"]
1919
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"
2121
spec.specification_version = 4
2222
spec.add_runtime_dependency(%q<facter>, ["> 2.0.1", "< 5"])
2323
spec.add_runtime_dependency(%q<hiera>, [">= 3.2.1", "< 4"])

0 commit comments

Comments
 (0)