Sha256: b76630c69a410b523f46c589904cb861b1dd95ee0c3016e2d6e0f747ce5dca13

Contents?: true

Size: 254 Bytes

Versions: 7

Compression:

Stored size: 254 Bytes

Contents

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

# Exit cleanly from an early interrupt
Signal.trap("INT") do
  #Bundler.ui.debug("\n#{caller.join("\n")}") if defined?(Bundler)
  exit 1
end

base_path = File.expand_path("../lib", __dir__)
p base_path

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
archestry_lookup-0.0.19 exe/archestry_lookup
archestry_lookup-0.0.18 exe/archestry_lookup
archestry_lookup-0.0.17 exe/archestry_lookup
archestry_lookup-0.0.16 exe/archestry_lookup
archestry_lookup-0.0.15 exe/archestry_lookup
archestry_lookup-0.0.14 exe/archestry_lookup
archestry_lookup-0.0.13 exe/archestry_lookup