diff options
author | Christopher Brown <cb@opscode.com> | 2009-12-15 15:50:51 -0800 |
---|---|---|
committer | Christopher Brown <cb@opscode.com> | 2009-12-15 15:50:51 -0800 |
commit | d4df8ba1a7143dbae58b5ed681c33e3363f30426 (patch) | |
tree | 321968555ce508948afd98c79c6e67962b5c45a1 | |
parent | 372d5139b10fb99efc1c646ff685635a9e7b434e (diff) | |
download | chef-d4df8ba1a7143dbae58b5ed681c33e3363f30426.tar.gz |
fix Rakefile comment and add gemspec to .gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | chef-solr/Rakefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9401920165..06a2027f53 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ chef-server-webui/pkg chef-server-api/pkg chef/log chef-server/log +chef-solr/chef-solr.gemspec log couchdb.stderr couchdb.stdout diff --git a/chef-solr/Rakefile b/chef-solr/Rakefile index ac4ce8f480..8f395ecb81 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 gemcutter jeweler (installs jeweler from gemcutter)" + puts "Jeweler (or a dependency) not available. Install it from gemcutter with: sudo gem install gemcutter jeweler" end require 'spec/rake/spectask' |