Sha256: 07097697ffd1758fad94fea602a1981f95a77af2b930bcc125993debf76d777a
Contents?: true
Size: 458 Bytes
Versions: 4
Compression:
Stored size: 458 Bytes
Contents
#!/bin/sh 'exec' "ruby" '-x' "$0" "$@" #!/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/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
4 entries across 4 versions & 1 rubygems