[DRE-commits] [diaspora] 04/04: now we can use ruby-devise
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Apr 27 17:30:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora.
commit 4ad74f71a6ed8f6dc523e197138bb8881ac45a76
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Apr 15 20:08:32 2015 +0530
now we can use ruby-devise
---
debian/control | 1 +
debian/postinst | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index dd4b37e..9e517cd 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
unicorn,
ruby-acts-as-api,
ruby-json,
+ ruby-devise,
ruby-devise-lastseenable,
ruby-devise-token-authenticatable,
ruby-simple-captcha2,
diff --git a/debian/postinst b/debian/postinst
index 02b6be7..d0451f9 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -44,9 +44,9 @@ case "$1" in
cd /usr/share/diaspora
echo "Installing gems with rubygems (their debian packages have bugs)..."
# These gems need more work before they can be apt-get
- if ! gem list ^devise$ | grep devise
- then gem install -v=3.4.1 devise
- fi
+# if ! gem list ^devise$ | grep devise
+# then gem install -v=3.4.1 devise
+# fi
if ! grep RAILS_ENV /etc/diaspora.conf
then echo export RAILS_ENV=production >> /etc/diaspora.conf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora.git
More information about the Pkg-ruby-extras-commits
mailing list