pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-bundler



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May  9 04:24:41 UTC 2021

Modified Files:
        pkgsrc/misc/ruby-bundler: Makefile distinfo

Log Message:
misc/ruby-bundler: update to 2.2.17

2.2.17 (2021-05-05)

Enhancements:

* Improve authentication required error message to include an alternative
  using ENV #4565
* Discard partial range responses without etag #4563
* Fix configuring ENV for a gem server with a name including dashes #4571
* Redact credentials from bundle env and bundle config #4566
* Redact all sources in verbose mode #4564
* Improve bundle pristine error if BUNDLE_GEMFILE does not exist #4536
* [CurrentRuby] Add 3.0 as a known minor #4535
* Prefer File.read instead of IO.read #4530
* Add space after open curly bracket in Gemfile and gems.rb template #4518

Bug fixes:

* Make sure specs are fetched from the right source when materializing #4562
* Fix bundle cache with an up-to-date lockfile and specs not already
  installed #4554
* Ignore deployment setting in inline mode #4523

Performance:

* Don't materialize resolutions when not necessary #4556


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/misc/ruby-bundler/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/misc/ruby-bundler/distinfo

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

Modified files:

Index: pkgsrc/misc/ruby-bundler/Makefile
diff -u pkgsrc/misc/ruby-bundler/Makefile:1.45 pkgsrc/misc/ruby-bundler/Makefile:1.46
--- pkgsrc/misc/ruby-bundler/Makefile:1.45      Tue May  4 15:26:45 2021
+++ pkgsrc/misc/ruby-bundler/Makefile   Sun May  9 04:24:41 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2021/05/04 15:26:45 taca Exp $
+# $NetBSD: Makefile,v 1.46 2021/05/09 04:24:41 taca Exp $
 
-DISTNAME=      bundler-2.2.16
+DISTNAME=      bundler-2.2.17
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/misc/ruby-bundler/distinfo
diff -u pkgsrc/misc/ruby-bundler/distinfo:1.42 pkgsrc/misc/ruby-bundler/distinfo:1.43
--- pkgsrc/misc/ruby-bundler/distinfo:1.42      Tue May  4 15:26:45 2021
+++ pkgsrc/misc/ruby-bundler/distinfo   Sun May  9 04:24:41 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2021/05/04 15:26:45 taca Exp $
+$NetBSD: distinfo,v 1.43 2021/05/09 04:24:41 taca Exp $
 
-SHA1 (bundler-2.2.16.gem) = 4355780d1bab0fc8ce505b6918435fd163d07a23
-RMD160 (bundler-2.2.16.gem) = 4033252b4e8fd1a2e5490151e090112d1c967312
-SHA512 (bundler-2.2.16.gem) = 3a147677cc026df2f10bdd5d73c6c4c483637c4cd507a521ce604fe385146254c653b29618c774545b1c038f08b7101315110ce7f891d83bff4c79412c6e3c64
-Size (bundler-2.2.16.gem) = 390144 bytes
+SHA1 (bundler-2.2.17.gem) = f345cb40191358fad9152569017d6f7e6840436a
+RMD160 (bundler-2.2.17.gem) = b7d1cec08e11e2fcca85b39c7f480f74936b12d4
+SHA512 (bundler-2.2.17.gem) = f07158a4de687bd384bdf8e62ccc43dfde4f4454357a7532a248e5fef27ccdaa761b89b77964d21c46930f6eb75ca8ef7f87d8c6386132d2a239233022a8f335
+Size (bundler-2.2.17.gem) = 391168 bytes



Home | Main Index | Thread Index | Old Index