Sha256: e5e9583b774103715cb9a7a8d81bd789fe18b4f3c6ca0b08d8fde80f909e5e97
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
#!/bin/sh 'exec' "ruby" '-x' "$0" "$@" #!/home/matt/.rvm/rubies/ruby-1.8.7-p352/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
frameworks-capybara-0.2.0.rc6 | vendor/bundle/ruby/1.8/bin/ldiff |