diff options
author | taca <taca@pkgsrc.org> | 2015-03-13 17:14:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-13 17:14:02 +0000 |
commit | 65dfba3147e4536856e16b2a710d8d74a51bc5c1 (patch) | |
tree | 8dfeb5159aa33f35dd91ea3915389e77bf7c39b0 /www | |
parent | 49884259320f248a14289a23e66d930a134d0835 (diff) | |
download | pkgsrc-65dfba3147e4536856e16b2a710d8d74a51bc5c1.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/ruby-patron/Makefile | 5 | ||||
-rw-r--r-- | www/ruby-patron/PLIST | 9 | ||||
-rw-r--r-- | www/ruby-patron/distinfo | 8 |
3 files changed, 12 insertions, 10 deletions
diff --git a/www/ruby-patron/Makefile b/www/ruby-patron/Makefile index e34322a14d7..3f91f232ed2 100644 --- a/www/ruby-patron/Makefile +++ b/www/ruby-patron/Makefile @@ -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 diff --git a/www/ruby-patron/PLIST b/www/ruby-patron/PLIST index 7b130ea8c11..451b57671b3 100644 --- a/www/ruby-patron/PLIST +++ b/www/ruby-patron/PLIST @@ -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}/.rspec ${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/sglib.h ${GEM_LIBDIR}/ext/patron/session_ext.c +${GEM_LIBDIR}/ext/patron/sglib.h ${GEM_LIBDIR}/lib/patron.rb ${GEM_LIBDIR}/lib/patron/error.rb ${GEM_LIBDIR}/lib/patron/proxy_type.rb @@ -29,10 +29,13 @@ ${GEM_LIBDIR}/patron.gemspec ${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 --git a/www/ruby-patron/distinfo b/www/ruby-patron/distinfo index 3221deb0d29..6aedbcd4b62 100644 --- a/www/ruby-patron/distinfo +++ b/www/ruby-patron/distinfo @@ -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 |