pkgsrc/www/ruby-patron/Makefile
taca eee110e873 www/ruby-patron: update to 0.13.3
Update ruby-patron to 0.13.3.


### 0.13.3

* Fix a number of specs that were failing due to use of threads

### 0.13.2

* Eagerly initialize libCURL handle when creating the Session instance instead of initializing it lazily
* Remove special treatment of `Session#reset` and make it the same as `Session#interrupt`
2020-03-20 17:58:37 +00:00

15 lines
372 B
Makefile

# $NetBSD: Makefile,v 1.41 2020/03/20 17:58:37 taca Exp $
DISTNAME= patron-0.13.3
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://toland.github.com/patron/
COMMENT= Ruby HTTP client library based on libcurl
LICENSE= mit
USE_GCC_RUNTIME= yes
.include "../../lang/ruby/gem.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"