[SCM] ci-tooling packaging branch, master, updated. f183a749504933b5873a0802e6270f23a5c1a91f

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Feb 25 11:01:31 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=f183a74

The following commit has been merged in the master branch:
commit f183a749504933b5873a0802e6270f23a5c1a91f
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Feb 25 12:01:05 2015 +0100

    make bundler a bit happier by not having two unblocked sources
    
    this is a problem because pangea evals the ci-tooling gemfile as well
    
    causing two
    source 'foo'
    lines which bundler finds silly as the scope of each is not as explicit
---
 Gemfile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/Gemfile b/Gemfile
index 1cf947c..fbabab8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,8 +1,8 @@
-source "https://rubygems.org"
-
-gem "ci_reporter_test_unit"
-gem "rake"
-gem "test-unit"
-gem "oauth"
-gem "webmock"
-gem "rack"
+source 'https://rubygems.org' do
+  gem 'ci_reporter_test_unit'
+  gem 'rake'
+  gem 'test-unit'
+  gem 'oauth'
+  gem 'webmock'
+  gem 'rack'
+end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list