Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxwell <maxwell@joindiaspora.com>2010-07-16 05:36:07 +0400
committermaxwell <maxwell@joindiaspora.com>2010-07-16 05:36:07 +0400
commit65deaba558f68115199a4bbf0ff42468dbd90fb6 (patch)
tree82c8e140e5195b97d831f9d9e78d463cc0c49674 /Rakefile
parent45abeb2346bd26f94035b9fdf25b2c079f696a9b (diff)
MS IZ hcard, emptyfiles, routesw
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 13f1f9fa4..3cf92aae4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,5 +3,6 @@
require File.expand_path('../config/application', __FILE__)
require 'rake'
-
+ENV['GNUPGHOME'] = File.expand_path("../../gpg/diaspora-#{Rails.env}/", __FILE__)
+GPGME::check_version({})
Rails::Application.load_tasks