prebundler 0.11.4 → 0.11.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a1d8c42efac97a9a231f819c72b4882edaa990267bdba2409f67cbb0a475e44
4
- data.tar.gz: a34cacca7e651248c255c46d357b52c8ac3535f50972cd56d696f7bfe6f121cb
3
+ metadata.gz: 23e5c0e7fe7ae30eebcbcf95a220f33f5266c5afafdb2264dcd993822a9242bd
4
+ data.tar.gz: 4828d877ee9720d864381c47fb3e66dfb7690350194941f0be7c4f0220b8c8db
5
5
  SHA512:
6
- metadata.gz: 4d7008ebbf5314f02bbf992e4a6a8a7a2c05fae161427b902a12565a46bb70747a0d2e3c912d4ed45e557cc5b8616d7c906cf3d12dbade1733206664971f15e5
7
- data.tar.gz: 63a314e575817c6123e3895322c507349753c383afd541a92343c6d0999306d9ea1d381492057febe7779c6098a0dd10078328bd87080ead9a99d9dbe1e0f76d
6
+ metadata.gz: 578be20b017a8132b04685b52d87737cb2b97a7549f4e02f4051b781a6e732399895d333f5696acb38019b0883957bb324c61cf05d988b7eb00be8dd4178f194
7
+ data.tar.gz: 670fc343ab7c1287a1a8c44fdd891025dbe8fc937566550b6a1aa79a2d7ff10f986665b36a833014523ca7d0d7dad868227244e4f587243b9f8474b6128a3576
@@ -1,3 +1,7 @@
1
+ 0.11.5
2
+ ===
3
+ - Add `--retry` flag to CLI (currently does nothing).
4
+
1
5
  0.11.4
2
6
  ===
3
7
  - Ensure .bundle/config directory exists before writing to it.
@@ -51,6 +51,10 @@ command :install do |c|
51
51
  c.default_value true
52
52
  c.switch :binstubs
53
53
 
54
+ c.desc 'Retry failed network requests n times (currently not implemented).'
55
+ c.default_value 1
56
+ c.flag [:retry], type: Integer
57
+
54
58
  c.action do |global_options, options, args|
55
59
  raise 'Must specify a non-zero number of jobs' if options[:jobs] < 1
56
60
  Prebundler::Cli::Install.run($out, global_options, options, args)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Prebundler
4
- VERSION = '0.11.4'
4
+ VERSION = '0.11.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prebundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.4
4
+ version: 0.11.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Dutro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-09 00:00:00.000000000 Z
11
+ date: 2020-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler