pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-patron Update ruby-patronto 0.4.20.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7510d8d86e28
branches: trunk
changeset: 648316:7510d8d86e28
user: taca <taca%pkgsrc.org@localhost>
date: Fri Mar 13 17:14:02 2015 +0000
description:
Update ruby-patronto 0.4.20.
* fix base url concatenation
* Adds instantiation settings via block or hash.
Fixes .downcase being called on symbols.
Cleaned up
Cleans up hash setter. Adds block support
Adds tests for hash and block instantiation
Undoes string fix for patron/request.rb to keep with scope.
* Handle two failing specs
One is failing due to no OS support for SSLv2. This is reasonable,
so I just removed SSLv2 from the list of SSL versions to test. This
doesn't change the meaning of the test at all.
I could not find the root cause of the other spec failure, though
I suspect it is a setup problem. I have disabled the spec for now
and will revisit it later on.
* Add doc comment
* Add a way to get the Request object
* Revert request action to be a symbol, but still allow upcase and
downcase strings.
diffstat:
www/ruby-patron/Makefile | 5 ++---
www/ruby-patron/PLIST | 9 ++++++---
www/ruby-patron/distinfo | 8 ++++----
3 files changed, 12 insertions(+), 10 deletions(-)
diffs (66 lines):
diff -r 3e0cea1e97c6 -r 7510d8d86e28 www/ruby-patron/Makefile
--- a/www/ruby-patron/Makefile Fri Mar 13 17:13:26 2015 +0000
+++ b/www/ruby-patron/Makefile Fri Mar 13 17:14:02 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2014/03/13 11:08:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2015/03/13 17:14:02 taca Exp $
-DISTNAME= patron-0.4.18
-PKGREVISION= 3
+DISTNAME= patron-0.4.20
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 3e0cea1e97c6 -r 7510d8d86e28 www/ruby-patron/PLIST
--- a/www/ruby-patron/PLIST Fri Mar 13 17:13:26 2015 +0000
+++ b/www/ruby-patron/PLIST Fri Mar 13 17:14:02 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2015/03/08 15:17:21 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2015/03/13 17:14:02 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/patron/session_ext.${RUBY_DLEXT}
@@ -8,14 +8,14 @@
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Gemfile.lock
${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/ext/patron/.gitignore
${GEM_LIBDIR}/ext/patron/extconf.rb
${GEM_LIBDIR}/ext/patron/membuffer.c
${GEM_LIBDIR}/ext/patron/membuffer.h
+${GEM_LIBDIR}/ext/patron/session_ext.c
${GEM_LIBDIR}/ext/patron/sglib.h
-${GEM_LIBDIR}/ext/patron/session_ext.c
${GEM_LIBDIR}/lib/patron.rb
${GEM_LIBDIR}/lib/patron/error.rb
${GEM_LIBDIR}/lib/patron/proxy_type.rb
@@ -29,10 +29,13 @@
${GEM_LIBDIR}/pic.png
${GEM_LIBDIR}/script/console
${GEM_LIBDIR}/script/test_server
+${GEM_LIBDIR}/spec/certs/cacert.pem
+${GEM_LIBDIR}/spec/certs/privkey.pem
${GEM_LIBDIR}/spec/patron_spec.rb
${GEM_LIBDIR}/spec/request_spec.rb
${GEM_LIBDIR}/spec/response_spec.rb
${GEM_LIBDIR}/spec/session_spec.rb
+${GEM_LIBDIR}/spec/session_ssl_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/test_server.rb
${GEM_LIBDIR}/spec/util_spec.rb
diff -r 3e0cea1e97c6 -r 7510d8d86e28 www/ruby-patron/distinfo
--- a/www/ruby-patron/distinfo Fri Mar 13 17:13:26 2015 +0000
+++ b/www/ruby-patron/distinfo Fri Mar 13 17:14:02 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2012/03/18 05:11:32 taca Exp $
+$NetBSD: distinfo,v 1.10 2015/03/13 17:14:02 taca Exp $
-SHA1 (patron-0.4.18.gem) = 09cec1a78593a47846101e8a8c9687b5cbf19485
-RMD160 (patron-0.4.18.gem) = 1fab0ef3f64d967bf5447b75526f68012e7dc8cb
-Size (patron-0.4.18.gem) = 35840 bytes
+SHA1 (patron-0.4.20.gem) = db36bdfa115dc391d926380846b9d1fd16e3f85e
+RMD160 (patron-0.4.20.gem) = c256d095e7738d85e4c48cbec4ffbcca709f1ca2
+Size (patron-0.4.20.gem) = 42496 bytes
Home |
Main Index |
Thread Index |
Old Index