[DRE-commits] [ruby-excon] 03/03: upload to unstable

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Jan 14 13:21:45 UTC 2014


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

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

commit 886fb69025f6a1409083f87ac2f2110f107f67b7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Jan 14 18:44:34 2014 +0530

    upload to unstable
---
 debian/changelog       |  4 ++--
 lib/excon/constants.rb |  2 +-
 tests/test_helper.rb   | 13 +++++++++++--
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 75e996d..443e941 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-ruby-excon (0.31.0-1) UNRELEASED; urgency=low
+ruby-excon (0.31.0-1) unstable; urgency=low
 
   * Team upload
   * New upstream release
   * Refresh patches
   * Bump standards version to 3.9.5 (no changes)
 
- -- Praveen Arimbrathodiyil <praveen at debian.org>  Mon, 13 Jan 2014 00:31:17 +0530
+ -- Praveen Arimbrathodiyil <praveen at debian.org>  Tue, 14 Jan 2014 18:44:24 +0530
 
 ruby-excon (0.25.1-1) unstable; urgency=low
 
diff --git a/lib/excon/constants.rb b/lib/excon/constants.rb
index 7a8d388..7dac8b2 100644
--- a/lib/excon/constants.rb
+++ b/lib/excon/constants.rb
@@ -4,7 +4,7 @@ module Excon
 
   CR_NL = "\r\n"
 
-  DEFAULT_CA_FILE = File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "data", "cacert.pem"))
+  DEFAULT_CA_FILE = '/etc/ssl/certs/ca-certificates.crt'
 
   DEFAULT_CHUNK_SIZE = 1048576 # 1 megabyte
 
diff --git a/tests/test_helper.rb b/tests/test_helper.rb
index f4ac3af..98d7d1a 100644
--- a/tests/test_helper.rb
+++ b/tests/test_helper.rb
@@ -1,5 +1,14 @@
-require 'rubygems' if RUBY_VERSION < '1.9'
-require 'bundler/setup'
+# require 'rubygems' if RUBY_VERSION < '1.9'
+# require 'bundler/setup'
+
+# from gemspec
+require 'active_support'
+require 'eventmachine'
+require 'rake'
+require 'rdoc'
+require 'shindo'
+require 'sinatra'
+
 require 'excon'
 require 'delorean'
 require 'open4'

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



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