Sha256: 53bbac9b0f3a34871e3d365db7555b9877820c39b59f8158dc6be5c4f909236d
Contents?: true
Size: 450 Bytes
Versions: 55
Compression:
Stored size: 450 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'tilt' 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 'tilt', version load Gem.bin_path('tilt', 'tilt', version)
Version data entries
55 entries across 43 versions & 17 rubygems