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 Sep 10 14:28:42 UTC 2017

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

Log Message:
Update ruby-bundler to 1.15.4.

## 1.15.4 (2017-08-19)

Bugfixes:

  - handle file conflicts gracefully in `bundle gem` (@rafaelfranca, @segiddins)
  - bundler will fail gracefully when the bundle path contains the system path
    separator (#5485, ajwann)
  - failed gem downloads will be retried consistently across different
    RubyGems versions (@shayonj)
  - `bundle pristine` will respect build options while re-building native
    extensions (@NickLaMuro)

## 1.15.3 (2017-07-21)

Bugfixes:

  - ensure that empty strings passed to `bundle config` are serialized &
    parsed properly (#5881, @segiddins)
  - avoid printing an outdated version warning when running a parseable
    command (@segiddins)

## 1.15.2 (2017-07-17)

Features:

  - new gemfiles created by bundler will include an explicit `github` git
    source that uses `https` (@segiddins)

Bugfixes:

  - inline gemfiles work when `BUNDLE_BIN` is set (#5847, @segiddins)
  - avoid using the old dependency API when there are no changes to the
    compact index files (#5373, @greysteil)
  - fail gracefully when the full index serves gemspecs with invalid
    dependencies (#5797, @segiddins)
  - support installing gemfiles that use `eval_gemfile`, `:path` gems with
    relative paths, and `--deployment` simultaneously (@NickLaMuro)
  - `bundle config` will print settings as the type they are interpreted as
    (@segiddins)
  - respect the `no_proxy` environment variable when making network requests
    (#5781, @jakauppila)
  - commands invoked with `--verbose` will not have default flags printed
    (@segiddins)
  - allow `bundle viz` to work when another gem has a requirable `grapviz`
    file (#5707, @segiddins)
  - ensure bundler puts activated gems on the `$LOAD_PATH` in a consistent
    order (#5696, @segiddins)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/ruby-bundler/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/ruby-bundler/PLIST
cvs rdiff -u -r1.26 -r1.27 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.25 pkgsrc/misc/ruby-bundler/Makefile:1.26
--- pkgsrc/misc/ruby-bundler/Makefile:1.25      Mon Jun  5 14:32:24 2017
+++ pkgsrc/misc/ruby-bundler/Makefile   Sun Sep 10 14:28:42 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2017/06/05 14:32:24 taca Exp $
+# $NetBSD: Makefile,v 1.26 2017/09/10 14:28:42 taca Exp $
 
-DISTNAME=      bundler-1.15.1
+DISTNAME=      bundler-1.15.4
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/misc/ruby-bundler/PLIST
diff -u pkgsrc/misc/ruby-bundler/PLIST:1.21 pkgsrc/misc/ruby-bundler/PLIST:1.22
--- pkgsrc/misc/ruby-bundler/PLIST:1.21 Mon Jun  5 14:32:24 2017
+++ pkgsrc/misc/ruby-bundler/PLIST      Sun Sep 10 14:28:42 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2017/06/05 14:32:24 taca Exp $
+@comment $NetBSD: PLIST,v 1.22 2017/09/10 14:28:42 taca Exp $
 bin/bundle${RUBY_SUFFIX}
 bin/bundler${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -117,7 +117,6 @@ ${GEM_LIBDIR}/lib/bundler/plugin/install
 ${GEM_LIBDIR}/lib/bundler/plugin/installer/git.rb
 ${GEM_LIBDIR}/lib/bundler/plugin/installer/rubygems.rb
 ${GEM_LIBDIR}/lib/bundler/plugin/source_list.rb
-${GEM_LIBDIR}/lib/bundler/postit_trampoline.rb
 ${GEM_LIBDIR}/lib/bundler/psyched_yaml.rb
 ${GEM_LIBDIR}/lib/bundler/remote_specification.rb
 ${GEM_LIBDIR}/lib/bundler/resolver.rb
@@ -200,12 +199,6 @@ ${GEM_LIBDIR}/lib/bundler/vendor/molinil
 ${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/faster.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/ssl_reuse.rb
-${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit.rb
-${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit/environment.rb
-${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit/installer.rb
-${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit/parser.rb
-${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit/setup.rb
-${GEM_LIBDIR}/lib/bundler/vendor/postit/lib/postit/version.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions.rb
 ${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb

Index: pkgsrc/misc/ruby-bundler/distinfo
diff -u pkgsrc/misc/ruby-bundler/distinfo:1.26 pkgsrc/misc/ruby-bundler/distinfo:1.27
--- pkgsrc/misc/ruby-bundler/distinfo:1.26      Mon Jun  5 14:32:24 2017
+++ pkgsrc/misc/ruby-bundler/distinfo   Sun Sep 10 14:28:42 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2017/06/05 14:32:24 taca Exp $
+$NetBSD: distinfo,v 1.27 2017/09/10 14:28:42 taca Exp $
 
-SHA1 (bundler-1.15.1.gem) = d3e95482b0ba4370cbd27cc455f9b364acfe81ff
-RMD160 (bundler-1.15.1.gem) = 295338413bf15e8464a1b025ed9d48b3c1a77a46
-SHA512 (bundler-1.15.1.gem) = c4d2b7f9483ce6fef090f4114d740bd95e92cd619625477d9efed4e56decddfff4f0490368bc509f4f1a1b888476ed4ef8ff99f2bf49d73a8fc12cbd259cfda9
-Size (bundler-1.15.1.gem) = 338432 bytes
+SHA1 (bundler-1.15.4.gem) = 313a6413486ac07c7a70e5eaf0ba11683b14cb5b
+RMD160 (bundler-1.15.4.gem) = 7f46b72d0c29ad14e46220653825f63c58eaa75c
+SHA512 (bundler-1.15.4.gem) = 15736d6bbae792fc029f078705cb2a4eae5f9f78e1219eb3f2d0d0e2c3092df3da97abd3b107c9abbbe680ed99f11d450b0402ab9bf3313cb7aa60e3f631bed8
+Size (bundler-1.15.4.gem) = 337408 bytes



Home | Main Index | Thread Index | Old Index