Sha256: 92b95c6b6cb253c27b95fdbefc1c40b3a4999fdeeac0119d70768f10ef00a5f6
Contents?: true
Size: 453 Bytes
Versions: 12
Compression:
Stored size: 453 Bytes
Contents
#!/bin/sh 'exec' "ruby" '-x' "$0" "$@" #!/home/igor/.rvm/rubies/ruby-1.9.3-p125/bin/ruby -w # # 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" if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then version = $1 ARGV.shift end gem 'diff-lcs', version load Gem.bin_path('diff-lcs', 'ldiff', version)
Version data entries
12 entries across 7 versions & 2 rubygems