boxen23 4.0.0a → 4.0.0b

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
  SHA1:
3
- metadata.gz: 7f9dc39c85e94f3ff3da8635625d3bb44f2fb8e8
4
- data.tar.gz: fd06dab4e19392c835dfbbc243a66bea3e5edb29
3
+ metadata.gz: 18f506ab99ea38b2ad2ef668bb363054fbfd7652
4
+ data.tar.gz: feb1fb2781fe2f5a53d66174ebc27a828445aad2
5
5
  SHA512:
6
- metadata.gz: 7ff30e4da977604e0849f8648723ebd1eb7a1ce55ffab15d27552a6d3e2a87fcdc8a10427c78590002821d9dd367fc77167b933b207261e0d5ddcf7fb44490a7
7
- data.tar.gz: ebd9b757f2d0d60b74b7750d152ecb275e7b3b102d276329a67faab708dcaa87e731d31fa70a68585a1e874e04734a8114edc494cc0ad2ec07e4921c8f8cf1da
6
+ metadata.gz: a91b2b92cdf8862395bd9461bca91ef38c1abb398095245098bde6c8a2fc6b07854cb7a026432fa292c4846b66a11eeb0f36e9ae6a52d02ace31b2aeea677fe4
7
+ data.tar.gz: d6696df0db401e9ab33426f7e8e1ef9d73d76d8f6531d0de58f448c952bc51060c695ae9ad7f44821c014870fa156294e4ebe1649f981a8e63377131c1b18c4c
data/.gitignore CHANGED
@@ -2,7 +2,6 @@
2
2
  /.env.local.rb
3
3
  /.projects
4
4
  /.rbenv-version
5
- /Gemfile.lock
6
5
  /bin
7
6
  /boxen-*.gem
8
7
  /log
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "boxen23"
5
- gem.version = "4.0.0a"
5
+ gem.version = "4.0.0b"
6
6
  # Thanks go out to the previous maintainers John Barnette, Will
7
7
  # Farrington, David Goodlad and Mike McQuaid for getting this project
8
8
  # to where it is today.
@@ -1,7 +1,7 @@
1
1
  require "boxen/preflight"
2
2
 
3
3
  class Boxen::Preflight::OS < Boxen::Preflight
4
- SUPPORTED_RELEASES = %w(10.8 10.9 10.10 10.11 10.12 10.13)
4
+ SUPPORTED_RELEASES = %w(10.8 10.9 10.10 10.11 10.12 10.13 10.14 10.15)
5
5
 
6
6
  def ok?
7
7
  osx? && (skip_os_check? || supported_release?)
@@ -107,7 +107,7 @@ module Boxen
107
107
  ENV["GITHUB_API_TOKEN"] = config.token
108
108
  end
109
109
 
110
- librarian_command = [librarian, "install", "--path=#{config.repodir}/shared"]
110
+ librarian_command = [librarian, "install", "--no-use-v1-api", "--path=#{config.repodir}/shared"]
111
111
  librarian_command << "--verbose" if config.debug?
112
112
 
113
113
  warn librarian_command.join(" ") if config.debug?
@@ -4,4 +4,9 @@
4
4
  cd "$(dirname $0)"/..
5
5
 
6
6
  rm -f .bundle/config
7
- bundle install --binstubs bin --path .bundle --quiet
7
+
8
+ bundle config path $BUNDLE
9
+ set +e
10
+ bundle binstubs --path=.bundle
11
+ set -e
12
+ bundle install --quiet
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxen23
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0a
4
+ version: 4.0.0b
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Bednarz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ansi