Sha256: ebd3dbdd94cea776e1c6e85731f192d002b0333e2f87ca8cb9450602dc0f2790

Contents?: true

Size: 327 Bytes

Versions: 2

Compression:

Stored size: 327 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

VENDOR_PATH = File.expand_path("..", __dir__)
Dir.chdir(VENDOR_PATH) do
  exec "yarnpkg #{ARGV.join(" ")}"
rescue Errno::ENOENT
  $stderr.puts "Yarn executable was not detected in the system."
  $stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install"
  exit 1
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cloudinary-1.13.0 spec/active_storage/dummy/bin/yarn
cloudinary-1.12.0 spec/active_storage/dummy/bin/yarn