Sha256: 8d72e5143716aaf1be5652c81f1a2e7577722934e1580d51eb67ec08c10692eb
Contents?: true
Size: 332 Bytes
Versions: 4
Compression:
Stored size: 332 Bytes
Contents
require "thor" module Codelation class Cli < Thor PSEQUEL_APP_DOWNLOAD_URL = "http://www.psequel.com/download?version=latest" private # Install PSequel.app def install_psequel zip_file_path = download_file(PSEQUEL_APP_DOWNLOAD_URL) extract_app_from_zip("PSequel.app", zip_file_path) end end end
Version data entries
4 entries across 4 versions & 1 rubygems