pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-rest-client



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 20 16:01:31 UTC 2017

Modified Files:
        pkgsrc/www/ruby-rest-client: Makefile distinfo

Log Message:
Update ruby-rest-client to 2.0.1.

* Update HOMEPAGE.

2.0.1.

* Warn if auto-generated headers from the payload, such as Content-Type,
  override headers set by the user. This is usually not what the user wants to
  happen, and can be surprising. (#554)
* Drop the old check for weak default TLS ciphers, and use the built-in Ruby
  defaults. Ruby versions from Oct. 2014 onward use sane defaults, so this is
  no longer needed. (#573)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-rest-client/Makefile \
    pkgsrc/www/ruby-rest-client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-rest-client/Makefile
diff -u pkgsrc/www/ruby-rest-client/Makefile:1.5 pkgsrc/www/ruby-rest-client/Makefile:1.6
--- pkgsrc/www/ruby-rest-client/Makefile:1.5    Tue Oct 18 16:08:35 2016
+++ pkgsrc/www/ruby-rest-client/Makefile        Mon Mar 20 16:01:31 2017
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2016/10/18 16:08:35 taca Exp $
+# $NetBSD: Makefile,v 1.6 2017/03/20 16:01:31 taca Exp $
 
-DISTNAME=      rest-client-2.0.0
+DISTNAME=      rest-client-2.0.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://github.com/archiloque/rest-client
+HOMEPAGE=      https://github.com/rest-client/rest-client
 COMMENT=       Simple HTTP and REST client for Ruby inspired by Sinatra
 LICENSE=        mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
 DEPENDS+=      ${RUBY_PKGPREFIX}-mime-types>=3.0<4.0:../../mail/ruby-mime-types
-DEPENDS+=      ${RUBY_PKGPREFIX}-netrc>=0.7<1:../../net/ruby-netrc
+DEPENDS+=      ${RUBY_PKGPREFIX}-netrc>=0.8<1:../../net/ruby-netrc
 DEPENDS+=      ${RUBY_PKGPREFIX}-http-cookie>=1.0.2<2:../../www/ruby-http-cookie
 
 RUBYGEM_OPTIONS+=      --format-executable
Index: pkgsrc/www/ruby-rest-client/distinfo
diff -u pkgsrc/www/ruby-rest-client/distinfo:1.5 pkgsrc/www/ruby-rest-client/distinfo:1.6
--- pkgsrc/www/ruby-rest-client/distinfo:1.5    Tue Oct 18 16:08:35 2016
+++ pkgsrc/www/ruby-rest-client/distinfo        Mon Mar 20 16:01:31 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/10/18 16:08:35 taca Exp $
+$NetBSD: distinfo,v 1.6 2017/03/20 16:01:31 taca Exp $
 
-SHA1 (rest-client-2.0.0.gem) = 00ac660748bfec3a4ddac935680553c928691eae
-RMD160 (rest-client-2.0.0.gem) = 6ae4cb0a99e346fa0e6c3e214ad8a14cf0fbc8bc
-SHA512 (rest-client-2.0.0.gem) = 711b749d83a155d52a24427adadb300169182de1125dc44d3729cdd0f2e7e82e03cb152ab0c414960c966f35006b57defb3adca385377f0d8ee18cdcb5232832
-Size (rest-client-2.0.0.gem) = 148480 bytes
+SHA1 (rest-client-2.0.1.gem) = cf6a578fdf431517196df72653b91fc94221de04
+RMD160 (rest-client-2.0.1.gem) = b4cebcdb8af9ed41fbd605b4e3ee19a4e8e03ff2
+SHA512 (rest-client-2.0.1.gem) = a3a1ccc944e22515ffa8eece5835ad135fc16d8a1123c279dd1703ccc3e29e9da5b795ed115020e61509308e2ef7b546ebbc330bf1fa57023b40c3338fbb2f24
+Size (rest-client-2.0.1.gem) = 149504 bytes



Home | Main Index | Thread Index | Old Index