Sha256: b4025dc6d8cd5be23463d20373a831b44bb3335ded9de837b856c9040058154b
Contents?: true
Size: 490 Bytes
Versions: 22
Compression:
Stored size: 490 Bytes
Contents
require 'rbconfig' require 'bookshop/script_bookshop_loader' # If we are inside a Bookshop project this method performs an exec and thus # the rest of this script is not run. Bookshop::ScriptBookshopLoader.exec_script_bookshop! bookshop_path = File.expand_path('../../lib', __FILE__) $:.unshift(bookshop_path) if File.directory?(bookshop_path) && !$:.include?(bookshop_path) require 'bookshop/ruby_version_check' Signal.trap("INT") { puts; exit } require 'bookshop/commands/application'
Version data entries
22 entries across 22 versions & 1 rubygems