diff options
author | Christopher Brown <cb@opscode.com> | 2009-12-15 15:19:48 -0800 |
---|---|---|
committer | Christopher Brown <cb@opscode.com> | 2009-12-15 15:19:48 -0800 |
commit | 372d5139b10fb99efc1c646ff685635a9e7b434e (patch) | |
tree | 149ae84ffd0a334ff6a25585c85598cd4aa505a1 /chef-solr/Rakefile | |
parent | 9841f745c2c4b00ed0a63544cc7d73ad29a40463 (diff) | |
download | chef-372d5139b10fb99efc1c646ff685635a9e7b434e.tar.gz |
move to jeweler 1.4 and automatic gemspec generation
Diffstat (limited to 'chef-solr/Rakefile')
-rw-r--r-- | chef-solr/Rakefile | 2 |
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' |