Sha256: c4d58f19ebada0e9013e5e7bd36be422bb38a381fc7c9045a0a6a4375d8e055a

Contents?: true

Size: 616 Bytes

Versions: 3

Compression:

Stored size: 616 Bytes

Contents

#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'colorcode_convert_rgb' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

str = ARGV.first
if str
  str = str.b[/\A_(.*)_\z/, 1]
  if str and Gem::Version.correct?(str)
    version = str
    ARGV.shift
  end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('colorcode_convert_rgb', 'colorcode_convert_rgb', version)
else
gem "colorcode_convert_rgb", version
load Gem.bin_path("colorcode_convert_rgb", "colorcode_convert_rgb", version)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
colorcode_convert_rgb-0.1.2 vendor/bundle/ruby/2.5.0/bin/colorcode_convert_rgb
colorcode_convert_rgb-0.1.1 vendor/bundle/ruby/2.5.0/bin/colorcode_convert_rgb
colorcode_convert_rgb-0.1.0 vendor/bundle/ruby/2.5.0/bin/colorcode_convert_rgb