[DRE-commits] [diaspora] 97/257: remove more development/test gems from Gemfile
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 6bea7d03a0343a712d643c8406c66a52b0642ad6
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Nov 20 15:11:16 2014 +0530
remove more development/test gems from Gemfile
---
...h => 002-remove-development-test-from-gemfile.patch} | 17 +++++++++++++----
debian/patches/series | 2 +-
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/debian/patches/remove-development-test-from-gemfile.patch b/debian/patches/002-remove-development-test-from-gemfile.patch
similarity index 73%
rename from debian/patches/remove-development-test-from-gemfile.patch
rename to debian/patches/002-remove-development-test-from-gemfile.patch
index 66b6999..f90b64d 100644
--- a/debian/patches/remove-development-test-from-gemfile.patch
+++ b/debian/patches/002-remove-development-test-from-gemfile.patch
@@ -2,7 +2,7 @@ Index: diaspora/Gemfile
===================================================================
--- diaspora.orig/Gemfile
+++ diaspora/Gemfile
-@@ -186,47 +186,6 @@ group :production do # we don't install
+@@ -186,56 +186,3 @@ group :production do # we don't install
gem 'asset_sync', '1.1.0', :require => false
end
@@ -47,6 +47,15 @@ Index: diaspora/Gemfile
-end
-
-
- group :development, :test do
- # RSpec (unit tests, some integration tests)
- gem 'rspec-rails', '3.1.0'
+-group :development, :test do
+- # RSpec (unit tests, some integration tests)
+- gem 'rspec-rails', '3.1.0'
+-
+- # Cucumber (integration tests)
+- gem 'cucumber-rails', '1.4.2', :require => false
+-
+- # Jasmine (client side application tests (JS))
+- gem 'jasmine', '2.0.3'
+- gem 'jasmine-jquery-rails', '2.0.3'
+- gem 'sinon-rails', '1.10.3'
+-end
diff --git a/debian/patches/series b/debian/patches/series
index 3fb7931..a1ea149 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,5 @@
add-manual-requires-skip-bundler-setup.patch
-remove-development-test-from-gemfile.patch
+002-remove-development-test-from-gemfile.patch
remove-gemfile-lock.patch
004-loosen-sidekiq-version.patch
005-loosen-sinatra-version.patch
--
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