Sha256: 84df285cf022e644640bacde17f82126e9a9c20141031b49056652353f91fc20

Contents?: true

Size: 562 Bytes

Versions: 2

Compression:

Stored size: 562 Bytes

Contents

#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'commonmarker' 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('commonmarker', 'commonmarker', version)
else
gem "commonmarker", version
load Gem.bin_path("commonmarker", "commonmarker", version)
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
mountapi-0.11.1 vendor/bundle/ruby/2.7.0/bin/commonmarker
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/bin/commonmarker