Sha256: d2601317bb5dafbe35c5917876ac4c01e50ac14459683729a7c457bf2607a1ea
Contents?: true
Size: 454 Bytes
Versions: 4
Compression:
Stored size: 454 Bytes
Contents
#!/bin/sh 'exec' "ruby" '-x' "$0" "$@" #!/Users/jarrod/.rvm/rubies/ruby-1.9.3-p0/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
Version | Path |
---|---|
horseman-0.0.5 | vendor/ruby/1.9.1/bin/ldiff |
horseman-0.0.4 | vendor/ruby/1.9.1/bin/ldiff |
horseman-0.0.3 | vendor/ruby/1.9.1/bin/ldiff |
horseman-0.0.2 | vendor/ruby/1.9.1/bin/ldiff |