[DRE-commits] [ruby-docker-api] 03/07: refreshed patch 01_disable_rubygems.diff
Jonas Genannt
genannt at moszumanska.debian.org
Wed Aug 19 14:04:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
genannt pushed a commit to branch master
in repository ruby-docker-api.
commit a9e4657ad6bd5989b8f180ca55ea038250a209b5
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Wed Aug 19 15:54:43 2015 +0200
refreshed patch 01_disable_rubygems.diff
---
debian/patches/01_disable_rubygems.diff | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/patches/01_disable_rubygems.diff b/debian/patches/01_disable_rubygems.diff
index ceeb038..aedda04 100644
--- a/debian/patches/01_disable_rubygems.diff
+++ b/debian/patches/01_disable_rubygems.diff
@@ -1,20 +1,20 @@
Description: Disable rubygems usage
Author: Miguel Landaeta <nomadium at debian.org>
Forwarded: no
-Last-Update: 2014-03-23
+Last-Update: 2015-08-19
diff --git a/lib/docker.rb b/lib/docker.rb
-index 7476daa..2160349 100644
+index 0628093..2cf954f 100644
--- a/lib/docker.rb
+++ b/lib/docker.rb
-@@ -3,7 +3,9 @@ require 'json'
- require 'excon'
+@@ -4,7 +4,9 @@ require 'excon'
require 'tempfile'
require 'base64'
+ require 'find'
-require 'rubygems/package'
+# Disabled: rubygems usage conflicts with Debian policies and it's not
+# really used with docker-api gem anyway.
+#require 'rubygems/package'
- require 'archive/tar/minitar'
require 'uri'
require 'open-uri'
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-docker-api.git
More information about the Pkg-ruby-extras-commits
mailing list