[DRE-commits] [diaspora] 03/07: modify loadpath for sprockets 2.12

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Jan 8 07:55:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository diaspora.

commit 5d5c2180ab58c97e59ed4ad8d2ae2e5cdfd75d11
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Jan 8 00:20:48 2016 +0530

    modify loadpath for sprockets 2.12
---
 debian/patches/031-embedded-gems.patch | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/debian/patches/031-embedded-gems.patch b/debian/patches/031-embedded-gems.patch
index 1cadb5c..cafcce7 100644
--- a/debian/patches/031-embedded-gems.patch
+++ b/debian/patches/031-embedded-gems.patch
@@ -15,3 +15,17 @@ Index: diaspora/Gemfile
  gem "sass-rails",     "5.0.3"
  gem "autoprefixer-rails", "6.0.3"
  
+Index: diaspora/Rakefile
+===================================================================
+--- diaspora.orig/Rakefile
++++ diaspora/Rakefile
+@@ -2,6 +2,9 @@
+ #   licensed under the Affero General Public License version 3 or later.  See
+ #   the COPYRIGHT file.
+ 
++# Work around for sprockets 2.12  
++$:.unshift '/usr/share/diaspora/vendor/gems/sprockets-2.12.4/lib'
++
+ # Add your own tasks in files placed in lib/tasks ending in .rake,
+ # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
+ 

-- 
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