Sha256: 048bf4d91e469751734d77e1a7065068225e03bae23af581d7fffc53387b3094
Contents?: true
Size: 495 Bytes
Versions: 13
Compression:
Stored size: 495 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'erubis' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0.a" if ARGV.first str = ARGV.first str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then version = $1 ARGV.shift end end gem 'erubis', version load Gem.bin_path('erubis', 'erubis', version)
Version data entries
13 entries across 13 versions & 3 rubygems