From af8ce13ee58d9b848fc4e6825127038d0024fd34 Mon Sep 17 00:00:00 2001 From: Ilya Zhitomirskiy Date: Tue, 14 Jun 2011 18:21:57 -0700 Subject: [PATCH] added the public key to the manifest --- spec/chubbies/app.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec/chubbies/app.rb b/spec/chubbies/app.rb index fd4774f00..d0702bc6a 100644 --- a/spec/chubbies/app.rb +++ b/spec/chubbies/app.rb @@ -42,6 +42,7 @@ module Chubbies DiasporaClient.config do |d| d.private_key_path = File.dirname(__FILE__) + "/chubbies.private.pem" + d.public_key_path = File.dirname(__FILE__) + "/chubbies.public.pem" end class App < DiasporaClient::App @@ -84,7 +85,8 @@ module Chubbies "name" => "Chubbies", "description" => "The best way to chub.", "homepage_url" => "http://localhost:9292/", - "icon_url" => "#" + "icon_url" => "#", + "public_key" => DiasporaClient.public_key }.to_json end get '/reset' do