[DRE-commits] [ruby-saml] 01/01: remove git in gemspec

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Nov 5 07:45:33 UTC 2016


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

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

commit bd5dd672fca63658e830bcf52f066f9297c132f1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Nov 5 13:15:11 2016 +0530

    remove git in gemspec
---
 debian/patches/remove-git-in-gemspec.patch | 22 ++++++++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/remove-git-in-gemspec.patch b/debian/patches/remove-git-in-gemspec.patch
new file mode 100644
index 0000000..2d205ce
--- /dev/null
+++ b/debian/patches/remove-git-in-gemspec.patch
@@ -0,0 +1,22 @@
+Index: ruby-saml/ruby-saml.gemspec
+===================================================================
+--- ruby-saml.orig/ruby-saml.gemspec
++++ ruby-saml/ruby-saml.gemspec
+@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
+     "LICENSE",
+     "README.md"
+   ]
+-  s.files = `git ls-files`.split("\n")
++  s.files = Dir.glob 'lib/**/*'
+   s.homepage = %q{http://github.com/onelogin/ruby-saml}
+   s.rubyforge_project = %q{http://www.rubygems.org/gems/ruby-saml}
+   s.rdoc_options = ["--charset=UTF-8"]
+@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
+   s.rubygems_version = %q{1.3.7}
+   s.required_ruby_version = '>= 1.8.7'
+   s.summary = %q{SAML Ruby Tookit}
+-  s.test_files = `git ls-files test/*`.split("\n")
++  s.test_files = Dir.glob 'test/**/*'
+ 
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 838c966..acc603c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ remove-simplecov.patch
 remove-bundler.patch
 use-unshift-in-gemspec.patch
 use-system-lib.patch
+remove-git-in-gemspec.patch

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



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