#!/usr/bin/env ruby # frozen_string_literal: true require "bundler/setup" # require "rubygems" # cxeed_gemspec = Gem::Specification.load(File.expand_path("../../cxeed.gemspec", __FILE__)) # cxeed_gemspec.instance_variable_set(:@full_gem_path, File.expand_path("../..", __FILE__)) # cxeed_gemspec.activate if cxeed_gemspec.respond_to?(:activate) load File.expand_path("../../exe/cxeed", __FILE__)