[DRE-commits] [diaspora] 04/07: refresh patch modified: debian/patches/002-remove-development-test-from-gemfile.patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jul 8 14:12:18 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 6b55d16d7dec0c0ef35d4f237f4a27214ac3e8d8
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Jul 8 19:17:46 2015 +0530

    refresh patch
    	modified:   debian/patches/002-remove-development-test-from-gemfile.patch
---
 .../002-remove-development-test-from-gemfile.patch | 23 ++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/debian/patches/002-remove-development-test-from-gemfile.patch b/debian/patches/002-remove-development-test-from-gemfile.patch
index 7908a14..17f0e12 100644
--- a/debian/patches/002-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
-@@ -211,65 +211,3 @@ group :production do # we don"t install
+@@ -220,76 +220,3 @@ group :production do # we don"t install
  
    gem "asset_sync", "1.1.0", require: false
  end
@@ -19,11 +19,11 @@ Index: diaspora/Gemfile
 -
 -  # Linters
 -  gem "jshintrb", "0.3.0"
--  gem "rubocop",  "0.29.1"
+-  gem "rubocop",  "0.31.0"
 -
 -  # Preloading environment
 -
--  gem "spring", "1.3.3"
+-  gem "spring", "1.3.5"
 -  gem "spring-commands-rspec", "1.0.4"
 -  gem "spring-commands-cucumber", "1.0.1"
 -
@@ -31,12 +31,15 @@ Index: diaspora/Gemfile
 -  gem "pry"
 -  gem "pry-debundle"
 -  gem "pry-byebug"
+-
+-  # test coverage
+-  gem "simplecov", "0.10.0", require: false
 -end
 -
 -group :test do
 -  # RSpec (unit tests, some integration tests)
 -
--  gem "fixture_builder",   "0.3.6"
+-  gem "fixture_builder",   "0.4.1"
 -  gem "fuubar",            "2.0.0"
 -  gem "rspec-instafail",   "0.2.6", require: false
 -  gem "test_after_commit", "0.4.1"
@@ -47,11 +50,16 @@ Index: diaspora/Gemfile
 -  gem "database_cleaner" ,  "1.4.1"
 -  gem "selenium-webdriver", "2.45.0"
 -
+-  source "https://rails-assets.org" do
+-    gem "rails-assets-jquery-simulate",     "1.0.1"
+-    gem "rails-assets-jquery-simulate-ext", "1.3.0"
+-  end
+-
 -  # General helpers
 -
 -  gem "factory_girl_rails", "4.5.0"
 -  gem "timecop",            "0.7.3"
--  gem "webmock",            "1.20.4", require: false
+-  gem "webmock",            "1.21.0", require: false
 -  gem "shoulda-matchers",   "2.8.0", require: false
 -end
 -
@@ -65,6 +73,9 @@ Index: diaspora/Gemfile
 -  # Jasmine (client side application tests (JS))
 -  gem "jasmine",                   "2.2.0"
 -  gem "jasmine-jquery-rails",      "2.0.3"
--  gem "rails-assets-jasmine-ajax", "3.1.0", source: "https://rails-assets.org"
+-  gem "rails-assets-jasmine-ajax", "3.1.1", source: "https://rails-assets.org"
 -  gem "sinon-rails",               "1.10.3"
+-
+-  # silence assets
+-  gem "quiet_assets", "1.1.0"
 -end

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