[DRE-commits] [ruby-saml] 03/06: remove git from gemspec

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Jun 30 13:57:16 UTC 2015


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

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

commit 8555bea7e3bd60679d40a17eaa786ccfc3a03cc8
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Jun 30 19:02:07 2015 +0530

    remove git from gemspec
---
 debian/patches/remove-git-from-gemspec.diff | 27 +++++++++++++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 28 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..85310e6
--- /dev/null
+++ b/debian/patches/remove-git-from-gemspec.diff
@@ -0,0 +1,27 @@
+Description: remove git command from gemspec
+ it does not work in gem
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2015-06-29
+
+Index: ruby-saml-0.9.2/ruby-saml.gemspec
+===================================================================
+--- ruby-saml-0.9.2.orig/ruby-saml.gemspec
++++ ruby-saml-0.9.2/ruby-saml.gemspec
+@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
+     "LICENSE",
+      "README.md"
+   ]
+-  s.files = `git ls-files`.split("\n")
++  s.files = ''
+   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 = ''
+ 
+   s.add_runtime_dependency('uuid', '~> 2.3')
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b7908ce
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-git-from-gemspec.diff

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