[DRE-commits] [ruby-chronic] 03/03: refresh patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 5 08:37:37 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-chronic.

commit 6ab1ac3f84b04e96a5778b9223d4a422be866561
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 5 14:06:18 2015 +0530

    refresh patch
---
 debian/patches/remove-git-in-gemspec.patch | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/debian/patches/remove-git-in-gemspec.patch b/debian/patches/remove-git-in-gemspec.patch
index 635879e..d2afba1 100644
--- a/debian/patches/remove-git-in-gemspec.patch
+++ b/debian/patches/remove-git-in-gemspec.patch
@@ -2,17 +2,14 @@ Index: ruby-chronic/chronic.gemspec
 ===================================================================
 --- ruby-chronic.orig/chronic.gemspec
 +++ ruby-chronic/chronic.gemspec
-@@ -12,9 +12,9 @@ Gem::Specification.new do |s|
-   s.homepage = 'http://github.com/mojombo/chronic'
+@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
+   s.license = 'MIT'
    s.rdoc_options = ['--charset=UTF-8']
    s.extra_rdoc_files = %w[README.md HISTORY.md LICENSE]
--  s.files = `git ls-files`.split("\n")
--  s.test_files = `git ls-files -- test`.split("\n")
+-  s.files = `git ls-files`.split($/)
+-  s.test_files = `git ls-files -- test`.split($/)
 +  s.files = ''
 +  s.test_files = ''
  
    s.add_development_dependency 'rake'
-   s.add_development_dependency 'minitest'
--end
-\ No newline at end of file
-+end
+   s.add_development_dependency 'simplecov'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-chronic.git



More information about the Pkg-ruby-extras-commits mailing list