Sha256: 51f4a91388ff5087e5c24cb8cbee74c6af04de7e9459458d258dd5a8e9d9823c

Contents?: true

Size: 998 Bytes

Versions: 7

Compression:

Stored size: 998 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true
########    #######    ########    #######    ########    ########
##     / / / /    License    \ \ \ \ 
##    Copyleft culture, Copyright (C) is prohibited here
##    This work is licensed under a CC BY-SA 4.0
##    Creative Commons Attribution-ShareAlike 4.0 License
##    Refer to the http://creativecommons.org/licenses/by-sa/4.0/
########    #######    ########    #######    ########    ########
##    / / / /    Code Climate    \ \ \ \ 
##    Language = ruby
##    Indent = space;    4 chars;
########    #######    ########    #######    ########    ########

require "rubygems"
archestry_lookup_gemspec = Gem::Specification.load(File.expand_path("../../archestry_lookup.gemspec", __FILE__))
archestry_lookup_gemspec.instance_variable_set(:@full_gem_path, File.expand_path("../..", __FILE__))
archestry_lookup_gemspec.activate if archestry_lookup_gemspec.respond_to?(:activate)
load File.expand_path("../../exe/archestry_lookup", __FILE__)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
archestry_lookup-0.0.19 bin/archestry_lookup.rb
archestry_lookup-0.0.18 bin/archestry_lookup.rb
archestry_lookup-0.0.17 bin/archestry_lookup.rb
archestry_lookup-0.0.16 bin/archestry_lookup.rb
archestry_lookup-0.0.15 bin/archestry_lookup.rb
archestry_lookup-0.0.14 bin/archestry_lookup.rb
archestry_lookup-0.0.13 bin/archestry_lookup.rb