[DRE-commits] [ruby-aws] 01/03: Removed rubygems usage.

Tomasz Nitecki tnnn-guest at moszumanska.debian.org
Fri Apr 10 13:54:35 UTC 2015


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

tnnn-guest pushed a commit to branch master
in repository ruby-aws.

commit d0dec706d628346fc3e957ea04742c4302b4ddcf
Author: Tomasz Nitecki <tnnn at tnnn.pl>
Date:   Fri Apr 10 12:06:32 2015 +0200

    Removed rubygems usage.
---
 debian/patches/0010_remove_rubygems_usage.patch | 34 +++++++++++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/0010_remove_rubygems_usage.patch b/debian/patches/0010_remove_rubygems_usage.patch
new file mode 100644
index 0000000..565fb44
--- /dev/null
+++ b/debian/patches/0010_remove_rubygems_usage.patch
@@ -0,0 +1,34 @@
+Description: This patch removes rubygems usage.
+Author: Tomasz Nitecki <tnnn at tnnn.pl>
+Last-Update: 2015-04-09
+
+--- a/lib/aws.rb
++++ b/lib/aws.rb
+@@ -9,7 +9,6 @@
+ require "openssl"
+ require "digest/sha1"
+ 
+-require 'rubygems'
+ require 'right_http_connection'
+ 
+ $:.unshift(File.dirname(__FILE__))
+--- a/lib/right_aws.rb
++++ b/lib/right_aws.rb
+@@ -31,7 +31,6 @@
+ require "openssl"
+ require "digest/sha1"
+ 
+-require 'rubygems'
+ require 'right_http_connection'
+ 
+ $:.unshift(File.dirname(__FILE__))
+--- a/test/http_connection.rb
++++ b/test/http_connection.rb
+@@ -23,7 +23,6 @@
+ 
+ # Stub extension/redefinition of RightHttpConnection for testing purposes.
+ require 'net/http'
+-require 'rubygems'
+ require 'right_http_connection'
+ 
+ module Net
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..88f2f0b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0010_remove_rubygems_usage.patch

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



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