summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-06-07 22:21:33 -0700
committerDaniel DeLeo <dan@opscode.com>2010-06-07 22:40:06 -0700
commit604cef7eb6f96f360929931f06603bd62ad20551 (patch)
tree37ffe6e7068d846b84c771e8b78203292b7bec3f /Rakefile
parent223f03e511b276f93368b7262c5223670ab83fc3 (diff)
downloadchef-604cef7eb6f96f360929931f06603bd62ad20551.tar.gz
[CHEF-1277] create a chef-server metagem
* chef-server is not a 'real' gem it's just here to depend on the other server gems * contains a version file, rakefile for gem packaging, license, readme
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0a83a35812..0d5a7c3dfb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -17,7 +17,7 @@
# limitations under the License.
#
-gems = %w[chef chef-server-api chef-server-webui chef-solr]
+gems = %w[chef chef-server-api chef-server-webui chef-solr chef-server]
require 'rubygems'
desc "Build the chef gems"