pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-faraday



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Apr 22 17:02:48 UTC 2017

Modified Files:
        pkgsrc/www/ruby-faraday: Makefile distinfo

Log Message:
Update ruby-faraday to 0.12.1.

Faraday 0.12.1                                                  2017/04/21

* Fix an issue with Patron tests failing on jruby
* Fix an issue with new rewind_files feature that was causing an exception
  when the body was not an Hash
* Expose wrapped_exception in all client errors
* Add Authentication Section to the ReadMe

Faraday 0.12.0.1                                                2017/04/02

 *Hotfix release to address an issue with TravisCI deploy on Rubygems

Faraday 0.12.0                                                  2017/03/21

* Proxy feature now relies on Ruby URI::Generic#find_proxy and can use
  no_proxy ENV variable (not compatible with ruby < 2.0)
* Fix an issue with options that was causing new options to override defaults
  ones unexpectedly
* Rewind UploadIOs on retry to fix a compatibility issue
* Make multipart boundary unique
* Adds support for context request option to pass arbitrary information to
  middlewares
* Improvements in README.md


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-faraday/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-faraday/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-faraday/Makefile
diff -u pkgsrc/www/ruby-faraday/Makefile:1.15 pkgsrc/www/ruby-faraday/Makefile:1.16
--- pkgsrc/www/ruby-faraday/Makefile:1.15       Sun Feb  5 01:04:40 2017
+++ pkgsrc/www/ruby-faraday/Makefile    Sat Apr 22 17:02:48 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2017/02/05 01:04:40 tsutsui Exp $
+# $NetBSD: Makefile,v 1.16 2017/04/22 17:02:48 taca Exp $
 
-DISTNAME=      faraday-0.11.0
+DISTNAME=      faraday-0.12.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-faraday/distinfo
diff -u pkgsrc/www/ruby-faraday/distinfo:1.10 pkgsrc/www/ruby-faraday/distinfo:1.11
--- pkgsrc/www/ruby-faraday/distinfo:1.10       Sun Feb  5 01:04:40 2017
+++ pkgsrc/www/ruby-faraday/distinfo    Sat Apr 22 17:02:48 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/02/05 01:04:40 tsutsui Exp $
+$NetBSD: distinfo,v 1.11 2017/04/22 17:02:48 taca Exp $
 
-SHA1 (faraday-0.11.0.gem) = 76cc97d7b6a9a3f77d797618c3cd2cfa83d64429
-RMD160 (faraday-0.11.0.gem) = fb0cde147dfa427f3b668e81610764320a350b22
-SHA512 (faraday-0.11.0.gem) = 83add002e7a7e2bea9053ad5a97ec01f7b2b79032b3b506074286382ca98a4cfecac828e1b9ee6a3c31c9c010c80d4ee0014475c3e5ade639649d1c2d936f3ff
-Size (faraday-0.11.0.gem) = 37376 bytes
+SHA1 (faraday-0.12.1.gem) = 6021a533c34a7bc25d083999055a11c6f5583ff5
+RMD160 (faraday-0.12.1.gem) = 6dc17fc3dc45db73da36f646f20bf678b18c9cb2
+SHA512 (faraday-0.12.1.gem) = 672d2cf7f16069095a7c3712fb89a5cd3e5f8f6b9419911b0ee24e4d2d74198667c3ed8b69bd0585f5f5140ffd156179886caed1e5a8b90e8b59cd6b0d9b854e
+Size (faraday-0.12.1.gem) = 38912 bytes



Home | Main Index | Thread Index | Old Index