[DRE-commits] [diaspora] 93/257: fix patch and remove all of devel/test gems
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Apr 12 14:17:08 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 6a5bb24044bb3bf93a9289cf8466b36c27fff9dd
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Nov 20 14:40:26 2014 +0530
fix patch and remove all of devel/test gems
---
.../patches/remove-development-test-from-gemfile.patch | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/debian/patches/remove-development-test-from-gemfile.patch b/debian/patches/remove-development-test-from-gemfile.patch
index 4caefec..66b6999 100644
--- a/debian/patches/remove-development-test-from-gemfile.patch
+++ b/debian/patches/remove-development-test-from-gemfile.patch
@@ -2,7 +2,7 @@ Index: diaspora/Gemfile
===================================================================
--- diaspora.orig/Gemfile
+++ diaspora/Gemfile
-@@ -186,39 +186,6 @@ group :production do # we don't install
+@@ -186,47 +186,6 @@ group :production do # we don't install
gem 'asset_sync', '1.1.0', :require => false
end
@@ -39,6 +39,14 @@ Index: diaspora/Gemfile
- gem 'database_cleaner', '1.3.0'
- gem 'selenium-webdriver', '2.44.0'
-
- # General helpers
-
- gem 'factory_girl_rails', '4.5.0'
+- # General helpers
+-
+- gem 'factory_girl_rails', '4.5.0'
+- gem 'timecop', '0.7.1'
+- gem 'webmock', '1.20.4', :require => false
+-end
+-
+-
+ group :development, :test do
+ # RSpec (unit tests, some integration tests)
+ gem 'rspec-rails', '3.1.0'
--
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