summaryrefslogtreecommitdiffstats
path: root/tasks/rake
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-04-15 13:18:22 +1000
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit6f8a1e9bbb48157621edb05a77a5fae96b047705 (patch)
tree183970ec14df3c69b27d220aac27cad802fdd2f9 /tasks/rake
parent83a8c68f89bd47585a9acdf7ef8a95a079fc82f9 (diff)
downloadpuppet-6f8a1e9bbb48157621edb05a77a5fae96b047705.tar.gz
puppet-6f8a1e9bbb48157621edb05a77a5fae96b047705.tar.xz
puppet-6f8a1e9bbb48157621edb05a77a5fae96b047705.zip
Updated Rake tasks to no longer load puppet.rb
Diffstat (limited to 'tasks/rake')
-rw-r--r--tasks/rake/gem.rake6
1 files changed, 3 insertions, 3 deletions
diff --git a/tasks/rake/gem.rake b/tasks/rake/gem.rake
index ba9d8ab4d..d654886ae 100644
--- a/tasks/rake/gem.rake
+++ b/tasks/rake/gem.rake
@@ -30,9 +30,9 @@ spec = Gem::Specification.new do |spec|
spec.add_dependency('facter', '>= 1.5.1')
spec.summary = 'Puppet, an automated configuration management tool'
spec.description = 'Puppet, an automated configuration management tool'
- spec.author = 'Reductive Labs'
- spec.email = 'puppet@reductivelabs.com'
- spec.homepage = 'http://reductivelabs.com'
+ spec.author = 'Puppet Labs'
+ spec.email = 'puppet@puppetlabs.com'
+ spec.homepage = 'http://puppetlabs.com'
spec.rubyforge_project = 'puppet'
spec.has_rdoc = true
spec.rdoc_options <<