Sha256: c4cbda36a3c38d22d995c6ed96e7fc39a5df81591c8953a53a0da9de1d42e43c
Contents?: true
Size: 520 Bytes
Versions: 8
Compression:
Stored size: 520 Bytes
Contents
#!/bin/sh 'exec' "ruby" '-x' "$0" "$@" #!/usr/bin/ruby # # This file was generated by RubyGems. # # The application 'diff-lcs' 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 load Gem.activate_bin_path('diff-lcs', 'ldiff', version)
Version data entries
8 entries across 8 versions & 1 rubygems