[DRE-commits] [ruby-domain-name] 01/01: patch

Sudheesh Shetty sudheeshshetty-guest at moszumanska.debian.org
Mon Mar 7 15:13:08 UTC 2016


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

sudheeshshetty-guest pushed a commit to branch master
in repository ruby-domain-name.

commit 0f09ad1b3fe6bacf90dd5fc781ba022a25799c48
Author: Sudheesh Shetty <sudheesh at sudheesh.sudheesh.com>
Date:   Mon Mar 7 20:42:57 2016 +0530

    patch
---
 debian/patches/remove-git-from-gemspec.diff | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/debian/patches/remove-git-from-gemspec.diff b/debian/patches/remove-git-from-gemspec.diff
new file mode 100644
index 0000000..2eca6a8
--- /dev/null
+++ b/debian/patches/remove-git-from-gemspec.diff
@@ -0,0 +1,15 @@
+--- a/domain_name.gemspec
++++ b/domain_name.gemspec
+@@ -18,9 +18,9 @@
+   gem.homepage      = "https://github.com/knu/ruby-domain_name"
+   gem.licenses      = ["BSD-2-Clause", "BSD-3-Clause", "MPL-1.1", "GPL-2.0", "LGPL-2.1"]
+ 
+-  gem.files         = `git ls-files`.split($/)
+-  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
+-  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})  
++  gem.files         = ''
++  gem.executables   = ''
++  gem.test_files    = ''
+   gem.require_paths = ["lib"]
+ 
+   gem.extra_rdoc_files = [

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



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