Sha256: 17de7a4efbe9f5dfe9173e4c3476b069a8951f6d53fc277d1a51a0134c02ed0b
Contents?: true
Size: 458 Bytes
Versions: 59
Compression:
Stored size: 458 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" if ARGV.first str = ARGV.first str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding if str =~ /\A_(.*)_\z/ version = $1 ARGV.shift end end gem 'erubis', version load Gem.bin_path('erubis', 'erubis', version)
Version data entries
59 entries across 47 versions & 20 rubygems