summaryrefslogtreecommitdiff
path: root/chef-solr/Rakefile
diff options
context:
space:
mode:
authorChristopher Brown <cb@opscode.com>2009-12-15 15:19:48 -0800
committerChristopher Brown <cb@opscode.com>2009-12-15 15:19:48 -0800
commit372d5139b10fb99efc1c646ff685635a9e7b434e (patch)
tree149ae84ffd0a334ff6a25585c85598cd4aa505a1 /chef-solr/Rakefile
parent9841f745c2c4b00ed0a63544cc7d73ad29a40463 (diff)
downloadchef-372d5139b10fb99efc1c646ff685635a9e7b434e.tar.gz
move to jeweler 1.4 and automatic gemspec generation
Diffstat (limited to 'chef-solr/Rakefile')
-rw-r--r--chef-solr/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-solr/Rakefile b/chef-solr/Rakefile
index bebc114e57..ac4ce8f480 100644
--- a/chef-solr/Rakefile
+++ b/chef-solr/Rakefile
@@ -19,7 +19,7 @@ begin
end
rescue LoadError
- puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
+ puts "Jeweler (or a dependency) not available. Install it with: sudo gem install gemcutter jeweler (installs jeweler from gemcutter)"
end
require 'spec/rake/spectask'